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

AnalyzeOrgPoliciesResponse

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

The response message for AssetService.AnalyzeOrgPolicies.

interface AnalyzeOrgPoliciesResponse {
nextPageToken?: string;
orgPolicyResults?: OrgPolicyResult[];
}

§Properties

§

The definition of the constraint in the request.

§
nextPageToken?: string
[src]

The page token to fetch the next page for AnalyzeOrgPoliciesResponse.org_policy_results.

§
orgPolicyResults?: OrgPolicyResult[]
[src]

The organization policies under the AnalyzeOrgPoliciesRequest.scope with the AnalyzeOrgPoliciesRequest.constraint.