OBJECT
AuthorizedPrincipal
Description
LDAP authorized principal.
link GraphQL Schema definition
- type AuthorizedPrincipal {
- # Principal Type.
- PrincipalTypeEnum! :
- # Principal ID
- String! :
- # ID of the authentication domain.
- String! :
- # Name of the authentication domain.
- String! :
- # Name of the principal.
- String! :
- # Email address.
- String :
- # Last login timestamp.
- DateTime :
- # TOTP status for a LDAP principal.
- LdapTotpStatus :
- # Lockout status for an LDAP principal.
- LdapLockoutStatus :
- Role!]! : [
- # Email notification configurations.
- EventDigest!]! : [
- }
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.