Class GoogleCloudDataplexV1ResourceAccessSpec
ResourceAccessSpec holds the access control configuration to be enforced on the resources, for example, Cloud Storage bucket, BigQuery dataset, BigQuery table.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1ResourceAccessSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Owners
Optional. The set of principals to be granted owner role on the resource.
Declaration
[JsonProperty("owners")]
public virtual IList<string> Owners { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Readers
Optional. The format of strings follows the pattern followed by IAM in the bindings. user:{email}, serviceAccount:{email} group:{email}. The set of principals to be granted reader role on the resource.
Declaration
[JsonProperty("readers")]
public virtual IList<string> Readers { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Writers
Optional. The set of principals to be granted writer role on the resource.
Declaration
[JsonProperty("writers")]
public virtual IList<string> Writers { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |