Google Cloud Dataproc v1 API - Class AuthenticationConfig (5.17.0)

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).

Inheritance

object > AuthenticationConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

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