Google Cloud Audit Manager V1 Client - Class ControlDetails (0.1.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Audit Manager V1 Client class ControlDetails.
The evaluation details for a control.
Generated from protobuf message google.cloud.auditmanager.v1.ControlDetails
Namespace
Google \ Cloud \ AuditManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ control |
Control
The control for which the findings are being reported. |
↳ compliance_state |
int
Output only. Overall status of the findings for the control. |
↳ control_report_summary |
ReportSummary
Report summary with compliance, violation counts etc. |
getControl
The control for which the findings are being reported.
| Returns | |
|---|---|
| Type | Description |
Control|null |
|
hasControl
clearControl
setControl
The control for which the findings are being reported.
| Parameter | |
|---|---|
| Name | Description |
var |
Control
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getComplianceState
Output only. Overall status of the findings for the control.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ComplianceState. |
setComplianceState
Output only. Overall status of the findings for the control.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ComplianceState. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getControlReportSummary
Report summary with compliance, violation counts etc.
| Returns | |
|---|---|
| Type | Description |
ReportSummary|null |
|
hasControlReportSummary
clearControlReportSummary
setControlReportSummary
Report summary with compliance, violation counts etc.
| Parameter | |
|---|---|
| Name | Description |
var |
ReportSummary
|
| Returns | |
|---|---|
| Type | Description |
$this |
|