Class WorkloadPasswordDetails

java.lang.Object
com.cloudera.cdp.iam.model.WorkloadPasswordDetails

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:27.842-07:00") public class WorkloadPasswordDetails extends Object
Information about the workload password for a user or machine user.
  • Constructor Details

    • WorkloadPasswordDetails

      public WorkloadPasswordDetails()
  • Method Details

    • getIsPasswordSet

      public Boolean getIsPasswordSet()
      Getter for isPasswordSet. Whether a workload password is set.
    • setIsPasswordSet

      public void setIsPasswordSet(Boolean isPasswordSet)
      Setter for isPasswordSet. Whether a workload password is set.
    • getPasswordExpirationDate

      public ZonedDateTime getPasswordExpirationDate()
      Getter for passwordExpirationDate. The date at which the workload password will expire.
    • setPasswordExpirationDate

      public void setPasswordExpirationDate(ZonedDateTime passwordExpirationDate)
      Setter for passwordExpirationDate. The date at which the workload password will expire.
    • getPasswordMinLifetimeDate

      public ZonedDateTime getPasswordMinLifetimeDate()
      Getter for passwordMinLifetimeDate. The minimum lifetime date of the workload password. A new password can't be set until this date.
    • setPasswordMinLifetimeDate

      public void setPasswordMinLifetimeDate(ZonedDateTime passwordMinLifetimeDate)
      Setter for passwordMinLifetimeDate. The minimum lifetime date of the workload password. A new password can't be set until this date.
    • 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