ListPostureDeploymentsResponse
import type { ListPostureDeploymentsResponse } from "https://googleapis.deno.dev/v1/securityposture:v1.ts";
Response message for ListPostureDeployments.
interface ListPostureDeploymentsResponse {
nextPageToken?: string;
postureDeployments?: PostureDeployment[];
unreachable?: string[];
}