@digitalpersona/services
Version:
DigitalPersona Web Access Services
22 lines (13 loc) • 732 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/services](./services.md) > [PolicyInfo](./services.policyinfo.md)
## PolicyInfo interface
An information about authentication policy.
<b>Signature:</b>
```typescript
export interface PolicyInfo
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [policyList](./services.policyinfo.policylist.md) | <code>Policy[]</code> | A list of policy rules. The policy is satisfied when \*\*any\*\* of the rules in the list is satisfied. |
| [policyTriggers](./services.policyinfo.policytriggers.md) | <code>PolicyTrigger[]</code> | A list of step-up triggers. |