Skip to main content

Identity

Types that represent actors with distinct identities that can use the system, includes User and ServiceAccount types

union Identity = User | ServiceAccount | Team

Possible types

Identity.User object

A representation of a human user account.

Identity.ServiceAccount object

A representation of an account for a machine

Identity.Team object

A team of users

Member Of

CodeSignProject object ● IdentityConnection object ● IdentityEdge object