public sealed class ExecutionIdentity.Types.ServiceAccount : IMessage<ExecutionIdentity.Types.ServiceAccount>, IEquatable<ExecutionIdentity.Types.ServiceAccount>, IDeepCloneable<ExecutionIdentity.Types.ServiceAccount>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class ExecutionIdentity.Types.ServiceAccount.
The service account
Implements
IMessageExecutionIdentityTypesServiceAccount, IEquatableExecutionIdentityTypesServiceAccount, IDeepCloneableExecutionIdentityTypesServiceAccount, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ServiceAccount()
public ServiceAccount()ServiceAccount(ServiceAccount)
public ServiceAccount(ExecutionIdentity.Types.ServiceAccount other)| Parameter | |
|---|---|
| Name | Description |
other |
ExecutionIdentityTypesServiceAccount |
Properties
public string Email { get; set; }Required. Service account email. The datascan will execute with this service account's credentials. The user calling this API must have permissions to act as this service account. Dataplex service agent must be granted iam.serviceAccounts.getAccessToken permission on this service account, for example, through the iam.serviceAccountTokenCreator role .
| Property Value | |
|---|---|
| Type | Description |
string |
|