OBJECT
AuthorizedPrincipal
Description
LDAP authorized principal.
link GraphQL Schema definition
- type AuthorizedPrincipal {
- # ID of the authentication domain.
- : String!
- # Name of the authentication domain.
- : String!
- # Email address.
- : String
- # Email notification configurations.
- : [EventDigest!]!
- # Principal ID
- : String!
- # Last login timestamp.
- : DateTime
- # Lockout status for an LDAP principal.
- : LdapLockoutStatus
- # Name of the principal.
- : String!
- # Principal Type.
- : PrincipalTypeEnum!
- : [Role!]!
- # TOTP status for a LDAP principal.
- : LdapTotpStatus
- }
link Require by
- AuthorizedPrincipalConnectionPaginated list of AuthorizedPrincipal objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- AuthorizedPrincipalEdgeWrapper around the AuthorizedPrincipal object. This wrapper is used for pagination.