To learn more, visit the Delinea documentation.

Basic Parameters

ParameterDescription
Max RecordsMaximum number of records to include in results.
Search By TextSearch text.

Advanced Parameters

ParameterDescription
Include Inactive SecretsWhether to include inactive secret templates in the results.

Example Output

{    "batchCount": 0,    "currentPage": 0,    "hasNext": true,    "hasPrev": true,    "nextSkip": 0,    "pageCount": 0,    "prevSkip": 0,    "records": [        {            "active": true,            "heartbeatEnabled": true,            "id": 0,            "name": "string",            "passwordTypeId": 0,            "passwordTypeReady": true,            "secretCount": 0        }    ],    "severity": "None",    "skip": 0,    "sortBy": [        {            "direction": "None",            "name": "string",            "priority": 0        }    ],    "success": true,    "take": 0,    "total": 0}

Workflow Library Example

Search Templates with Delinea and Send Results Via Email

Preview this Workflow on desktop