Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 693 Bytes

ScimBaseUser.md

File metadata and controls

14 lines (10 loc) · 693 Bytes

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]
display_name str Display name of the user. [optional]
user_name str 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]