CreateNotificationConfigRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request message for creating a notification config.
Attributes | |
---|---|
Name | Description |
parent |
str
Required. Resource name of the new notification config's parent. Its format is "organizations/[organization_id]/locations/[location_id]", "folders/[folder_id]/locations/[location_id]", or "projects/[project_id]/locations/[location_id]". |
config_id |
str
Required. Unique identifier provided by the client within the parent scope. It must be between 1 and 128 characters and contain alphanumeric characters, underscores, or hyphens only. |
notification_config |
google.cloud.securitycenter_v2.types.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. |