Reference documentation and code samples for the Google Cloud Audit Manager V1 Client class AuditReport.
An audit report.
Generated from protobuf message google.cloud.auditmanager.v1.AuditReport
Namespace
Google \ Cloud \ AuditManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The name of this Audit Report, in the format of scope given in request.
↳ report_summary
↳ operation_id
string
Output only. ClientOperationId
↳ destination_details
↳ compliance_standard
string
Output only. Compliance Standard.
↳ scope
string
Output only. The parent scope on which the report was generated.
↳ create_time
↳ control_details
↳ report_generation_state
int
Output only. The state of Audit Report Generation.
↳ compliance_framework
string
Output only. Compliance Framework of Audit Report
↳ scope_id
string
Output only. The ID/ Number for the scope on which the audit report was generated.
getName
Identifier. The name of this Audit Report, in the format of scope given in request.
string
setName
Identifier. The name of this Audit Report, in the format of scope given in request.
var
string
$this
getReportSummary
Output only. Report summary with compliance, violation counts etc.
hasReportSummary
clearReportSummary
setReportSummary
Output only. Report summary with compliance, violation counts etc.
$this
getOperationId
Output only. ClientOperationId
string
setOperationId
Output only. ClientOperationId
var
string
$this
getDestinationDetails
Output only. The location where the generated report will be uploaded.
hasDestinationDetails
clearDestinationDetails
setDestinationDetails
Output only. The location where the generated report will be uploaded.
$this
getComplianceStandard
Output only. Compliance Standard.
string
setComplianceStandard
Output only. Compliance Standard.
var
string
$this
getScope
Output only. The parent scope on which the report was generated.
string
setScope
Output only. The parent scope on which the report was generated.
var
string
$this
getCreateTime
Output only. Creation time of the audit report.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Creation time of the audit report.
$this
getControlDetails
Output only. The overall status of controls
setControlDetails
Output only. The overall status of controls
$this
getReportGenerationState
Output only. The state of Audit Report Generation.
setReportGenerationState
Output only. The state of Audit Report Generation.
$this
getComplianceFramework
Output only. Compliance Framework of Audit Report
string
setComplianceFramework
Output only. Compliance Framework of Audit Report
var
string
$this
getScopeId
Output only. The ID/ Number for the scope on which the audit report was generated.
string
setScopeId
Output only. The ID/ Number for the scope on which the audit report was generated.
var
string
$this

