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

    Properties

    Properties

    privileges?: string[]

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