public sealed class ControlDetails : IMessage<ControlDetails>, IEquatable<ControlDetails>, IDeepCloneable<ControlDetails>, IBufferMessage, IMessageReference documentation and code samples for the Audit Manager v1 API class ControlDetails.
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; }Control that the findings are being reported for.
| Property Value | |
|---|---|
| Type | Description |
Control |
|
ControlReportSummary
public ReportSummary ControlReportSummary { get; set; }A control report summary that provides a high-level overview of the compliance controls and the assessment status.
| Property Value | |
|---|---|
| Type | Description |
ReportSummary |
|