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

ListSecurityHealthAnalyticsCustomModulesResponse

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

Response message for listing Security Health Analytics custom modules.

interface ListSecurityHealthAnalyticsCustomModulesResponse {
nextPageToken?: string;
securityHealthAnalyticsCustomModules?: GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule[];
}

§Properties

§
nextPageToken?: string
[src]

If not empty, indicates that there may be more custom modules to be returned.

§

Custom modules belonging to the requested parent.