PIN attributes
The
pin
element of the registration policy defines how the VIP PIN is supported. You can set the following values:- enabled
- formatRestriction
- minLength
- expiration
- reuseHistory
The following table lists the
pin
attributes available to the registration policy. The table also lists the default pin
values.Attribute | Type | Description | Default Policy Value |
|---|---|---|---|
enabled | String | Whether a user can enter a VIP PIN for first factor authentication ( Y ) or not (N ).You must send "enabled": "Y" when updating any pin attributes. |
|
expiration | String | The maximum number of days that a VIP PIN is valid before the user is prompted to reset it. A value of 0 indicates that the VIP PIN does not expire. |
|
formatRestriction | String | The character configuration of the PIN. Set one of the following values:
For letters, international characters are allowed, and letters are always case-sensitive. |
|
minLength | String | The minimum number of characters that are allowed in the VIP PIN. Value must be from 4 to 12, inclusive. |
|
reuseHistory | String | The number of unique PINs the user must enter before the user can use a previous PIN again. Value must be from 0 through 15, inclusive. VIP PINs set by the administrator for a user in VIP Manager can be reused and do not count towards the user’s unique PIN history. |
|