Show / Hide Table of Contents

Class ClusterClusterConfigSecurityConfigKerberosConfig

Inheritance
System.Object
ClusterClusterConfigSecurityConfigKerberosConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Dataproc.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterConfigSecurityConfigKerberosConfig

Fields

View Source

CrossRealmTrustAdminServer

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

Declaration
public readonly string CrossRealmTrustAdminServer
Field Value
Type Description
System.String
View Source

CrossRealmTrustKdc

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

Declaration
public readonly string CrossRealmTrustKdc
Field Value
Type Description
System.String
View Source

CrossRealmTrustRealm

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

Declaration
public readonly string CrossRealmTrustRealm
Field Value
Type Description
System.String
View Source

CrossRealmTrustSharedPasswordUri

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.

Declaration
public readonly string CrossRealmTrustSharedPasswordUri
Field Value
Type Description
System.String
View Source

EnableKerberos

Flag to indicate whether to Kerberize the cluster.

Declaration
public readonly bool? EnableKerberos
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

KdcDbKeyUri

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

Declaration
public readonly string KdcDbKeyUri
Field Value
Type Description
System.String
View Source

KeyPasswordUri

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.

Declaration
public readonly string KeyPasswordUri
Field Value
Type Description
System.String
View Source

KeystorePasswordUri

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

Declaration
public readonly string KeystorePasswordUri
Field Value
Type Description
System.String
View Source

KeystoreUri

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

Declaration
public readonly string KeystoreUri
Field Value
Type Description
System.String
View Source

KmsKeyUri

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

Declaration
public readonly string KmsKeyUri
Field Value
Type Description
System.String
View Source

Realm

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

Declaration
public readonly string Realm
Field Value
Type Description
System.String
View Source

RootPrincipalPasswordUri

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

Declaration
public readonly string RootPrincipalPasswordUri
Field Value
Type Description
System.String
View Source

TgtLifetimeHours

The lifetime of the ticket granting ticket, in hours.

Declaration
public readonly int? TgtLifetimeHours
Field Value
Type Description
System.Nullable<System.Int32>
View Source

TruststorePasswordUri

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.

Declaration
public readonly string TruststorePasswordUri
Field Value
Type Description
System.String
View Source

TruststoreUri

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

Declaration
public readonly string TruststoreUri
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.