Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataProductPrincipal

Represents the principal entity associated with an access group, as per https://cloud.google.com/iam/docs/principals-overview.

Inheritance
object
GoogleCloudDataplexV1DataProductPrincipal
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX