Databricks SDK for JavaScript
    Preparing search index...
    interface PutAclRequest {
        permission?: AclPermission;
        principal?: string;
        scope?: string;
    }
    Index

    Properties

    permission?: AclPermission

    The permission level applied to the principal.

    principal?: string

    The principal in which the permission is applied.

    scope?: string

    The name of the scope to apply permissions to.