Cloud Dataplex v1 API - Class ExecutionIdentity.Types.ServiceAccount (3.15.0)

public sealed class ExecutionIdentity.Types.ServiceAccount : IMessage<ExecutionIdentity.Types.ServiceAccount>, IEquatable<ExecutionIdentity.Types.ServiceAccount>, IDeepCloneable<ExecutionIdentity.Types.ServiceAccount>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class ExecutionIdentity.Types.ServiceAccount.

The service account

Inheritance

object > ExecutionIdentity.Types.ServiceAccount

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ServiceAccount()

public ServiceAccount()

ServiceAccount(ServiceAccount)

public ServiceAccount(ExecutionIdentity.Types.ServiceAccount other)
Parameter
Name Description
other ExecutionIdentityTypesServiceAccount

Properties

Email

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