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

Parameters

ParameterDescription
Secret Template IDSecret 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
Workflow LibraryPreview this Workflow on desktop