Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2AttackExposure

Inheritance
object
GoogleCloudSecuritycenterV2AttackExposure
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.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2AttackExposure : IDirectResponseSchema

Properties

AttackExposureResult

Declaration
[JsonProperty("attackExposureResult")]
public virtual string AttackExposureResult { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExposedHighValueResourcesCount

Declaration
[JsonProperty("exposedHighValueResourcesCount")]
public virtual int? ExposedHighValueResourcesCount { get; set; }
Property Value
Type Description
int?

ExposedLowValueResourcesCount

Declaration
[JsonProperty("exposedLowValueResourcesCount")]
public virtual int? ExposedLowValueResourcesCount { get; set; }
Property Value
Type Description
int?

ExposedMediumValueResourcesCount

Declaration
[JsonProperty("exposedMediumValueResourcesCount")]
public virtual int? ExposedMediumValueResourcesCount { get; set; }
Property Value
Type Description
int?

LatestCalculationTime

object representation of LatestCalculationTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LatestCalculationTimeDateTimeOffset instead.")]
public virtual object LatestCalculationTime { get; set; }
Property Value
Type Description
object

LatestCalculationTimeDateTimeOffset

DateTimeOffset representation of LatestCalculationTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LatestCalculationTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LatestCalculationTimeRaw

Declaration
[JsonProperty("latestCalculationTime")]
public virtual string LatestCalculationTimeRaw { get; set; }
Property Value
Type Description
string

Score

Declaration
[JsonProperty("score")]
public virtual double? Score { get; set; }
Property Value
Type Description
double?

State

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX