Package com.cloudera.cdp.iam.model
Class MachineUser
java.lang.Object
com.cloudera.cdp.iam.model.MachineUser
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.842-07:00")
public class MachineUser
extends Object
Information about a Cloudera CDP machine user.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for creationDate.getCrn()
Getter for crn.Getter for machineUserName.Getter for status.Getter for workloadPasswordDetails.Getter for workloadUsername.int
hashCode()
void
setCreationDate
(ZonedDateTime creationDate) Setter for creationDate.void
Setter for crn.void
setMachineUserName
(String machineUserName) Setter for machineUserName.void
Setter for status.void
setWorkloadPasswordDetails
(WorkloadPasswordDetails workloadPasswordDetails) Setter for workloadPasswordDetails.void
setWorkloadUsername
(String workloadUsername) Setter for workloadUsername.toString()
-
Constructor Details
-
MachineUser
public MachineUser()
-
-
Method Details
-
getMachineUserName
Getter for machineUserName. The machine user name. -
setMachineUserName
Setter for machineUserName. The machine user name. -
getCrn
Getter for crn. The CRN of the user. -
setCrn
Setter for crn. The CRN of the user. -
getCreationDate
Getter for creationDate. The date when this machine user record was created. -
setCreationDate
Setter for creationDate. The date when this machine user record was created. -
getWorkloadUsername
Getter for workloadUsername. The username used in all the workload clusters of the machine user. -
setWorkloadUsername
Setter for workloadUsername. The username used in all the workload clusters of the machine user. -
getStatus
Getter for status. The current status of the machine user. The possible status values are ACTIVE and CONTROL_PLANE_LOCKED_OUT. ACTIVE indicates that the machine user is active in CDP. An active machine user can authenticate to the CDP control plane and workload clusters. CONTROL_PLANE_LOCKED_OUT indicates that the machine user is locked out of the CDP control plane. The locked-out machine user can no longer authenticate to the control plane but can authenticate to the workload clusters. Note that more statuses could be added in the future. The statuses other than ACTIVE are only returned on Cloudera for Government. -
setStatus
Setter for status. The current status of the machine user. The possible status values are ACTIVE and CONTROL_PLANE_LOCKED_OUT. ACTIVE indicates that the machine user is active in CDP. An active machine user can authenticate to the CDP control plane and workload clusters. CONTROL_PLANE_LOCKED_OUT indicates that the machine user is locked out of the CDP control plane. The locked-out machine user can no longer authenticate to the control plane but can authenticate to the workload clusters. Note that more statuses could be added in the future. The statuses other than ACTIVE are only returned on Cloudera for Government. -
getWorkloadPasswordDetails
Getter for workloadPasswordDetails. Information about the workload password for the machine user. -
setWorkloadPasswordDetails
Setter for workloadPasswordDetails. Information about the workload password for the machine user. -
equals
-
hashCode
public int hashCode() -
toString
-