Class SecurityHealthAnalyticsModule
A built-in detector for Security Health Analytics.
Implements
Inherited Members
Namespace: Google.Apis.SecurityPosture.v1.Data
Assembly: Google.Apis.SecurityPosture.v1.dll
Syntax
public class SecurityHealthAnalyticsModule : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ModuleEnablementState
Whether the detector is enabled at a specified level of the resource hierarchy.
Declaration
[JsonProperty("moduleEnablementState")]
public virtual string ModuleEnablementState { get; set; }
Property Value
Type | Description |
---|---|
string |
ModuleName
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.
Declaration
[JsonProperty("moduleName")]
public virtual string ModuleName { get; set; }
Property Value
Type | Description |
---|---|
string |