SecurityHealthAnalyticsCustomModule
import type { SecurityHealthAnalyticsCustomModule } from "https://googleapis.deno.dev/v1/securityposture:v1.ts";
A custom module for Security Health Analytics.
interface SecurityHealthAnalyticsCustomModule {
config?: CustomConfig;
displayName?: string;
readonly id?: string;
moduleEnablementState?: "ENABLEMENT_STATE_UNSPECIFIED" | "ENABLED" | "DISABLED";
}§Properties
§
config?: CustomConfig
[src]Required. Configuration settings for the custom module.
§
displayName?: string
[src]Optional. The display name of the custom module. This value is used as the finding category for all the asset violation findings that the custom module returns. The display name must contain between 1 and 128 alphanumeric characters or underscores, and it must start with a lowercase letter.