Get Template
Get a single secret template details by Id.
External Documentation
To learn more, visit the Delinea documentation.
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
Preview this Workflow on desktop