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

AnalyzeOrgPolicyGovernedContainersResponse

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

The response message for AssetService.AnalyzeOrgPolicyGovernedContainers.

interface AnalyzeOrgPolicyGovernedContainersResponse {
governedContainers?: GoogleCloudAssetV1GovernedContainer[];
nextPageToken?: string;
}

§Properties

§

The definition of the constraint in the request.

§

The list of the analyzed governed containers.

§
nextPageToken?: string
[src]

The page token to fetch the next page for AnalyzeOrgPolicyGovernedContainersResponse.governed_containers.