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

ListPostureTemplatesResponse

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

Response message for ListPostureTemplates.

interface ListPostureTemplatesResponse {
nextPageToken?: string;
postureTemplates?: PostureTemplate[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
postureTemplates?: PostureTemplate[]
[src]

The list of PostureTemplate resources.