Reference documentation and code samples for the Audit Manager V1 API class Google::Cloud::AuditManager::V1::GenerateAuditReportRequest.
Message for requesting the Audit 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 Report must be generated.
#compliance_framework=
def compliance_framework=(value) -> ::String
Parameter
- value (::String) — Required. Compliance framework against which the Report must be generated.
Returns
- (::String) — Required. Compliance framework against which the 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
#gcs_uri
def gcs_uri() -> ::String
Returns
- (::String) — Destination Cloud storage bucket where report and evidence must be uploaded. The Cloud storage bucket provided here must be selected among the buckets entered during the enrollment process.
#gcs_uri=
def gcs_uri=(value) -> ::String
Parameter
- value (::String) — Destination Cloud storage bucket where report and evidence must be uploaded. The Cloud storage bucket provided here must be selected among the buckets entered during the enrollment process.
Returns
- (::String) — Destination Cloud storage bucket where report and evidence must be uploaded. The Cloud storage bucket provided here must be selected among the buckets entered during the enrollment process.
#report_format
def report_format() -> ::Google::Cloud::AuditManager::V1::GenerateAuditReportRequest::AuditReportFormat
Returns
- (::Google::Cloud::AuditManager::V1::GenerateAuditReportRequest::AuditReportFormat) — Required. The format in which the audit report should be created.
#report_format=
def report_format=(value) -> ::Google::Cloud::AuditManager::V1::GenerateAuditReportRequest::AuditReportFormat
Parameter
- value (::Google::Cloud::AuditManager::V1::GenerateAuditReportRequest::AuditReportFormat) — Required. The format in which the audit report should be created.
Returns
- (::Google::Cloud::AuditManager::V1::GenerateAuditReportRequest::AuditReportFormat) — Required. The format in which the audit report should be created.
#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}