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

IamPolicyAnalysis

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

An analysis message to group the query and results.

interface IamPolicyAnalysis {
analysisQuery?: IamPolicyAnalysisQuery;
analysisResults?: IamPolicyAnalysisResult[];
fullyExplored?: boolean;
nonCriticalErrors?: IamPolicyAnalysisState[];
}

§Properties

§

The analysis query.

§
analysisResults?: IamPolicyAnalysisResult[]
[src]

A list of IamPolicyAnalysisResult that matches the analysis query, or empty if no result is found.

§
fullyExplored?: boolean
[src]

Represents whether all entries in the analysis_results have been fully explored to answer the query.

§
nonCriticalErrors?: IamPolicyAnalysisState[]
[src]

A list of non-critical errors happened during the query handling.