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

GlobalOrganizationSetPolicyRequest

import type { GlobalOrganizationSetPolicyRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface GlobalOrganizationSetPolicyRequest {
bindings?: Binding[];
etag?: Uint8Array;
policy?: Policy;
}

§Properties

§
bindings?: Binding[]
[src]

Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.

§
etag?: Uint8Array
[src]

Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.

§
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 in general a valid policy but certain services (like Projects) might reject them.