public sealed class AuthenticationConfig : IMessage<AuthenticationConfig>, IEquatable<AuthenticationConfig>, IDeepCloneable<AuthenticationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class AuthenticationConfig.
Authentication configuration for a workload is used to set the default identity for the workload execution. The config specifies the type of identity (service account or user) that will be used by workloads to access resources on the project(s).
Implements
IMessageAuthenticationConfig, IEquatableAuthenticationConfig, IDeepCloneableAuthenticationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
AuthenticationConfig()
public AuthenticationConfig()
AuthenticationConfig(AuthenticationConfig)
public AuthenticationConfig(AuthenticationConfig other)
Parameter | |
---|---|
Name | Description |
other |
AuthenticationConfig |
Properties
UserWorkloadAuthenticationType
public AuthenticationConfig.Types.AuthenticationType UserWorkloadAuthenticationType { get; set; }
Optional. Authentication type for the user workload running in containers.
Property Value | |
---|---|
Type | Description |
AuthenticationConfigTypesAuthenticationType |