Class GoogleCloudAssuredworkloadsV1CloudControlAssessmentDetails
The cloud control assessment details for non-manual cloud controls.
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1.Data
Assembly: Google.Apis.Assuredworkloads.v1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1CloudControlAssessmentDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EvaluationState
Output only. The evaluation status of the cloud control.
Declaration
[JsonProperty("evaluationState")]
public virtual string EvaluationState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FindingsCount
The number of findings for the cloud control.
Declaration
[JsonProperty("findingsCount")]
public virtual int? FindingsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |