Package com.strongdm.api
Class SecretEngineRotateRequest
java.lang.Object
com.strongdm.api.SecretEngineRotateRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
The unique identifier of the Secret Engine to rotate credentials for.Optional password policy to use when generating a password If not provided it will use secret engine's password_policyvoid
The unique identifier of the Secret Engine to rotate credentials for.void
Optional password policy to use when generating a password If not provided it will use secret engine's password_policy
-
Constructor Details
-
SecretEngineRotateRequest
public SecretEngineRotateRequest()
-
-
Method Details
-
getId
The unique identifier of the Secret Engine to rotate credentials for. -
setId
The unique identifier of the Secret Engine to rotate credentials for. -
getPasswordPolicy
Optional password policy to use when generating a password If not provided it will use secret engine's password_policy -
setPasswordPolicy
Optional password policy to use when generating a password If not provided it will use secret engine's password_policy
-