Class GoogleCloudDataplexV1DataAssetAccessGroupConfig
Configuration for access group inherited from the parent Data Product.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataAssetAccessGroupConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IamRoles
Optional. IAM roles granted on the resource to this access group. Role name follows https://cloud.google.com/iam/docs/reference/rest/v1/roles. Example: "roles/bigquery.dataViewer"
Declaration
[JsonProperty("iamRoles")]
public virtual IList<string> IamRoles { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |