Class ManagedSecretValidateResponse

java.lang.Object
com.strongdm.api.ManagedSecretValidateResponse

public class ManagedSecretValidateResponse extends Object
ManagedSecretValidateResponse contains validity of requested Managed Secret
  • Constructor Details

    • ManagedSecretValidateResponse

      public ManagedSecretValidateResponse()
  • Method Details

    • getInvalidInfo

      public String getInvalidInfo()
      Information about why secret is invalid
    • setInvalidInfo

      public void setInvalidInfo(String in)
      Information about why secret is invalid
    • 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.
    • getValid

      public boolean getValid()
      Whether the secret is valid
    • setValid

      public void setValid(boolean in)
      Whether the secret is valid