Databricks SDK for JavaScript
    Preparing search index...
    interface PermissionsChange {
        add?: string[];
        principal?: string;
        remove?: string[];
    }
    Index

    Properties

    add?: string[]

    The set of privileges to add.

    principal?: string

    The principal whose privileges we are changing. Only one of principal or principal_id should be specified, never both at the same time.

    remove?: string[]

    The set of privileges to remove.