Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 2.16 KB

Member.md

File metadata and controls

33 lines (25 loc) · 2.16 KB

Member

Properties

Name Type Description Notes
links Map<String, Link> The location and content type of related resources
id String The member's ID
firstName String The member's first name [optional]
lastName String The member's last name [optional]
role String The member's built-in role. If the member has no custom roles, this role will be in effect.
email String The member's email address
pendingInvite Boolean Whether the member has a pending invitation
verified Boolean Whether the member's email address has been verified
pendingEmail String The member's email address before it has been verified, for accounts where email verification is required [optional]
customRoles List<String> The set of custom roles (as keys) assigned to the member
mfa String Whether multi-factor authentication is enabled for this member
excludedDashboards List<String> Default dashboards that the member has chosen to ignore [optional]
lastSeen Long
lastSeenMetadata LastSeenMetadata [optional]
integrationMetadata IntegrationMetadata [optional]
teams List<MemberTeamSummaryRep> Details on the teams this member is assigned to [optional]
permissionGrants List<MemberPermissionGrantSummaryRep> A list of permission grants. Permission grants allow a member to have access to a specific action, without having to create or update a custom role. [optional]
creationDate Long
oauthProviders List<String> A list of OAuth providers [optional]
version Integer Version of the current configuration [optional]
roleAttributes Map<String, List<String>> [optional]