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/artifactregistry:v1.ts";

Request message for SetIamPolicy method.

interface SetIamPolicyRequest {
policy?: Policy;
}

§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.