Class GoogleCloudAssuredworkloadsV1DbFindingSummary
The details for a finding.
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1.Data
Assembly: Google.Apis.Assuredworkloads.v1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1DbFindingSummary : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FindingCategory
Output only. The category of the finding.
Declaration
[JsonProperty("findingCategory")]
public virtual string FindingCategory { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FindingClass
Output only. The class of the finding.
Declaration
[JsonProperty("findingClass")]
public virtual string FindingClass { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FindingCount
Output only. The count of the finding.
Declaration
[JsonProperty("findingCount")]
public virtual long? FindingCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Name
Identifier. The name of the finding summary.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RelatedFrameworks
Optional. The list of compliance frameworks that the finding belongs to.
Declaration
[JsonProperty("relatedFrameworks")]
public virtual IList<string> RelatedFrameworks { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Severity
Output only. The severity of the finding.
Declaration
[JsonProperty("severity")]
public virtual string Severity { 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 last updated time of the finding.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |