# Packages

No description provided by the author

# Functions

DataSourceCurrentUser returns information about caller identity.
DataSourceGroup returns information about group specified by display name.
DataSourceServicePrincipal returns information about the spn specified by the application_id.
DataSourceServicePrincipals searches for service principals based on display_name.
DataSourceUser returns information about user specified by user name.
NewGroupsAPI creates GroupsAPI instance from provider meta.
NewServicePrincipalsAPI creates ServicePrincipalsAPI instance from provider meta.
NewUsersAPI creates UsersAPI instance from provider meta.
No description provided by the author
ResourceGroup manages user groups.
ResourceGroupMember bind group with member.
ResourceServicePrincipal manages service principals within workspace.
ResourceUser manages users within workspace.

# Constants

Possible schema URNs for the Databricks SCIM api.
Possible schema URNs for the Databricks SCIM api.
Possible schema URNs for the Databricks SCIM api.
Possible schema URNs for the Databricks SCIM api.
Possible schema URNs for the Databricks SCIM api.

# Structs

Generalisation of most common complex values from SCIM protocol Details at https://datatracker.ietf.org/doc/html/rfc7643#section-2.3.8.
Group contains information about the SCIM group.
GroupList contains a list of groups fetched from a list api call from SCIM api.
GroupsAPI exposes the scim groups API.
ServicePrincipalsAPI exposes the scim servicePrincipal API.
User is a struct that contains all the information about a SCIM user.
UserList contains a list of Users fetched from a list api call from SCIM api.
UsersAPI exposes the scim user API.

# Type aliases

No description provided by the author
URN is a custom type for the SCIM spec for the schema.