Package com.okta.sdk.resource.model
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The password associated with the privileged resourceThe version ID of the password secret from the OPA vaultint
hashCode()
secretVersionId
(String secretVersionId) void
setPassword
(String password) void
setSecretVersionId
(String secretVersionId) toString()
-
Field Details
-
JSON_PROPERTY_PASSWORD
- See Also:
-
JSON_PROPERTY_SECRET_VERSION_ID
- See Also:
-
-
Constructor Details
-
RotatePasswordRequest
public RotatePasswordRequest()
-
-
Method Details
-
password
-
getPassword
The password associated with the privileged resource- Returns:
- password
-
setPassword
-
secretVersionId
-
getSecretVersionId
The version ID of the password secret from the OPA vault- Returns:
- secretVersionId
-
setSecretVersionId
-
equals
-
hashCode
public int hashCode() -
toString
-