Databricks SDK for JavaScript
    Preparing search index...
    interface ListNotificationDestinationsResult {
        config?: Config;
        destinationType?: DestinationType;
        displayName?: string;
        id?: string;
    }
    Index

    Properties

    config?: Config

    The configuration for the notification destination. Will be exactly one of the nested configs. Only returns for users with workspace admin permissions.

    destinationType?: DestinationType

    [Output-only] The type of the notification destination. The type can not be changed once set.

    displayName?: string

    The display name for the notification destination.

    id?: string

    UUID identifying notification destination.