Class ManagedSecretGetResponse

java.lang.Object
com.strongdm.api.ManagedSecretGetResponse

public class ManagedSecretGetResponse extends Object
ManagedSecretGetResponse contains information about requested Managed Secret
  • Constructor Details

    • ManagedSecretGetResponse

      public ManagedSecretGetResponse()
  • Method Details

    • getManagedSecret

      public ManagedSecret getManagedSecret()
      The requested Managed Secret.
    • setManagedSecret

      public void setManagedSecret(ManagedSecret in)
      The requested Managed Secret.
    • 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.