Package com.cloudera.cdp.iam.model
Class SetWorkloadPasswordPolicyRequest
java.lang.Object
com.cloudera.cdp.iam.model.SetWorkloadPasswordPolicyRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.842-07:00")
public class SetWorkloadPasswordPolicyRequest
extends Object
Request object for a set workload password policy request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for globalPasswordPolicy.Getter for machineUsersPasswordPolicy.int
hashCode()
void
setGlobalPasswordPolicy
(PasswordPolicy globalPasswordPolicy) Setter for globalPasswordPolicy.void
setMachineUsersPasswordPolicy
(PasswordPolicy machineUsersPasswordPolicy) Setter for machineUsersPasswordPolicy.toString()
-
Constructor Details
-
SetWorkloadPasswordPolicyRequest
public SetWorkloadPasswordPolicyRequest()
-
-
Method Details
-
getGlobalPasswordPolicy
Getter for globalPasswordPolicy. The global password policy object. If set, maxPasswordLifetimeDays is ignored, and if not set the default values for the different password policies are used. See PasswordPolicy for more details on the different default values. -
setGlobalPasswordPolicy
Setter for globalPasswordPolicy. The global password policy object. If set, maxPasswordLifetimeDays is ignored, and if not set the default values for the different password policies are used. See PasswordPolicy for more details on the different default values. -
getMachineUsersPasswordPolicy
Getter for machineUsersPasswordPolicy. The password policy object for machine users. If set, this will be used for enforcing password complexity for machine users instead of the global password policy. -
setMachineUsersPasswordPolicy
Setter for machineUsersPasswordPolicy. The password policy object for machine users. If set, this will be used for enforcing password complexity for machine users instead of the global password policy. -
equals
-
hashCode
public int hashCode() -
toString
-