Class RotatePasswordRequest

java.lang.Object
com.okta.sdk.resource.model.RotatePasswordRequest
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-23T08:35:59.300824-05:00[America/Chicago]", comments="Generator version: 7.8.0") public class RotatePasswordRequest extends Object implements Serializable
Rotate password request for the privileged account
See Also:
  • Field Details

  • Constructor Details

    • RotatePasswordRequest

      public RotatePasswordRequest()
  • Method Details

    • password

      public RotatePasswordRequest password(String password)
    • getPassword

      @Nonnull public String getPassword()
      The password associated with the privileged resource
      Returns:
      password
    • setPassword

      public void setPassword(String password)
    • secretVersionId

      public RotatePasswordRequest secretVersionId(String secretVersionId)
    • getSecretVersionId

      @Nonnull public String getSecretVersionId()
      The version ID of the password secret from the OPA vault
      Returns:
      secretVersionId
    • setSecretVersionId

      public void setSecretVersionId(String secretVersionId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object