@digitalpersona/services
Version:
DigitalPersona Web Access Services
24 lines (15 loc) • 735 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/services](./services.md) > [AttributeAction](./services.attributeaction.md)
## AttributeAction enum
Enumerates supported actions that can be performed on user's attributes.
<b>Signature:</b>
```typescript
export declare enum AttributeAction
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Append | <code>3</code> | Append a value to the existing multi-value attribute. |
| Clear | <code>1</code> | Clear an attribute's value. |
| Delete | <code>4</code> | Delete an attribute. |
| Update | <code>2</code> | Update an attribute's value. |