Class ManagedSecretRetrieveResponse

java.lang.Object
com.strongdm.api.ManagedSecretRetrieveResponse

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

    • ManagedSecretRetrieveResponse

      public ManagedSecretRetrieveResponse()
  • 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.