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

V1AnalyzeOrgPolicyGovernedContainersOptions

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

Additional options for CloudAsset#v1AnalyzeOrgPolicyGovernedContainers.

interface V1AnalyzeOrgPolicyGovernedContainersOptions {
constraint?: string;
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
constraint?: string
[src]

Required. The name of the constraint to analyze governed containers for. The analysis only contains organization policies for the provided constraint.

§
filter?: string
[src]

The expression to filter AnalyzeOrgPolicyGovernedContainersResponse.governed_containers. Filtering is currently available for bare literal values and the following fields: * parent * consolidated_policy.rules.enforce When filtering by a specific field, the only supported operator is =. For example, filtering by parent="//cloudresourcemanager.googleapis.com/folders/001" will return all the containers under "folders/001".

§
pageSize?: number
[src]

The maximum number of items to return per page. If unspecified, AnalyzeOrgPolicyGovernedContainersResponse.governed_containers will contain 100 items with a maximum of 200.

§
pageToken?: string
[src]

The pagination token to retrieve the next page.