ListPosturesResponse
import type { ListPosturesResponse } from "https://googleapis.deno.dev/v1/securityposture:v1.ts";
Response message for ListPostures.
interface ListPosturesResponse {
nextPageToken?: string;
postures?: Posture[];
unreachable?: string[];
}