Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 777 Bytes

ScimUser.md

File metadata and controls

14 lines (11 loc) · 777 Bytes

TalonOne.Model.ScimUser

Schema definition for users that have been provisioned using the SCIM protocol with an identity provider, for example, Microsoft Entra ID.

Properties

Name Type Description Notes
Active bool Status of the user. [optional]
DisplayName string Display name of the user. [optional]
UserName string Unique identifier of the user. This is usually an email address.
Name ScimBaseUserName [optional]
Id string ID of the user.

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