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

SecurityHealthAnalyticsModule

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

A built-in detector for Security Health Analytics.

interface SecurityHealthAnalyticsModule {
moduleEnablementState?: "ENABLEMENT_STATE_UNSPECIFIED" | "ENABLED" | "DISABLED";
moduleName?: string;
}

§Properties

§
moduleEnablementState?: "ENABLEMENT_STATE_UNSPECIFIED" | "ENABLED" | "DISABLED"
[src]

Whether the detector is enabled at a specified level of the resource hierarchy.

§
moduleName?: string
[src]

Required. The name of the detector. For example, BIGQUERY_TABLE_CMEK_DISABLED. This field is also used as the finding category for all the asset violation findings that the detector returns.