ListTokenExpiresValve
Note
Lists token based on expireDate stored in database.
Start date is from now.
Properties
| Name | Description | Default value | Mandatory | Supports property expansion |
|---|---|---|---|---|
| expiresInDays | How many days from now to find tokens about to expire | 30 | No | No |
| excludeTokenKeys | Comma separated list of keys not to be returned. 'Secret' is always omitted | No | No |
Example Configuration
{
"name": "ListTokenExpiresValve",
"config": {
"expiresInDays" : "600,
"excludeTokenKeys" : "displayName,mode
}
}
Each matched token will generate an item.