Class: Google::Cloud::SecurityCenterManagement::V1::DeleteSecurityHealthAnalyticsCustomModuleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenterManagement::V1::DeleteSecurityHealthAnalyticsCustomModuleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb
Overview
Request message for SecurityCenterManagement.DeleteSecurityHealthAnalyticsCustomModule.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the SHA custom module, in one of the following formats:
organizations/{organization}/locations/{location}/securityHealthAnalyticsCustomModules/{custom_module}
folders/{folder}/locations/{location}/securityHealthAnalyticsCustomModules/{custom_module}
projects/{project}/locations/{location}/securityHealthAnalyticsCustomModules/{custom_module}
.
555 556 557 558 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 555 class DeleteSecurityHealthAnalyticsCustomModuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. When set to true
, the request will be validated (including IAM
checks), but no module will be deleted. An OK
response indicates that the
request is valid, while an error response indicates that the request is
invalid.
If the request is valid, a subsequent request to delete the module could still fail for one of the following reasons:
- The state of your cloud resources changed; for example, you lost a required IAM permission
- An error occurred during deletion of the module
Defaults to false
.
555 556 557 558 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 555 class DeleteSecurityHealthAnalyticsCustomModuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |