Get Notification Channel Result
data class GetNotificationChannelResult(val createdDate: String, val description: String? = null, val emailRecipient: String? = null, val events: List<EventResponse>? = null, val id: String, val location: String? = null, val name: String, val notificationLocale: String? = null, val provisioningState: String, val tags: Map<String, String>? = null, val type: String, val uniqueIdentifier: String, val webHookUrl: String? = null)
A notification.
Constructors
Link copied to clipboard
constructor(createdDate: String, description: String? = null, emailRecipient: String? = null, events: List<EventResponse>? = null, id: String, location: String? = null, name: String, notificationLocale: String? = null, provisioningState: String, tags: Map<String, String>? = null, type: String, uniqueIdentifier: String, webHookUrl: String? = null)
Properties
Link copied to clipboard
The creation date of the notification channel.
Link copied to clipboard
Description of notification.
Link copied to clipboard
The email recipient to send notifications to (can be a list of semi-colon separated email addresses).
Link copied to clipboard
The list of event for which this notification is enabled.
Link copied to clipboard
The locale to use when sending a notification (fallback for unsupported languages is EN).
Link copied to clipboard
The provisioning status of the resource.
Link copied to clipboard
The unique immutable identifier of a resource (Guid).
Link copied to clipboard
The webhook URL to send notifications to.