@digitalpersona/services
Version:
DigitalPersona Web Access Services
21 lines (12 loc) • 795 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/services](./services.md) > [Policy](./services.policy.md)
## Policy interface
A single authentication policy rule, as a list of [policy elements](./services.policyelement.md)<!-- -->. When matching a list of against the policy, the policy is satisfied when \*\*every\*\* [policy elements](./services.policyelement.md) in the list is satisfied too.
<b>Signature:</b>
```typescript
export interface Policy
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [policy](./services.policy.policy.md) | <code>PolicyElement[]</code> | A list of [policy elements](./services.policyelement.md) to match against a list of . |