Class GoogleCloudDataplexV1DataProductPrincipal
Represents the principal entity associated with an access group, as per https://cloud.google.com/iam/docs/principals-overview.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataProductPrincipal : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GoogleGroup
Optional. Email of the Google Group, as per https://cloud.google.com/iam/docs/principals-overview#google-group.
Declaration
[JsonProperty("googleGroup")]
public virtual string GoogleGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceAccount
Optional. Specifies the email of the producer service account, as per https://cloud.google.com/iam/docs/principals-overview#service-account.
Declaration
[JsonProperty("serviceAccount")]
public virtual string ServiceAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| string |