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

IamPolicyAnalysisResult

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

IAM Policy analysis result, consisting of one IAM policy binding and derived access control lists.

interface IamPolicyAnalysisResult {
accessControlLists?: GoogleCloudAssetV1AccessControlList[];
attachedResourceFullName?: string;
fullyExplored?: boolean;
iamBinding?: Binding;
}

§Properties

§

The access control lists derived from the iam_binding that match or potentially match resource and access selectors specified in the request.

§
attachedResourceFullName?: string
[src]

The full resource name of the resource to which the iam_binding policy attaches.

§
fullyExplored?: boolean
[src]

Represents whether all analyses on the iam_binding have successfully finished.

§
iamBinding?: Binding
[src]

The IAM policy binding under analysis.

§

The identity list derived from members of the iam_binding that match or potentially match identity selector specified in the request.