Class IdentityConfig (3.1.0)

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

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
NameDescription
otherIdentityConfig

Properties

UserServiceAccountMapping

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

Required. Map of user to service account.

Property Value
TypeDescription
MapField<String, String>