Reference documentation and code samples for the Audit Manager V1 API class Google::Cloud::AuditManager::V1::GenerateAuditScopeReportRequest.
Message for requesting audit scope report.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#compliance_framework
def compliance_framework() -> ::String
Returns
- (::String) — Required. Compliance framework against which the Scope Report must be generated.
#compliance_framework=
def compliance_framework=(value) -> ::String
Parameter
- value (::String) — Required. Compliance framework against which the Scope Report must be generated.
Returns
- (::String) — Required. Compliance framework against which the Scope Report must be generated.
#compliance_standard
def compliance_standard() -> ::String
Returns
- (::String) — Required. Compliance Standard against which the Scope Report must be generated. Eg: FEDRAMP_MODERATE
#compliance_standard=
def compliance_standard=(value) -> ::String
Parameter
- value (::String) — Required. Compliance Standard against which the Scope Report must be generated. Eg: FEDRAMP_MODERATE
Returns
- (::String) — Required. Compliance Standard against which the Scope Report must be generated. Eg: FEDRAMP_MODERATE
#report_format
def report_format() -> ::Google::Cloud::AuditManager::V1::GenerateAuditScopeReportRequest::AuditScopeReportFormat
Returns
- (::Google::Cloud::AuditManager::V1::GenerateAuditScopeReportRequest::AuditScopeReportFormat) — Required. The format in which the Scope report bytes should be returned.
#report_format=
def report_format=(value) -> ::Google::Cloud::AuditManager::V1::GenerateAuditScopeReportRequest::AuditScopeReportFormat
Parameter
- value (::Google::Cloud::AuditManager::V1::GenerateAuditScopeReportRequest::AuditScopeReportFormat) — Required. The format in which the Scope report bytes should be returned.
Returns
- (::Google::Cloud::AuditManager::V1::GenerateAuditScopeReportRequest::AuditScopeReportFormat) — Required. The format in which the Scope report bytes should be returned.
#scope
def scope() -> ::String
Returns
- (::String) — Required. Scope for which the AuditScopeReport is required. Must be of format resource_type/resource_identifier Eg: projects/{project}/locations/{location}, folders/{folder}/locations/{location}
#scope=
def scope=(value) -> ::String
Parameter
- value (::String) — Required. Scope for which the AuditScopeReport is required. Must be of format resource_type/resource_identifier Eg: projects/{project}/locations/{location}, folders/{folder}/locations/{location}
Returns
- (::String) — Required. Scope for which the AuditScopeReport is required. Must be of format resource_type/resource_identifier Eg: projects/{project}/locations/{location}, folders/{folder}/locations/{location}