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
Our users are provisioned from AAD using SCIM. When the user is deleted in AAD he is set to 'inactive' in Databricks accounts.
There is currently no way to get that property using the data block databricks_user (while it is supported for the resource databricks_user).
Attempted Solutions
We are now also (trying to) get the user using azure_ad provider, and comparing properties, but this is not a nice solution.
Proposal
Add attribute active to data block databricks_user, as it is included in the rest api.
Use-cases
Our users are provisioned from AAD using SCIM. When the user is deleted in AAD he is set to 'inactive' in Databricks accounts.
There is currently no way to get that property using the data block
databricks_user
(while it is supported for the resourcedatabricks_user
).Attempted Solutions
We are now also (trying to) get the user using azure_ad provider, and comparing properties, but this is not a nice solution.
Proposal
Add attribute
active
to data blockdatabricks_user
, as it is included in the rest api.References
The text was updated successfully, but these errors were encountered: