Class RemoveGranteesRequest
Request message for the RemoveGrantees method.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryDataPolicyService.v2.Data
Assembly: Google.Apis.BigQueryDataPolicyService.v2.dll
Syntax
public class RemoveGranteesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Grantees
Required. IAM principal that should be revoked from Fine Grained Access to the underlying data goverened by
the data policy. The target data policy is determined by the data_policy field. Uses the IAM V2 principal
syntax. Supported principal types: * User *
Group * Service account
Declaration
[JsonProperty("grantees")]
public virtual IList<string> Grantees { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |