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

GoogleCloudAssetV1Access

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

An IAM role or permission under analysis.

interface GoogleCloudAssetV1Access {
analysisState?: IamPolicyAnalysisState;
permission?: string;
role?: string;
}

§Properties

§

The analysis state of this access.

§
permission?: string
[src]

The permission.

§
role?: string
[src]

The role.