Class SecurityHealthAnalyticsSettings
Inheritance
SecurityHealthAnalyticsSettings
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class SecurityHealthAnalyticsSettings : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Modules
Declaration
[JsonProperty("modules")]
public virtual IDictionary<string, Config> Modules { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
ServiceAccount
Declaration
[JsonProperty("serviceAccount")]
public virtual string ServiceAccount { get; set; }
Property Value
ServiceEnablementState
Declaration
[JsonProperty("serviceEnablementState")]
public virtual string ServiceEnablementState { 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