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

IamPolicy

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

Cloud IAM Policy information associated with the Google Cloud resource described by the Security Command Center asset. This information is managed and defined by the Google Cloud resource and cannot be modified by the user.

interface IamPolicy {
policyBlob?: string;
}

§Properties

§
policyBlob?: string
[src]

The JSON representation of the Policy associated with the asset. See https://cloud.google.com/iam/reference/rest/v1/Policy for format details.