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

ListDescendantSecurityHealthAnalyticsCustomModulesResponse

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

Response message for listing descendant Security Health Analytics custom modules.

interface ListDescendantSecurityHealthAnalyticsCustomModulesResponse {
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 and its descendants.