Databricks SDK for JavaScript
    Preparing search index...
    interface EffectivePrivilege {
        inheritedFromName?: string;
        inheritedFromType?: string;
        privilege?: string;
    }
    Index

    Properties

    inheritedFromName?: string

    The full name of the object that conveys this privilege via inheritance. This field is omitted when privilege is not inherited (it's assigned to the securable itself).

    inheritedFromType?: string

    The type of the object that conveys this privilege via inheritance. This field is omitted when privilege is not inherited (it's assigned to the securable itself).

    privilege?: string

    The privilege assigned to the principal.