Databricks SDK for JavaScript
    Preparing search index...

    Interface DeleteDatabaseInstanceRoleRequest

    interface DeleteDatabaseInstanceRoleRequest {
        allowMissing?: boolean;
        instanceName?: string;
        name?: string;
        reassignOwnedTo?: string;
    }
    Index

    Properties

    allowMissing?: boolean

    This is the AIP standard name for the equivalent of Postgres' IF EXISTS option

    instanceName?: string
    name?: string
    reassignOwnedTo?: string