Cloud Security Compliance V1 API - Class Google::Cloud::CloudSecurityCompliance::V1::GenerateFrameworkAuditScopeReportResponse (v0.2.0)

Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::GenerateFrameworkAuditScopeReportResponse.

The response message for [GenerateFrameworkAuditScopeReport][].

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#compliance_framework

def compliance_framework() -> ::String
Returns
  • (::String) — Required. The compliance framework that the audit scope report is generated for.

#compliance_framework=

def compliance_framework=(value) -> ::String
Parameter
  • value (::String) — Required. The compliance framework that the audit scope report is generated for.
Returns
  • (::String) — Required. The compliance framework that the audit scope report is generated for.

#name

def name() -> ::String
Returns
  • (::String) — Identifier. The name of the audit report, in the format that was given in the request.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Identifier. The name of the audit report, in the format that was given in the request.
Returns
  • (::String) — Identifier. The name of the audit report, in the format that was given in the request.

#scope_report_contents

def scope_report_contents() -> ::String
Returns
  • (::String) — The audit scope report content in byte format.

#scope_report_contents=

def scope_report_contents=(value) -> ::String
Parameter
  • value (::String) — The audit scope report content in byte format.
Returns
  • (::String) — The audit scope report content in byte format.