Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Get a single secret template details by Id.
Parameters
| Parameter | Description |
|---|
| Secret Template ID | Secret Template ID. Can be retrieved from the ‘Search Templates’ action. |
Example Output
{
"active": true,
"description": "string",
"expirationChangeRequiredOnFieldId": 0,
"expirationDays": 0,
"id": 0,
"name": "string",
"namePattern": "string",
"namePatternErrorMessage": "string",
"oneTimePasswordDuration": 0,
"oneTimePasswordEnabled": true,
"oneTimePasswordHash": "string",
"oneTimePasswordLength": 0,
"permissionRequiredToEditPasswordChangeConfiguration": "string",
"saveAllNameHistory": true,
"secretCount": 0,
"secretNameHistoryLength": 0,
"sshKeyAlgorithm": "string",
"sshKeyFormat": "string",
"sshKeySize": "string",
"validatePasswordRequirementsOnCreate": true,
"validatePasswordRequirementsOnEdit": true
}
Workflow Library Example
Get Template with Delinea and Send Results Via Email