Class BatchDeleteRowAccessPoliciesRequest
Request message for the BatchDeleteRowAccessPoliciesRequest method.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class BatchDeleteRowAccessPoliciesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Force
If set to true, it deletes the row access policy even if it's the last row access policy on the table and the deletion will widen the access rather narrowing it.
Declaration
[JsonProperty("force")]
public virtual bool? Force { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PolicyIds
Required. Policy IDs of the row access policies.
Declaration
[JsonProperty("policyIds")]
public virtual IList<string> PolicyIds { get; set; }