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

SetIamPolicyRequest

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

Request message for SetIamPolicy method.

interface SetIamPolicyRequest {
policy?: Policy;
updateMask?: string;
}

§Properties

§
policy?: Policy
[src]

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"