Enumeration: OrgRole
org.OrgRole
Role of a member within an organization, each associated with certain priviliges
Enumeration Members
Admin
• Admin
Organization admin. Can manage groups and vaults.
Defined in
Member
• Member
Basic organization member. Can read public organization data and read/write certain Vaults they have been assigned to directly or via Groups.
Defined in
Owner
• Owner
Organization owner. Can manage members, groups and vaults. Owners have access to the secret Org.privateKey and Org.invitesKey properties.
Defined in
Suspended
• Suspended
Suspended members can read public organization data and access [[Vaults]] they have been assigned to, but are excluded from any updates to those vaults. Member information (like public key and email address) of suspended members are considered unverified, and need to be updated and verified via a membership confirmation Invite.
deprecated
Use OrgMemberStatus.Suspended
instead