Databricks SDK for JavaScript
    Preparing search index...
    interface GrantOptions {
        privileges?: string[];
    }
    Index

    Properties

    Properties

    privileges?: string[]

    List of privileges to grant. When any of these privileges are requested, the policy will grant access if the principal and condition match. Required on create and update.