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

QueryContent

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

The query content.

interface QueryContent {
iamPolicyAnalysisQuery?: IamPolicyAnalysisQuery;
}

§Properties

§
iamPolicyAnalysisQuery?: IamPolicyAnalysisQuery
[src]

An IAM Policy Analysis query, which could be used in the AssetService.AnalyzeIamPolicy RPC or the AssetService.AnalyzeIamPolicyLongrunning RPC.