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

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[];
}

§Properties

§
nextPageToken?: string
[src]

A pagination token. To retrieve the next page of results, call the method again with this token.

§
postureDeployments?: PostureDeployment[]
[src]

The list of PostureDeployment resources.

§
unreachable?: string[]
[src]

Locations that were temporarily unavailable and could not be reached.