Get Secret
Get a single secret by ID.
External Documentation
To learn more, visit the Delinea documentation.
Basic Parameters
Parameter | Description |
---|---|
Secret ID | Secret ID. Can be retrieved from the 'Get All Secrets' action. |
Advanced Parameters
Parameter | Description |
---|---|
Include Inactive Secrets | Whether to include inactive secrets in the results. |
Example Output
{
"accessRequestWorkflowMapId": 0,
"active": true,
"allowOwnersUnrestrictedSshCommands": true,
"autoChangeEnabled": true,
"autoChangeNextPassword": "string",
"checkedOut": true,
"checkOutChangePasswordEnabled": true,
"checkOutEnabled": true,
"checkOutIntervalMinutes": 0,
"checkOutMinutesRemaining": 0,
"checkOutUserDisplayName": "string",
"checkOutUserId": 0,
"doubleLockId": 0,
"enableInheritPermissions": true,
"enableInheritSecretPolicy": true,
"failedPasswordChangeAttempts": 0,
"folderId": 0,
"id": 0,
"isDoubleLock": true,
"isOutOfSync": true,
"isRestricted": true,
"items": [
{
"fieldDescription": "string",
"fieldId": 0,
"fieldName": "string",
"fileAttachmentId": 0,
"filename": "string",
"isFile": true,
"isList": true,
"isNotes": true,
"isPassword": true,
"itemId": 0,
"itemValue": "string",
"listType": "Generic",
"slug": "string"
}
],
"jumpboxRouteId": "e06e63ab-8db3-4954-babd-04b9413082e5",
"lastHeartBeatCheck": "2019-08-24T14:15:22Z",
"lastHeartBeatStatus": "Failed",
"lastPasswordChangeAttempt": "2019-08-24T14:15:22Z",
"launcherConnectAsSecretId": 0,
"name": "string",
"outOfSyncReason": "string",
"passwordTypeWebScriptId": 0,
"proxyEnabled": true,
"requiresApprovalForAccess": true,
"requiresComment": true,
"responseCodes": [
"string"
],
"restrictSshCommands": true,
"secretPolicyId": 0,
"secretTemplateId": 0,
"secretTemplateName": "string",
"sessionRecordingEnabled": true,
"siteId": 0,
"webLauncherRequiresIncognitoMode": true
}
Workflow Library Example
Get Secret with Delinea and Send Results Via Email
Preview this Workflow on desktop