Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 2.24 KB

Member.md

File metadata and controls

29 lines (26 loc) · 2.24 KB

# Member

Properties

Name Type Description Notes
_links array<string,\LaunchDarklyApi\Model\Link> The location and content type of related resources
_id string The member's ID
first_name string The member's first name [optional]
last_name 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
_pending_invite bool Whether the member has a pending invitation
_verified bool Whether the member's email address has been verified
_pending_email string The member's email address before it has been verified, for accounts where email verification is required [optional]
custom_roles string[] The set of custom roles (as keys) assigned to the member
mfa string Whether multi-factor authentication is enabled for this member
excluded_dashboards string[] Default dashboards that the member has chosen to ignore [optional]
_last_seen int
_last_seen_metadata \LaunchDarklyApi\Model\LastSeenMetadata [optional]
_integration_metadata \LaunchDarklyApi\Model\IntegrationMetadata [optional]
teams \LaunchDarklyApi\Model\MemberTeamSummaryRep[] Details on the teams this member is assigned to [optional]
permission_grants \LaunchDarklyApi\Model\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]
creation_date int
oauth_providers string[] A list of OAuth providers [optional]
version int Version of the current configuration [optional]
role_attributes array<string,array> [optional]

[Back to Model list] [Back to API list] [Back to README]