public sealed class ControlDetails : IMessage<ControlDetails>, IEquatable<ControlDetails>, IDeepCloneable<ControlDetails>, IBufferMessage, IMessageReference documentation and code samples for the Audit Manager v1 API class ControlDetails.
The evaluation details for a control.
Implements
IMessageControlDetails, IEquatableControlDetails, IDeepCloneableControlDetails, IBufferMessage, IMessageNamespace
Google.Cloud.AuditManager.V1Assembly
Google.Cloud.AuditManager.V1.dll
Constructors
ControlDetails()
public ControlDetails()ControlDetails(ControlDetails)
public ControlDetails(ControlDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
ControlDetails |
Properties
ComplianceState
public ComplianceState ComplianceState { get; set; }Output only. Overall status of the findings for the control.
| Property Value | |
|---|---|
| Type | Description |
ComplianceState |
|
Control
public Control Control { get; set; }The control for which the findings are being reported.
| Property Value | |
|---|---|
| Type | Description |
Control |
|
ControlReportSummary
public ReportSummary ControlReportSummary { get; set; }Report summary with compliance, violation counts etc.
| Property Value | |
|---|---|
| Type | Description |
ReportSummary |
|