Class GoogleCloudSecuritycenterV2AttackExposure
Inheritance
GoogleCloudSecuritycenterV2AttackExposure
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2AttackExposure : IDirectResponseSchema
Properties
AttackExposureResult
Declaration
[JsonProperty("attackExposureResult")]
public virtual string AttackExposureResult { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ExposedHighValueResourcesCount
Declaration
[JsonProperty("exposedHighValueResourcesCount")]
public virtual int? ExposedHighValueResourcesCount { get; set; }
Property Value
ExposedLowValueResourcesCount
Declaration
[JsonProperty("exposedLowValueResourcesCount")]
public virtual int? ExposedLowValueResourcesCount { get; set; }
Property Value
ExposedMediumValueResourcesCount
Declaration
[JsonProperty("exposedMediumValueResourcesCount")]
public virtual int? ExposedMediumValueResourcesCount { get; set; }
Property Value
LatestCalculationTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LatestCalculationTimeDateTimeOffset instead.")]
public virtual object LatestCalculationTime { get; set; }
Property Value
LatestCalculationTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LatestCalculationTimeDateTimeOffset { get; set; }
Property Value
LatestCalculationTimeRaw
Declaration
[JsonProperty("latestCalculationTime")]
public virtual string LatestCalculationTimeRaw { get; set; }
Property Value
Score
Declaration
[JsonProperty("score")]
public virtual double? Score { get; set; }
Property Value
State
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Implements