Class GoogleCloudSecuritycenterV2Issue
Security Command Center Issue.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2Issue : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. The time the issue was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
The description of the issue in Markdown format.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Detection
The finding category or rule name that generated the issue.
Declaration
[JsonProperty("detection")]
public virtual string Detection { get; set; }
Property Value
Type | Description |
---|---|
string |
Domains
The domains of the issue.
Declaration
[JsonProperty("domains")]
public virtual IList<GoogleCloudSecuritycenterV2IssueDomain> Domains { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2IssueDomain> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExposureScore
The exposure score of the issue.
Declaration
[JsonProperty("exposureScore")]
public virtual double? ExposureScore { get; set; }
Property Value
Type | Description |
---|---|
double? |
IssueType
The type of the issue.
Declaration
[JsonProperty("issueType")]
public virtual string IssueType { get; set; }
Property Value
Type | Description |
---|---|
string |
LastObservationTime
object representation of LastObservationTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastObservationTimeDateTimeOffset instead.")]
public virtual object LastObservationTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastObservationTimeDateTimeOffset
DateTimeOffset representation of LastObservationTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastObservationTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastObservationTimeRaw
The time the issue was last observed.
Declaration
[JsonProperty("lastObservationTime")]
public virtual string LastObservationTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Mute
The mute information of the issue.
Declaration
[JsonProperty("mute")]
public virtual GoogleCloudSecuritycenterV2IssueMute Mute { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2IssueMute |
Name
Identifier. The name of the issue. Format: organizations/{organization}/locations/{location}/issues/{issue}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PrimaryResource
The primary resource associated with the issue.
Declaration
[JsonProperty("primaryResource")]
public virtual GoogleCloudSecuritycenterV2IssueResource PrimaryResource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2IssueResource |
RelatedFindings
The findings related to the issue.
Declaration
[JsonProperty("relatedFindings")]
public virtual IList<GoogleCloudSecuritycenterV2IssueFinding> RelatedFindings { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2IssueFinding> |
Remediations
Approaches to remediate the issue in Markdown format.
Declaration
[JsonProperty("remediations")]
public virtual IList<string> Remediations { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SecondaryResources
Additional resources associated with the issue.
Declaration
[JsonProperty("secondaryResources")]
public virtual IList<GoogleCloudSecuritycenterV2IssueResource> SecondaryResources { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2IssueResource> |
SecurityContexts
The security context of the issue.
Declaration
[JsonProperty("securityContexts")]
public virtual IList<GoogleCloudSecuritycenterV2IssueSecurityContext> SecurityContexts { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2IssueSecurityContext> |
Severity
The severity of the issue.
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. The state of the issue.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Output only. The time the issue was last updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |