Show / Hide Table of Contents

Class SecurityHealthAnalyticsModule

A built-in detector for Security Health Analytics.

Inheritance
object
SecurityHealthAnalyticsModule
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX