Reference documentation and code samples for the Security Command Center Management V1 API class Google::Cloud::SecurityCenterManagement::V1::DeleteSecurityHealthAnalyticsCustomModuleRequest.
Request message for SecurityCenterManagement.DeleteSecurityHealthAnalyticsCustomModule.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
-
(::String) —
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}
#name=
def name=(value) -> ::String
-
value (::String) —
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}
-
(::String) —
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}
#validate_only
def validate_only() -> ::Boolean
-
(::Boolean) — Optional. When set to
true
, the request will be validated (including IAM checks), but no module will be deleted. AnOK
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
.
#validate_only=
def validate_only=(value) -> ::Boolean
-
value (::Boolean) — Optional. When set to
true
, the request will be validated (including IAM checks), but no module will be deleted. AnOK
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
.
-
(::Boolean) — Optional. When set to
true
, the request will be validated (including IAM checks), but no module will be deleted. AnOK
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
.