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

ListEffectiveSecurityHealthAnalyticsCustomModulesResponse

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

Response message for listing effective Security Health Analytics custom modules.

interface ListEffectiveSecurityHealthAnalyticsCustomModulesResponse {
effectiveSecurityHealthAnalyticsCustomModules?: GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule[];
nextPageToken?: string;
}

§Properties

§

Effective custom modules belonging to the requested parent.

§
nextPageToken?: string
[src]

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