Class GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule
Inheritance
GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule : IDirectResponseSchema
Properties
CloudProvider
Declaration
[JsonProperty("cloudProvider")]
public virtual string CloudProvider { get; set; }
Property Value
CustomConfig
Declaration
[JsonProperty("customConfig")]
public virtual GoogleCloudSecuritycenterV1CustomConfig CustomConfig { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EnablementState
Declaration
[JsonProperty("enablementState")]
public virtual string EnablementState { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Implements