Class SecretEngineRotateRequest

java.lang.Object
com.strongdm.api.SecretEngineRotateRequest

public class SecretEngineRotateRequest extends Object
  • Constructor Details

    • SecretEngineRotateRequest

      public SecretEngineRotateRequest()
  • Method Details

    • getId

      public String getId()
      The unique identifier of the Secret Engine to rotate credentials for.
    • setId

      public void setId(String in)
      The unique identifier of the Secret Engine to rotate credentials for.
    • getPasswordPolicy

      public SecretEnginePasswordPolicy getPasswordPolicy()
      Optional password policy to use when generating a password If not provided it will use secret engine's password_policy
    • setPasswordPolicy

      public void setPasswordPolicy(SecretEnginePasswordPolicy in)
      Optional password policy to use when generating a password If not provided it will use secret engine's password_policy