Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-database
v1
DeleteDatabaseInstanceRoleRequest
Interface DeleteDatabaseInstanceRoleRequest
interface
DeleteDatabaseInstanceRoleRequest
{
allowMissing
?:
boolean
;
instanceName
?:
string
;
name
?:
string
;
reassignOwnedTo
?:
string
;
}
Index
Properties
allow
Missing?
instance
Name?
name?
reassign
Owned
To?
Properties
Optional
allow
Missing
allowMissing
?:
boolean
This is the AIP standard name for the equivalent of Postgres'
IF EXISTS
option
Optional
instance
Name
instanceName
?:
string
Optional
name
name
?:
string
Optional
reassign
Owned
To
reassignOwnedTo
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Missing
instance
Name
name
reassign
Owned
To
Databricks SDK for JavaScript
Loading...
This is the AIP standard name for the equivalent of Postgres'
IF EXISTSoption