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.booleangetValid()Whether the secret is validvoidsetInvalidInfo(String in) Information about why secret is invalidvoidReserved for future use.voidRate limit information.voidsetValid(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
-