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

ResourceAccessControl

import type { ResourceAccessControl } from "https://googleapis.deno.dev/v1/deploymentmanager:v2.ts";

The access controls set on the resource.

interface ResourceAccessControl {
gcpIamPolicy?: string;
}

§Properties

§
gcpIamPolicy?: string
[src]

The GCP IAM Policy to set on the resource.