Databricks SDK for JavaScript
    Preparing search index...

    An item representing an ACL rule applied to the given principal (user or group) on the associated scope point.

    interface AclItem {
        permission?: AclPermission;
        principal?: string;
    }
    Index

    Properties

    permission?: AclPermission

    The permission level applied to the principal.

    principal?: string

    The principal in which the permission is applied.