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

BatchGetEffectiveIamPoliciesResponse

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

A response message for AssetService.BatchGetEffectiveIamPolicies.

interface BatchGetEffectiveIamPoliciesResponse {
policyResults?: EffectiveIamPolicy[];
}

§Properties

§
policyResults?: EffectiveIamPolicy[]
[src]

The effective policies for a batch of resources. Note that the results order is the same as the order of BatchGetEffectiveIamPoliciesRequest.names. When a resource does not have any effective IAM policies, its corresponding policy_result will contain empty EffectiveIamPolicy.policies.