Class: Google::Cloud::CloudSecurityCompliance::V1::GetFrameworkAuditRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::GetFrameworkAuditRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb
Overview
The request message for [GetFrameworkAudit][].
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the framework audit to retrieve.
Supported formats are the following:
organizations/{organization_id}/locations/{location}/frameworkAudits/{frameworkAuditName}folders/{folder_id}/locations/{location}/frameworkAudits/{frameworkAuditName}projects/{project_id}/locations/{location}/frameworkAudits/{frameworkAuditName}.
268 269 270 271 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 268 class GetFrameworkAuditRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |