---
title: Delinea Secret Server
description: ''
slug: /help/docs/platform-services/automation-service/app-central/integrations/delinea-secret-server/
canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/delinea-secret-server/
---
import useBaseUrl from '@docusaurus/useBaseUrl';
***Version: 1.0
Updated: May 18, 2026***
Delinea Secret Server is an enterprise-grade password management solution designed to help organizations securely store, manage, and control access to privileged credentials.
It aims to improve the security of sensitive data, reduce the risk of data breaches, and streamline password management.
## Actions
* **Get Secret Details** (*Enrichment*) - Retrieve the details of a specific secret from Delinea Secret Server.
* **Check in Secret** (*Containment*) - Check in a specific secret to Delinea Secret Server, making it available for use again.
* **Check out Secret** (*Containment*) - Check out a specific secret from Delinea Secret Server, preventing others from using it until it is checked back in.
* **Expire Secret** (*Containment*) - Expire a specific secret in Delinea Secret Server, rendering it invalid for future use.
* **Delete Secret** (*Containment*) - Delete a specific secret from Delinea Secret Server, permanently removing it from the system.
## Configure Delinea Secret Server in Automation Service and Cloud SOAR
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
* **API URL**. Enter your [Delinea API URL](https://updates.thycotic.net/secretserver/restapiguide), for example, `https://.secretservercloud.com/`.
* **Client ID**. Enter your client ID, which is the unique identifier for your Delinea application. You can find this in your Delinea account settings or application dashboard.
* **Client Secret**. Enter your client secret, which is a confidential key used to authenticate your application with Delinea. This can also be found in your Delinea account settings or application dashboard.
*
*
*
*
For information about Delinea, see [Delinea documentation](https://updates.thycotic.net/secretserver/restapiguide).
## Change Log
* May 18, 2026 - First upload