Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleIamV1__SetIamPolicyRequest

import type { GoogleIamV1__SetIamPolicyRequest } from "https://googleapis.deno.dev/v1/ml:v1.ts";

Request message for SetIamPolicy method.

interface GoogleIamV1__SetIamPolicyRequest {
updateMask?: string;
}

§Properties

§

REQUIRED: The complete policy to be applied to the resource. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them.

§
updateMask?: string
[src]

OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: paths: "bindings, etag"