Google Cloud Dataproc v1 API - Class IdentityConfig (5.11.0)

public sealed class IdentityConfig : IMessage<IdentityConfig>, IEquatable<IdentityConfig>, IDeepCloneable<IdentityConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dataproc v1 API class IdentityConfig.

Identity related configuration, including service account based secure multi-tenancy user mappings.

Inheritance

object > IdentityConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

IdentityConfig()

public IdentityConfig()

IdentityConfig(IdentityConfig)

public IdentityConfig(IdentityConfig other)
Parameter
Name Description
other IdentityConfig

Properties

UserServiceAccountMapping

public MapField<string, string> UserServiceAccountMapping { get; }

Required. Map of user to service account.

Property Value
Type Description
MapFieldstringstring