Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 711 Bytes

ScimBaseUser.md

File metadata and controls

13 lines (10 loc) · 711 Bytes

TalonOne.Model.ScimBaseUser

Schema definition for base user fields, provisioned using the SCIM protocol and used by Talon.One.

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. [optional]
Name ScimBaseUserName [optional]

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