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

PolicyInfo

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

The IAM policy and its attached resource.

interface PolicyInfo {
attachedResource?: string;
policy?: Policy;
}

§Properties

§
attachedResource?: string
[src]

The full resource name the policy is directly attached to.

§
policy?: Policy
[src]

The IAM policy that's directly attached to the attached_resource.