You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that actually int is correct and I needed to specify the int value that is found at the URL of service principals.
But how can I find this value from the API?
Description
service_principal_id
indatabricks-sdk-py/docs/account/oauth2/service_principal_secrets.rst
Line 3 in 5255760
https://docs.databricks.com/api/workspace/serviceprincipals/get
"id": "string"
But even the above API doc says int64 in the definition part, so I am confused.
The text was updated successfully, but these errors were encountered: