Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::GetSecurityHealthAnalyticsCustomModuleRequest.
Request message for getting Security Health Analytics custom modules.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. Name of the custom module to get. Its format is
organizations/{organization}/securityHealthAnalyticsSettings/customModules/{customModule}
,folders/{folder}/securityHealthAnalyticsSettings/customModules/{customModule}
, orprojects/{project}/securityHealthAnalyticsSettings/customModules/{customModule}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Name of the custom module to get. Its format is
organizations/{organization}/securityHealthAnalyticsSettings/customModules/{customModule}
,folders/{folder}/securityHealthAnalyticsSettings/customModules/{customModule}
, orprojects/{project}/securityHealthAnalyticsSettings/customModules/{customModule}
Returns
-
(::String) — Required. Name of the custom module to get. Its format is
organizations/{organization}/securityHealthAnalyticsSettings/customModules/{customModule}
,folders/{folder}/securityHealthAnalyticsSettings/customModules/{customModule}
, orprojects/{project}/securityHealthAnalyticsSettings/customModules/{customModule}