Skip to main content

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 by ID.
External DocumentationTo learn more, visit the Delinea documentation.

Basic Parameters

ParameterDescription
Secret IDSecret ID. Can be retrieved from the ‘Get All Secrets’ action.

Advanced Parameters

ParameterDescription
Include Inactive SecretsWhether to include inactive secrets in the results.

Example Output

{
	"id": 275,
	"name": "<string>",
	"secretTemplateId": 865,
	"folderId": 881,
	"active": false,
	"items": [
		{
			"itemId": 724,
			"fileAttachmentId": null,
			"filename": null,
			"itemValue": "<string>",
			"fieldId": 803,
			"fieldName": "<string>",
			"slug": "<string>",
			"fieldDescription": "<string>",
			"isFile": true,
			"isNotes": true,
			"isPassword": false,
			"isList": true,
			"listType": "<string>"
		}
	],
	"launcherConnectAsSecretId": 965,
	"checkOutMinutesRemaining": 729,
	"checkedOut": false,
	"checkOutUserDisplayName": "<string>",
	"checkOutUserId": 153,
	"isRestricted": false,
	"isOutOfSync": true,
	"outOfSyncReason": "<string>",
	"autoChangeEnabled": false,
	"autoChangeNextPassword": "<string>",
	"requiresApprovalForAccess": false,
	"requiresComment": false,
	"checkOutEnabled": false,
	"checkOutIntervalMinutes": 482,
	"checkOutChangePasswordEnabled": false,
	"accessRequestWorkflowMapId": 289,
	"proxyEnabled": true,
	"sessionRecordingEnabled": true,
	"restrictSshCommands": false,
	"jumpboxRouteId": null,
	"allowOwnersUnrestrictedSshCommands": true,
	"isDoubleLock": false,
	"doubleLockId": 413,
	"enableInheritPermissions": true,
	"passwordTypeWebScriptId": 575,
	"siteId": 17,
	"enableInheritSecretPolicy": false,
	"secretPolicyId": 656,
	"lastHeartBeatStatus": "<string>",
	"lastHeartBeatCheck": "2020-08-27T08:44:21",
	"failedPasswordChangeAttempts": 822,
	"lastPasswordChangeAttempt": null,
	"secretTemplateName": "<string>",
	"responseCodes": [],
	"webLauncherRequiresIncognitoMode": true
}

Workflow Library Example

Get Secret with Delinea and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop