Audit Manager v1 API - Class ControlDetails (1.2.0)

public sealed class ControlDetails : IMessage<ControlDetails>, IEquatable<ControlDetails>, IDeepCloneable<ControlDetails>, IBufferMessage, IMessage

Reference documentation and code samples for the Audit Manager v1 API class ControlDetails.

Evaluation details for a control.

Inheritance

object > ControlDetails

Namespace

Google.Cloud.AuditManager.V1

Assembly

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