Class GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule
Inheritance
GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule : IDirectResponseSchema
Properties
AncestorModule
Declaration
[JsonProperty("ancestorModule")]
public virtual string AncestorModule { get; set; }
Property Value
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
LastEditor
Declaration
[JsonProperty("lastEditor")]
public virtual string LastEditor { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
UpdateTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
UpdateTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
UpdateTimeRaw
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Implements