Databricks SDK for JavaScript
    Preparing search index...

    Interface AccessRequestDestinations

    interface AccessRequestDestinations {
        areAnyDestinationsHidden?: boolean;
        destinations?: NotificationDestination[];
        destinationSourceSecurable?: Securable;
        fullName?: string;
        securable?: Securable;
        securableType?: string;
    }
    Index

    Properties

    areAnyDestinationsHidden?: boolean

    Indicates whether any destinations are hidden from the caller due to a lack of permissions. This value is true if the caller does not have permission to see all destinations.

    destinations?: NotificationDestination[]

    The access request destinations for the securable.

    destinationSourceSecurable?: Securable

    The source securable from which the destinations are inherited. Either the same value as securable (if destination is set directly on the securable) or the nearest parent securable with destinations set.

    fullName?: string

    The full name of the securable. Redundant with the name in the securable object, but necessary for Terraform integration

    securable?: Securable

    The securable for which the access request destinations are being modified or read.

    securableType?: string

    The type of the securable. Redundant with the type in the securable object, but necessary for Terraform integration