Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class CloudControlAssessmentDetails.
The cloud control assessment details for non-manual cloud controls.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.CloudControlAssessmentDetails
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ findings_count |
int
The number of findings for the cloud control. |
↳ evaluation_state |
int
Output only. The evaluation status of the cloud control. |
getFindingsCount
The number of findings for the cloud control.
| Returns | |
|---|---|
| Type | Description |
int |
|
setFindingsCount
The number of findings for the cloud control.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEvaluationState
Output only. The evaluation status of the cloud control.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type EvaluationState. |
setEvaluationState
Output only. The evaluation status of the cloud control.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type EvaluationState. |
| Returns | |
|---|---|
| Type | Description |
$this |
|