Databricks SDK for JavaScript
    Preparing search index...

    Interface AppResourceSqlWarehouse

    interface AppResourceSqlWarehouse {
        id?: string;
        permission?: AppResourceSqlWarehouse_SqlWarehousePermission;
    }
    Index

    Properties

    Properties

    id?: string

    Id of the SQL warehouse to grant permission on.

    Permission to grant on the SQL warehouse. Supported permissions are: "CAN_MANAGE", "CAN_USE", "IS_OWNER".