Class: Google::Cloud::SecurityCenter::V1p1beta1::CreateNotificationConfigRequest

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

Overview

Request message for creating a notification config.

Instance Attribute Summary collapse

Instance Attribute Details

#config_id::String

Returns Required. Unique identifier provided by the client within the parent scope. It must be between 1 and 128 characters, and contains alphanumeric characters, underscores or hyphens only.

Returns:

  • (::String)

    Required. Unique identifier provided by the client within the parent scope. It must be between 1 and 128 characters, and contains alphanumeric characters, underscores or hyphens only.



55
56
57
58
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 55

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

#notification_config::Google::Cloud::SecurityCenter::V1p1beta1::NotificationConfig

Returns Required. The notification config being created. The name and the service account will be ignored as they are both output only fields on this resource.

Returns:



55
56
57
58
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 55

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

#parent::String

Returns Required. Resource name of the new notification config's parent. Its format is "organizations/[organization_id]".

Returns:

  • (::String)

    Required. Resource name of the new notification config's parent. Its format is "organizations/[organization_id]".



55
56
57
58
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 55

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