Class SecretStoreGetResponse

java.lang.Object
com.strongdm.api.SecretStoreGetResponse

public class SecretStoreGetResponse extends Object
SecretStoreGetResponse returns a requested SecretStore.
  • Constructor Details

    • SecretStoreGetResponse

      public SecretStoreGetResponse()
  • Method Details

    • getMeta

      public GetResponseMetadata getMeta()
      Reserved for future use.
    • setMeta

      public void setMeta(GetResponseMetadata in)
      Reserved for future use.
    • getRateLimit

      public RateLimitMetadata getRateLimit()
      Rate limit information.
    • setRateLimit

      public void setRateLimit(RateLimitMetadata in)
      Rate limit information.
    • getSecretStore

      public SecretStore getSecretStore()
      The requested SecretStore.
    • setSecretStore

      public void setSecretStore(SecretStore in)
      The requested SecretStore.