Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::CreateFrameworkAuditRequest.
The request message for [CreateFrameworkAudit][].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#framework_audit
def framework_audit() -> ::Google::Cloud::CloudSecurityCompliance::V1::FrameworkAudit- (::Google::Cloud::CloudSecurityCompliance::V1::FrameworkAudit) — Required. The framework audit to create.
#framework_audit=
def framework_audit=(value) -> ::Google::Cloud::CloudSecurityCompliance::V1::FrameworkAudit- value (::Google::Cloud::CloudSecurityCompliance::V1::FrameworkAudit) — Required. The framework audit to create.
- (::Google::Cloud::CloudSecurityCompliance::V1::FrameworkAudit) — Required. The framework audit to create.
#framework_audit_id
def framework_audit_id() -> ::String-
(::String) — Optional. The ID to use for the framework audit. The ID becomes the final
component of the framework audit's full resource name.
The ID must be between 4-63 characters, and valid characters are
\[a-z][0-9]-\.
#framework_audit_id=
def framework_audit_id=(value) -> ::String-
value (::String) — Optional. The ID to use for the framework audit. The ID becomes the final
component of the framework audit's full resource name.
The ID must be between 4-63 characters, and valid characters are
\[a-z][0-9]-\.
-
(::String) — Optional. The ID to use for the framework audit. The ID becomes the final
component of the framework audit's full resource name.
The ID must be between 4-63 characters, and valid characters are
\[a-z][0-9]-\.
#parent
def parent() -> ::String-
(::String) —
Required. The parent resource where this framework audit is created.
Supported formats are the following:
organizations/{organization_id}/locations/{location}folders/{folder_id}/locations/{location}projects/{project_id}/locations/{location}
#parent=
def parent=(value) -> ::String-
value (::String) —
Required. The parent resource where this framework audit is created.
Supported formats are the following:
organizations/{organization_id}/locations/{location}folders/{folder_id}/locations/{location}projects/{project_id}/locations/{location}
-
(::String) —
Required. The parent resource where this framework audit is created.
Supported formats are the following:
organizations/{organization_id}/locations/{location}folders/{folder_id}/locations/{location}projects/{project_id}/locations/{location}