Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.15 KB

File metadata and controls

16 lines (13 loc) · 1.15 KB

CMUser

Properties

Name Type Description Notes
id String the user's id, a guid [default to null]
email String email address of this user (their sign-in and primary identity) [default to null]
firstName String the first-name of this user [default to null]
surname String the second-name (surname) of this user [default to null]
roles List a list of SimSage roles associated with this user [default to null]
operatorKBList List a list of knowledge-bases this user is an operator for [default to null]
groupList List a list of security-groups this user is part of (can be empty) [default to null]
jwtMatchNameValueCSV String an optional set of csv separated name1=value1,name2=value2 for JWT matching [default to null]

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