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
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 |