Show / Hide Table of Contents

Class GoogleCloudDataplexV1ExecutionIdentity

The identity to run the datascan.

Inheritance
object
GoogleCloudDataplexV1ExecutionIdentity
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX