Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 543 Bytes

UserUpdate.md

File metadata and controls

13 lines (8 loc) · 543 Bytes

UserUpdate

Properties

Name Type Description Notes
email kotlin.String The email of the user. If synced, will be unique inside the environment. [optional]
firstName kotlin.String First name of the user. [optional]
lastName kotlin.String Last name of the user. [optional]
attributes kotlin.Any Arbitraty user attributes that will be used to enforce attribute-based access control policies. [optional]