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



270
271
272
273
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 270

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:



270
271
272
273
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 270

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