public sealed class IdentityConfig : IMessage<IdentityConfig>, IEquatable<IdentityConfig>, IDeepCloneable<IdentityConfig>, IBufferMessage, IMessage
Identity related configuration, including service account based secure multi-tenancy user mappings.
Implements
IMessage<IdentityConfig>, IEquatable<IdentityConfig>, IDeepCloneable<IdentityConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
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 |
MapField<String, String> |