Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 838 Bytes

File metadata and controls

16 lines (11 loc) · 838 Bytes

OauthMachineToMachineAuth

Authenticate as a service principal using OAuth. Create a service principal in Databricks and generate an OAuth secret to obtain a client ID and secret. Read the official Databricks documentation for more information about OAuth machine-to-machine authentication.

Properties

Name Type Required Description
client_id str Yes The client ID for the service principal.
client_secret EncryptedProperty Yes The value of the client secret.
type Literal["oauthM2M"] Yes None

[Back to Model list] [Back to API list] [Back to README]