HumanIdentity
Types that represent human actors with distinct identities that can use the system
union HumanIdentity = User | Team
Possible types
HumanIdentity.User object
A representation of a human user account.
HumanIdentity.Team object
A team of users
Member Of
CodeSignProject object