Class KerberosConfig
Configuration information for a Kerberos principal.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1beta.Data
Assembly: Google.Apis.DataprocMetastore.v1beta.dll
Syntax
public class KerberosConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Keytab
Optional. A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
Declaration
[JsonProperty("keytab")]
public virtual Secret Keytab { get; set; }
Property Value
| Type | Description |
|---|---|
| Secret |
Krb5ConfigGcsUri
Optional. A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly.
Declaration
[JsonProperty("krb5ConfigGcsUri")]
public virtual string Krb5ConfigGcsUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Principal
Optional. A Kerberos principal that exists in the both the keytab the KDC to authenticate as. A typical principal is of the form primary/instance@REALM, but there is no exact format.
Declaration
[JsonProperty("principal")]
public virtual string Principal { get; set; }
Property Value
| Type | Description |
|---|---|
| string |