Class SecurityConfig
Security related configuration, including Kerberos.
Inheritance
System.Object
SecurityConfig
Implements
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: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class SecurityConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
KerberosConfig
Kerberos related configuration.
Declaration
[JsonProperty("kerberosConfig")]
public virtual KerberosConfig KerberosConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| KerberosConfig |