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

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

The request 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 scope report is generated for.

#compliance_framework=

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

#report_format

def report_format() -> ::Google::Cloud::CloudSecurityCompliance::V1::GenerateFrameworkAuditScopeReportRequest::Format
Returns

#report_format=

def report_format=(value) -> ::Google::Cloud::CloudSecurityCompliance::V1::GenerateFrameworkAuditScopeReportRequest::Format
Parameter
Returns

#scope

def scope() -> ::String
Returns
  • (::String) —

    Required. The organization, folder or project for the audit report.

    Supported formats are the following:

    • projects/{project_id}/locations/{location}
    • folders/{folder_id}/locations/{location}
    • organizations/{organization_id}/locations/{location}

#scope=

def scope=(value) -> ::String
Parameter
  • value (::String) —

    Required. The organization, folder or project for the audit report.

    Supported formats are the following:

    • projects/{project_id}/locations/{location}
    • folders/{folder_id}/locations/{location}
    • organizations/{organization_id}/locations/{location}
Returns
  • (::String) —

    Required. The organization, folder or project for the audit report.

    Supported formats are the following:

    • projects/{project_id}/locations/{location}
    • folders/{folder_id}/locations/{location}
    • organizations/{organization_id}/locations/{location}