Create Databricks Authorization
Create a new Databricks authorization.
Permissions
api.connections.write
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The ID of the Connection this authorization belongs to.
The authentication method to use. Possible values: PAT, OAUTH_M2M.
PAT, OAUTH_M2M The Databricks server hostname.
1The HTTP path for the Databricks SQL warehouse or cluster.
1The port number for the Databricks connection. Typically 443.
The personal access token for PAT authentication.
The OAuth client ID for OAUTH_M2M authentication.
The OAuth client secret for OAUTH_M2M authentication.
Response
Created
The unique object identifier.
Data integrity version to ensure data consistency.
The date that the object was originally created.
The date that the object was last updated or modified.
Details about the user who created the object.
Details about the user who last modified or updated the object.
The ID of the Connection this authorization belongs to.
The authentication method to use. Possible values: PAT, OAUTH_M2M.
PAT, OAUTH_M2M The Databricks server hostname.
The port number for the Databricks connection. Typically 443.
The HTTP path for the Databricks SQL warehouse or cluster.
The OAuth client ID for OAUTH_M2M authentication.

