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
- (::Google::Cloud::SecurityCenter::V1::NotificationConfig) — 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.
#notification_config=
def notification_config=(value) -> ::Google::Cloud::SecurityCenter::V1::NotificationConfig
Parameter
- value (::Google::Cloud::SecurityCenter::V1::NotificationConfig) — 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
- (::Google::Cloud::SecurityCenter::V1::NotificationConfig) — 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.
#parent
def parent() -> ::String
Returns
- (::String) — Required. Resource name of the new notification config's parent. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_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]", "folders/[folder_id]", or "projects/[project_id]".
Returns
- (::String) — Required. Resource name of the new notification config's parent. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".