Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::CreateNotificationConfigRequest (v0.21.0)

Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::CreateNotificationConfigRequest.

Request message for creating a notification config.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#config_id

def config_id() -> ::String
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.

#config_id=

def config_id=(value) -> ::String
Parameter
  • value (::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.
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.

#notification_config

def notification_config() -> ::Google::Cloud::SecurityCenter::V1::NotificationConfig
Returns

#notification_config=

def notification_config=(value) -> ::Google::Cloud::SecurityCenter::V1::NotificationConfig
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Resource name of the new notification config's parent. Its format is "organizations/[organization_id]".

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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]".