Class GoogleCloudAssuredworkloadsV1beta1ControlAssessmentDetails
The details for a control assessment.
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1beta1.Data
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1beta1ControlAssessmentDetails : IDirectResponseSchema
Properties
AssessedPassingControlIds
The list of controls that were assessed and are passing.
Declaration
[JsonProperty("assessedPassingControlIds")]
public virtual IList<string> AssessedPassingControlIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
AssessedPassingControls
The number of controls that were assessed and are passing.
Declaration
[JsonProperty("assessedPassingControls")]
public virtual int? AssessedPassingControls { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FailingControlIds
The list of controls that are failing.
Declaration
[JsonProperty("failingControlIds")]
public virtual IList<string> FailingControlIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
FailingControls
The number of controls that are failing.
Declaration
[JsonProperty("failingControls")]
public virtual int? FailingControls { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
NotAssessedControlIds
The list of controls that aren't assessed because they require manual review.
Declaration
[JsonProperty("notAssessedControlIds")]
public virtual IList<string> NotAssessedControlIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
NotAssessedControls
The number of controls that aren't assessed because they require manual review.
Declaration
[JsonProperty("notAssessedControls")]
public virtual int? NotAssessedControls { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PassingControlIds
The list of controls that are passing or not assessed.
Declaration
[JsonProperty("passingControlIds")]
public virtual IList<string> PassingControlIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
PassingControls
The number of controls that are passing or not assessed.
Declaration
[JsonProperty("passingControls")]
public virtual int? PassingControls { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |