Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::CreateSecurityHealthAnalyticsCustomModuleRequest.
Request message for creating Security Health Analytics custom modules.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Resource name of the new custom module's parent. Its format is
organizations/{organization}/securityHealthAnalyticsSettings
,folders/{folder}/securityHealthAnalyticsSettings
, orprojects/{project}/securityHealthAnalyticsSettings
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Resource name of the new custom module's parent. Its format is
organizations/{organization}/securityHealthAnalyticsSettings
,folders/{folder}/securityHealthAnalyticsSettings
, orprojects/{project}/securityHealthAnalyticsSettings
Returns
-
(::String) — Required. Resource name of the new custom module's parent. Its format is
organizations/{organization}/securityHealthAnalyticsSettings
,folders/{folder}/securityHealthAnalyticsSettings
, orprojects/{project}/securityHealthAnalyticsSettings
#security_health_analytics_custom_module
def security_health_analytics_custom_module() -> ::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule
Returns
- (::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule) — Required. SecurityHealthAnalytics custom module to create. The provided name is ignored and reset with provided parent information and server-generated ID.
#security_health_analytics_custom_module=
def security_health_analytics_custom_module=(value) -> ::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule
Parameter
- value (::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule) — Required. SecurityHealthAnalytics custom module to create. The provided name is ignored and reset with provided parent information and server-generated ID.
Returns
- (::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule) — Required. SecurityHealthAnalytics custom module to create. The provided name is ignored and reset with provided parent information and server-generated ID.