Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class GenerateFrameworkAuditScopeReportResponse.
The response message for GenerateFrameworkAuditScopeReport.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.GenerateFrameworkAuditScopeReportResponse
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ scope_report_contents |
string
The audit scope report content in byte format. |
↳ name |
string
Identifier. The name of the audit report, in the format that was given in the request. |
↳ compliance_framework |
string
Required. The compliance framework that the audit scope report is generated for. |
getScopeReportContents
The audit scope report content in byte format.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasScopeReportContents
setScopeReportContents
The audit scope report content in byte format.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getName
Identifier. The name of the audit report, in the format that was given in the request.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. The name of the audit report, in the format that was given in the request.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getComplianceFramework
Required. The compliance framework that the audit scope report is generated for.
| Returns | |
|---|---|
| Type | Description |
string |
|
setComplianceFramework
Required. The compliance framework that the audit scope report is generated for.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAuditReport
| Returns | |
|---|---|
| Type | Description |
string |
|