WorkflowTemplatePlacementManagedClusterConfigSecurityConfigKerberosConfigArgs

data class WorkflowTemplatePlacementManagedClusterConfigSecurityConfigKerberosConfigArgs(val crossRealmTrustAdminServer: Output<String>? = null, val crossRealmTrustKdc: Output<String>? = null, val crossRealmTrustRealm: Output<String>? = null, val crossRealmTrustSharedPassword: Output<String>? = null, val enableKerberos: Output<Boolean>? = null, val kdcDbKey: Output<String>? = null, val keyPassword: Output<String>? = null, val keystore: Output<String>? = null, val keystorePassword: Output<String>? = null, val kmsKey: Output<String>? = null, val realm: Output<String>? = null, val rootPrincipalPassword: Output<String>? = null, val tgtLifetimeHours: Output<Int>? = null, val truststore: Output<String>? = null, val truststorePassword: Output<String>? = null) : ConvertibleToJava<WorkflowTemplatePlacementManagedClusterConfigSecurityConfigKerberosConfigArgs>

Constructors

constructor(crossRealmTrustAdminServer: Output<String>? = null, crossRealmTrustKdc: Output<String>? = null, crossRealmTrustRealm: Output<String>? = null, crossRealmTrustSharedPassword: Output<String>? = null, enableKerberos: Output<Boolean>? = null, kdcDbKey: Output<String>? = null, keyPassword: Output<String>? = null, keystore: Output<String>? = null, keystorePassword: Output<String>? = null, kmsKey: Output<String>? = null, realm: Output<String>? = null, rootPrincipalPassword: Output<String>? = null, tgtLifetimeHours: Output<Int>? = null, truststore: Output<String>? = null, truststorePassword: Output<String>? = null)

Properties

Link copied to clipboard
val crossRealmTrustAdminServer: Output<String>? = null

The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.

Link copied to clipboard
val crossRealmTrustKdc: Output<String>? = null

The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.

Link copied to clipboard
val crossRealmTrustRealm: Output<String>? = null

The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.

Link copied to clipboard

The Cloud Storage URI of a KMS encrypted file containing the shared password between the on-cluster Kerberos realm and the remote trusted realm, in a cross realm trust relationship.

Link copied to clipboard
val enableKerberos: Output<Boolean>? = null

Flag to indicate whether to Kerberize the cluster (default: false). Set this field to true to enable Kerberos on a cluster.

Link copied to clipboard
val kdcDbKey: Output<String>? = null

The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.

Link copied to clipboard
val keyPassword: Output<String>? = null

The Cloud Storage URI of a KMS encrypted file containing the password to the user provided key. For the self-signed certificate, this password is generated by Dataproc.

Link copied to clipboard
val keystore: Output<String>? = null

The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.

Link copied to clipboard
val keystorePassword: Output<String>? = null

The Cloud Storage URI of a KMS encrypted file containing the password to the user provided keystore. For the self-signed certificate, this password is generated by Dataproc.

Link copied to clipboard
val kmsKey: Output<String>? = null

The uri of the KMS key used to encrypt various sensitive files.

Link copied to clipboard
val realm: Output<String>? = null

The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.

Link copied to clipboard
val rootPrincipalPassword: Output<String>? = null

The Cloud Storage URI of a KMS encrypted file containing the root principal password.

Link copied to clipboard
val tgtLifetimeHours: Output<Int>? = null

The lifetime of the ticket granting ticket, in hours. If not specified, or user specifies 0, then default value 10 will be used.

Link copied to clipboard
val truststore: Output<String>? = null

The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.

Link copied to clipboard
val truststorePassword: Output<String>? = null

The Cloud Storage URI of a KMS encrypted file containing the password to the user provided truststore. For the self-signed certificate, this password is generated by Dataproc.

Functions

Link copied to clipboard
open override fun toJava(): WorkflowTemplatePlacementManagedClusterConfigSecurityConfigKerberosConfigArgs