External DocumentationTo learn more, visit the Delinea documentation.
Actions
Get Template
Get a single secret template details by Id.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Secret Template ID | Secret Template ID. Can be retrieved from the ‘Search Templates’ action. |
{
"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
}
Was this page helpful?