Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.85 KB

Connection.md

File metadata and controls

15 lines (12 loc) · 1.85 KB

Connection

Properties

Name Type Description Notes
redirect_uri String The URL to launch in a new browser tab. This is required on 200/201 OK response. [default to null]
redirect_value String An enum that identifies the redirect_uri scenario. This will be used to verify correct behavior in automated testing. [default to null]
connection_id String Connection id representing the resource the partner provisioned. This field is required when configured_resources is true. [optional] [default to null]
user_status String Enum that represents whether the partner has seen the user before. [default to null]
account_status String Enum that represents whether the partner has seen the account (i.e. the company or email domain) before. [default to null]
configured_resources Boolean A boolean that represents whether the partner configured/persisted the Databricks resources on this Connect API request. If the value is false and is_connection_established is false, Databricks will clean up the resources it provisioned [default to null]
oauth_redirect_uri String The partner application's URL that handles Databricks OAuth redirect request in the OAuth U2M flow (Authorization code flow). It should be set only when the partner is configured with OAuth U2M as the auth option (ParterConfig auth_options contains AUTH_OAUTH_U2M) and does not have a pre-registered Databricks published OAuth app connection (ParterConfig is_published_app is false or null). [default to null]

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