> ## 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 Secret Settings

Get Secret Settings.

<Note>
  External Documentation

  To learn more, visit the [Delinea documentation](https://updates.thycotic.net/secretserver/restapiguide/11.6.3/TokenAuth/#tag/Secrets/operation/SecretsService_GetSecretSettings).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                    |
  | --------- | -------------------------------------------------------------- |
  | Secret ID | Secret ID. Can be retrieved from the 'Get All Secrets' action. |
</div>

## Example Output

```json theme={"dark"}
{
	"expirationDate": "2019-08-24T14:15:22Z",
	"expirationDayInterval": 0,
	"expirationTemplateText": "string",
	"expirationType": "Template",
	"jumpboxRouteSelection": {
		"active": true,
		"description": "string",
		"jumpboxRouteId": "e06e63ab-8db3-4954-babd-04b9413082e5",
		"name": "string"
	},
	"oneTimePasswordSettings": {
		"backupCodes": "string",
		"dateChanged": "2019-08-24T14:15:22Z",
		"enabled": true,
		"enabledOnTemplate": true,
		"key": "string"
	},
	"rdpLauncherSettings": {
		"allowClipboard": "No",
		"allowDrives": "No",
		"allowPrinters": "No",
		"allowSmartCards": "No",
		"connectToConsole": "No",
		"launcherHeight": 0,
		"launcherWidth": 0,
		"useCustomLauncherResolution": "No"
	},
	"sendEmailWhenChanged": true,
	"sendEmailWhenHeartbeatFails": true,
	"sendEmailWhenViewed": true,
	"sshLauncherSettings": {
		"canConnectAsCredentials": true,
		"launcherType": "ConnectAsSecret",
		"secretId": 0,
		"secretName": "string",
		"sshKeyExtendedTypeId": 0
	}
}
```

## Workflow Library Example

[Get Secret Settings with Delinea and Send Results Via Email](https://library.blinkops.com/workflows/get-secret-settings-with-delinea-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-secret-settings-with-delinea-and-send-results-via-email/canvas" />
</div>
