Class: Google::Cloud::SecurityCenter::V1::CreateSecurityHealthAnalyticsCustomModuleRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb

Overview

Request message for creating Security Health Analytics custom modules.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns 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"



146
147
148
149
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 146

class CreateSecurityHealthAnalyticsCustomModuleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#security_health_analytics_custom_module::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule

Returns Required. SecurityHealthAnalytics custom module to create. The provided name is ignored and reset with provided parent information and server-generated ID.

Returns:



146
147
148
149
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 146

class CreateSecurityHealthAnalyticsCustomModuleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end