UNPKG

@digitalpersona/services

Version:
24 lines (16 loc) 1.25 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [UserInfo](./services.userinfo.md) ## UserInfo interface <b>Signature:</b> ```typescript export interface UserInfo ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [accountControl](./services.userinfo.accountcontrol.md) | <code>UACFlags</code> | User account control bits, stored in the <code>dpUserAccountControl</code> attribute of the user's LDAP record. | | [displayName](./services.userinfo.displayname.md) | <code>string</code> | User's display name, stored in the <code>displayName</code> attribute of the user's LDAP record. | | [licensed](./services.userinfo.licensed.md) | <code>boolean</code> | <code>true</code> if the user holds DPCA license. | | [locked](./services.userinfo.locked.md) | <code>boolean</code> | <code>true</code> if user account locked. | | [type](./services.userinfo.type.md) | <code>UserAccountType</code> | User account type. | | [uid](./services.userinfo.uid.md) | <code>string</code> | User's unuque identifier (UID), stored in the <code>objectGUID</code> attribute of the user's LDAP record. |