Class SecretEngineGetResponse

java.lang.Object
com.strongdm.api.SecretEngineGetResponse

public class SecretEngineGetResponse extends Object
SecretEngineGetResponse contains information about requested Secret Engine
  • Constructor Details

    • SecretEngineGetResponse

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

      public SecretEngine getSecretEngine()
      The requested Secret Engine.
    • setSecretEngine

      public void setSecretEngine(SecretEngine in)
      The requested Secret Engine.