Kerberos Attributes Args
data class KerberosAttributesArgs(val adDomainJoinPassword: Output<String>? = null, val adDomainJoinUser: Output<String>? = null, val crossRealmTrustPrincipalPassword: Output<String>? = null, val kdcAdminPassword: Output<String>? = null, val realm: Output<String>? = null) : ConvertibleToJava<KerberosAttributesArgs>
Definition of KerberosAttributes
Constructors
Properties
Link copied to clipboard
The Active Directory password for ADDomainJoinUser
.
Link copied to clipboard
Required only when establishing a cross-realm trust with an Active Directory domain. A user with sufficient privileges to join resources to the domain.
Link copied to clipboard
Required only when establishing a cross-realm trust with a KDC in a different realm. The cross-realm principal password, which must be identical across realms.
Link copied to clipboard
The password used within the cluster for the kadmin service on the cluster-dedicated KDC, which maintains Kerberos principals, password policies, and keytabs for the cluster.