Class GoogleCloudDataplexV1ExecutionIdentity
The identity to run the datascan.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1ExecutionIdentity : IDirectResponseSchema
Properties
DataplexServiceAgent
Optional. The Dataplex service agent associated with the user's project.
Declaration
[JsonProperty("dataplexServiceAgent")]
public virtual GoogleCloudDataplexV1ExecutionIdentityDataplexServiceAgent DataplexServiceAgent { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDataplexV1ExecutionIdentityDataplexServiceAgent |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceAccount
Optional. The provided service account.
Declaration
[JsonProperty("serviceAccount")]
public virtual GoogleCloudDataplexV1ExecutionIdentityServiceAccount ServiceAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDataplexV1ExecutionIdentityServiceAccount |
UserCredential
Optional. The credential of the calling user. Supports only ONE_TIME trigger type.
Declaration
[JsonProperty("userCredential")]
public virtual GoogleCloudDataplexV1ExecutionIdentityUserCredential UserCredential { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDataplexV1ExecutionIdentityUserCredential |