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

AnalyzeIamPolicyResponse

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

A response message for AssetService.AnalyzeIamPolicy.

interface AnalyzeIamPolicyResponse {
fullyExplored?: boolean;
mainAnalysis?: IamPolicyAnalysis;
serviceAccountImpersonationAnalysis?: IamPolicyAnalysis[];
}

§Properties

§
fullyExplored?: boolean
[src]

Represents whether all entries in the main_analysis and service_account_impersonation_analysis have been fully explored to answer the query in the request.

§
mainAnalysis?: IamPolicyAnalysis
[src]

The main analysis that matches the original request.

§
serviceAccountImpersonationAnalysis?: IamPolicyAnalysis[]
[src]

The service account impersonation analysis if AnalyzeIamPolicyRequest.analyze_service_account_impersonation is enabled.