AddGranteesRequest
import type { AddGranteesRequest } from "https://googleapis.deno.dev/v1/bigquerydatapolicy:v2.ts";Request message for the AddGrantees method.
interface AddGranteesRequest {
grantees?: string[];
}§Properties
§
grantees?: string[]
[src]Required. IAM principal that should be granted 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