Package com.strongdm.api
Class ManagedSecretValidateResponse
java.lang.Object
com.strongdm.api.ManagedSecretValidateResponse
ManagedSecretValidateResponse contains validity of requested Managed
Secret
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInformation about why secret is invalidgetMeta()
Reserved for future use.Rate limit information.boolean
getValid()
Whether the secret is validvoid
setInvalidInfo
(String in) Information about why secret is invalidvoid
Reserved for future use.void
Rate limit information.void
setValid
(boolean in) Whether the secret is valid
-
Constructor Details
-
ManagedSecretValidateResponse
public ManagedSecretValidateResponse()
-
-
Method Details
-
getInvalidInfo
Information about why secret is invalid -
setInvalidInfo
Information about why secret is invalid -
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information. -
getValid
public boolean getValid()Whether the secret is valid -
setValid
public void setValid(boolean in) Whether the secret is valid
-