<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [PolicyElement](./services.policyelement.md)

## PolicyElement interface

A single authentication policy element. Used to match  against the policy.<!-- -->\\ The policy element is satisfied when a list of  contains the [PolicyElement.cred\_id](./services.policyelement.cred_id.md)<!-- -->.

<b>Signature:</b>

```typescript
export interface PolicyElement 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [cred\_id](./services.policyelement.cred_id.md) | <code>CredentialId</code> |  to match against a list of . |

