UNPKG

@digitalpersona/services

Version:
16 lines (10 loc) 432 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [ADAttributeName](./services.adattributename.md) ## ADAttributeName type Branded alias type for ActiveDirectory attribute names. <b>Signature:</b> ```typescript export declare type ADAttributeName = string & { brand?: "dp.services.ADAttributeName"; }; ```