public sealed class CloudControlAuditDetails : IMessage<CloudControlAuditDetails>, IEquatable<CloudControlAuditDetails>, IDeepCloneable<CloudControlAuditDetails>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Security Compliance v1 API class CloudControlAuditDetails.
The details for a cloud control audit.
Implements
IMessageCloudControlAuditDetails, IEquatableCloudControlAuditDetails, IDeepCloneableCloudControlAuditDetails, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
CloudControlAuditDetails()
public CloudControlAuditDetails()CloudControlAuditDetails(CloudControlAuditDetails)
public CloudControlAuditDetails(CloudControlAuditDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
CloudControlAuditDetails |
Properties
CloudControl
public string CloudControl { get; set; }Output only. The name of the cloud control.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CloudControlDescription
public string CloudControlDescription { get; set; }Output only. The description of the cloud control.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CloudControlId
public string CloudControlId { get; set; }Output only. The ID of the cloud control.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ComplianceState
public ComplianceState ComplianceState { get; set; }Output only. The overall status of the findings for the control.
| Property Value | |
|---|---|
| Type | Description |
ComplianceState |
|
Findings
public RepeatedField<FindingDetails> Findings { get; }Output only. The findings for the control.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFindingDetails |
|
ReportSummary
public ReportSummary ReportSummary { get; set; }Output only. The summary of the report.
| Property Value | |
|---|---|
| Type | Description |
ReportSummary |
|