RemoveGranteesRequest
import type { RemoveGranteesRequest } from "https://googleapis.deno.dev/v1/bigquerydatapolicy:v2.ts";Request message for the RemoveGrantees method.
interface RemoveGranteesRequest {
grantees?: string[];
}§Properties
§
grantees?: string[]
[src]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