GoogleCloudOsconfigV2__ListPolicyOrchestratorsResponse
import type { GoogleCloudOsconfigV2__ListPolicyOrchestratorsResponse } from "https://googleapis.deno.dev/v1/osconfig:v2.ts";
Response for the list policy orchestrator resources.
interface GoogleCloudOsconfigV2__ListPolicyOrchestratorsResponse {
nextPageToken?: string;
policyOrchestrators?: GoogleCloudOsconfigV2__PolicyOrchestrator[];
unreachable?: string[];
}