FrameworkAudit(mapping=None, *, ignore_unknown_fields=False, **kwargs)A framework audit.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Output only. Identifier. The name of the framework audit. |
framework_audit_id |
str
Output only. The ID of the framework audit. |
compliance_framework |
str
Output only. The compliance framework used for the audit. |
scope |
str
Output only. The scope of the audit. |
framework_audit_destination |
google.cloud.cloudsecuritycompliance_v1.types.FrameworkAuditDestination
Required. The destination for the audit reports. |
start_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time that the audit started. |
finish_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time that the audit finished. |
compliance_state |
google.cloud.cloudsecuritycompliance_v1.types.ComplianceState
Output only. The overall compliance state of the audit. |
report_summary |
google.cloud.cloudsecuritycompliance_v1.types.ReportSummary
Output only. The summary of the report. |
cloud_control_group_audit_details |
MutableSequence[google.cloud.cloudsecuritycompliance_v1.types.CloudControlGroupAuditDetails]
Optional. The details for the cloud control groups within this audit. |
cloud_control_audit_details |
MutableSequence[google.cloud.cloudsecuritycompliance_v1.types.CloudControlAuditDetails]
Optional. The details for the cloud controls within this audit. |
operation_id |
str
Output only. The ID of the long-running operation. |
state |
google.cloud.cloudsecuritycompliance_v1.types.FrameworkAudit.State
Output only. The framework audit state of the audit. |
Classes
State
State(value)The state of the framework audit.