Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::CreateSecurityHealthAnalyticsCustomModuleRequest (v0.29.0)

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

  • Object

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", or "projects/{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", or "projects/{project}/securityHealthAnalyticsSettings"
Returns
  • (::String) — Required. Resource name of the new custom module's parent. Its format is "organizations/{organization}/securityHealthAnalyticsSettings", "folders/{folder}/securityHealthAnalyticsSettings", or "projects/{project}/securityHealthAnalyticsSettings"

#security_health_analytics_custom_module

def security_health_analytics_custom_module() -> ::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule
Returns

#security_health_analytics_custom_module=

def security_health_analytics_custom_module=(value) -> ::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule
Parameter
Returns