Audit Manager v1 API - Class ControlDetails (1.0.0-beta01)

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.

The 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; }

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