public sealed class IdentityConfig : IMessage<IdentityConfig>, IEquatable<IdentityConfig>, IDeepCloneable<IdentityConfig>, IBufferMessage, IMessageReference 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.
Implements
IMessageIdentityConfig, IEquatableIdentityConfig, IDeepCloneableIdentityConfig, 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 |
MapFieldstringstring |
|