Skip to main content

DelineaSS

This Integration is part of the Delinea Secret Server Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.5.0 and later.

Secret Server is the only fully featured Privileged Account Management (PAM) solution available both on premise and in the cloud. It empowers security and IT ops teams to secure and manage all types of privileged accounts and offers the fastest time to value of any PAM solution. This integration was integrated and tested with version 5.0 of Delinea

Configure Delinea on Cortex XSOAR#

  1. Navigate to Settings > Integrations > Servers & Services.
  2. Search for Delinea.
  3. Click Add instance to create and configure a new integration instance.
ParameterDescriptionRequired
urlServer URL (e.g. https://example.net\)True
credentialsUsernameTrue
insecureTrust any certificate (not secure)False
proxyUse system proxy settingsFalse
isFetchCredentialsFetches credentialsFalse
credentialobjectsList secret name for fetch credentials (separated by commas)False
  1. Click Test to validate the URLs, token, and connection.

Commands#

You can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

delinea-secret-password-get#


Retrieved password from secret

Base Command#

delinea-secret-password-get

Input#

Argument NameDescriptionRequired
secret_idID secretRequired

Context Output#

PathTypeDescription
Delinea.Secret.PasswordStringRetrieved password from secret

Command Example#

!delinea-secret-password-get secret_id=2

Context Example#

{
"Delinea": {
"Secret": {
"Password": "1234567890"
}
}
}

delinea-secret-username-get#


Retrieved username from secret

Base Command#

delinea-secret-username-get

Input#

Argument NameDescriptionRequired
secret_idID secretRequired

Context Output#

PathTypeDescription
Delinea.Secret.UsernameStringRetrieved username from secret.

Command Example#

!delinea-secret-username-get secret_id=2

Context Example#

{
"Delinea": {
"Secret": {
"Username": "w2\\w2"
}
}
}

delinea-secret-search-name#


Search ID secret by field name

Base Command#

delinea-secret-search-name

Input#

Argument NameDescriptionRequired
search_nameSearch name secret.Required

Context Output#

PathTypeDescription
Delinea.Secret.IdStringRetrieved list ID for find secret by field secret name

Command Example#

!delinea-secret-search-name search_name=xsoarSecret

Context Example#

{
"Delinea": {
"Secret": {
"Id": [
5
]
}
}
}

delinea-secret-password-update#


Update password for secret

Base Command#

delinea-secret-password-update

Input#

Argument NameDescriptionRequired
secret_idID secret for update passwordRequired
newpasswordValue new password for secretRequired

Context Output#

PathTypeDescription
Delinea.Secret.NewpasswordStringNew password changed for secret

Command Example#

!delinea-secret-password-update secret_id=2 newpassword=12345

Context Example#

{
"Delinea": {
"Secret": {
"Newpassword": "12345"
}
}
}

delinea-secret-checkout#


Check Out a secret

Base Command#

delinea-secret-checkout

Input#

Argument NameDescriptionRequired
secret_idID secret for check out commandRequired

Context Output#

PathTypeDescription
Delinea.Secret.CheckoutStringReturn call command Check Out

Command Example#

!delinea-secret-checkout secret_id=2

Context Example#

{
"Delinea": {
"Secret": {
"Checkout": {
"responseCodes":null
}
}
}
}

delinea-secret-checkin#


Check In a secret

Base Command#

delinea-secret-checkin

Input#

Argument NameDescriptionRequired
secret_idSecret ID.Required

Context Output#

PathTypeDescription
Delinea.Secret.CheckinStringSecret object

Command Example#

!delinea-secret-checkin secret_id=13

Context Example#

{
"Delinea": {
"Secret": {
"Checkin": {
"active": true,
"autoChangeEnabled": false,
"checkOutEnabled": true,
"checkedOut": false,
"createDate": "2020-12-15T09:13:49.487",
"daysUntilExpiration": null,
"doubleLockEnabled": false,
"extendedFields": null,
"folderId": 3,
"hidePassword": false,
"id": 13,
"inheritsPermissions": true,
"isOutOfSync": false,
"isRestricted": true,
"lastAccessed": null,
"lastHeartBeatStatus": "Pending",
"lastPasswordChangeAttempt": "0001-01-01T00:00:00",
"name": "secretT",
"outOfSyncReason": "",
"requiresApproval": false,
"requiresComment": false,
"responseCodes": null,
"secretTemplateId": 6003,
"secretTemplateName": "Windows Account",
"siteId": 1
}
}
}
}

delinea-folder-create#


Create a new secret folder

Base Command#

delinea-folder-create

Input#

Argument NameDescriptionRequired
foldernameFolder nameRequired
foldertypeidFolder type ID(1=< ID =< 3Required
parentfolderidParent folder IDRequired
inheritPermissionsWhether the folder should inherit permissions from its parent (default: true)Optional
inheritSecretPolicyWhether the folder should inherit the secret policy. Defaults to true unless creating a root folder.Optional
secretPolicyIdSecret policy IDOptional

Context Output#

PathTypeDescription
Delinea.Folder.CreateUnknownNew object folder

Command Example#

!delinea-folder-create foldername="xsoarFolderTest" foldertypeid="1" parentfolderid="3"

Context Example#

{
"Delinea": {
"Folder": {
"Create": {
"childFolders": null,
"folderName": "xsoarFolderTest",
"folderPath": "\\Personal Folders\\XSOAR integration\\xsoarFolderTest",
"folderTypeId": 1,
"id": 5,
"inheritPermissions": false,
"inheritSecretPolicy": false,
"parentFolderId": 3,
"secretPolicyId": -1,
"secretTemplates": null
}
}
}
}

delinea-folder-search#


Search folder by name folder

Base Command#

delinea-folder-search

Input#

Argument NameDescriptionRequired
foldernameSearch name folderRequired

Context Output#

PathTypeDescription
Delinea.Folder.IdStringRetrieved folder ID from search query

Command Example#

!delinea-folder-search foldername="xsoarFolderTest"

Context Example#

{
"Delinea": {
"Folder": {
"Id": [
5
]
}
}
}

Command Example#

!delinea-folder-delete folder_id="18"

Context Example#

{
"Delinea": {
"Folder": {
"Delete": {
"id": 18,
"objectType": "Folder",
"responseCodes": []
}
}
}
}

delinea-secret-get#


Get secret object by ID secret

Base Command#

delinea-secret-get

Input#

Argument NameDescriptionRequired
secret_idID for secretRequired

Context Output#

PathTypeDescription
Delinea.SecretStringSecret object

Command Example#

!delinea-secret-get secret_id=2

Context Example#

{
"Delinea": {
"Secret": {
"accessRequestWorkflowMapId": -1,
"active": true,
"allowOwnersUnrestrictedSshCommands": false,
"autoChangeEnabled": false,
"autoChangeNextPassword": "2$C$7vl8*SN@",
"checkOutChangePasswordEnabled": false,
"checkOutEnabled": true,
"checkOutIntervalMinutes": -1,
"checkOutMinutesRemaining": 30,
"checkOutUserDisplayName": "XSOAR integration",
"checkOutUserId": 3,
"checkedOut": true,
"doubleLockId": -1,
"enableInheritPermissions": true,
"enableInheritSecretPolicy": true,
"failedPasswordChangeAttempts": 0,
"folderId": 3,
"id": 2,
"isDoubleLock": false,
"isOutOfSync": false,
"isRestricted": true,
"items": [
{
"fieldDescription": "The Server or Location of the Windows Machine.",
"fieldId": 83,
"fieldName": "Machine",
"fileAttachmentId": null,
"filename": null,
"isFile": false,
"isNotes": false,
"isPassword": false,
"itemId": 5,
"itemValue": "192.168.100.1",
"slug": "machine"
},
{
"fieldDescription": "The Username of the Windows User.",
"fieldId": 86,
"fieldName": "Username",
"fileAttachmentId": null,
"filename": null,
"isFile": false,
"isNotes": false,
"isPassword": false,
"itemId": 6,
"itemValue": "w2\\w2",
"slug": "username"
},
{
"fieldDescription": "The password of the Windows User.",
"fieldId": 85,
"fieldName": "Password",
"fileAttachmentId": null,
"filename": null,
"isFile": false,
"isNotes": false,
"isPassword": true,
"itemId": 7,
"itemValue": "1234567890",
"slug": "password"
},
{
"fieldDescription": "Any additional notes.",
"fieldId": 84,
"fieldName": "Notes",
"fileAttachmentId": null,
"filename": null,
"isFile": false,
"isNotes": true,
"isPassword": false,
"itemId": 8,
"itemValue": "",
"slug": "notes"
}
],
"lastHeartBeatCheck": "0001-01-01T00:00:00",
"lastHeartBeatStatus": "Pending",
"lastPasswordChangeAttempt": "0001-01-01T00:00:00",
"launcherConnectAsSecretId": -1,
"name": "test-w2",
"outOfSyncReason": "",
"passwordTypeWebScriptId": -1,
"proxyEnabled": false,
"requiresApprovalForAccess": false,
"requiresComment": false,
"responseCodes": [],
"restrictSshCommands": false,
"secretPolicyId": -1,
"secretTemplateId": 6003,
"secretTemplateName": "Windows Account",
"sessionRecordingEnabled": false,
"siteId": 1
}
}
}

delinea-secret-search#


Search secret ID by multiply params

Base Command#

delinea-secret-search

Input#

Argument NameDescriptionRequired
filter.allowDoubleLocksWhether to allow DoubleLocks as part of the search. True by defaultOptional
filter.doNotCalculateTotalWhether to return the total number of secrets matching the filters. False by defaultOptional
filter.doubleLockIdOnly include Secrets with this DoubleLock ID assigned in the search resultsOptional
filter.extendedFieldsNames of Secret Template fields to return. Only exposed fields can be returned.Optional
filter.extendedTypeIdReturn only secrets matching a certain extended typeOptional
filter.folderIdReturn only secrets within a certain folderOptional
filter.heartbeatStatusReturn only secrets with a certain heartbeat statusOptional
filter.includeActiveWhether to include active secrets in results (when excluded equals true)Optional
filter.includeInactiveWhether to include inactive secrets in resultsOptional
filter.includeRestrictedWhether to include restricted secrets in resultsOptional
filter.isExactMatchWhether to do an exact match of the search text or a partial matchOptional
filter.onlyRPCEnabledWhether to only include secrets whose template has Remote Password Changing enabledOptional
filter.onlySharedWithMeWhen true only Secrets where you are not the owner and the Secret was shared explicitly with your user id will be returned.Optional
filter.passwordTypeIdsReturn only secrets matching certain password typesOptional
filter.permissionRequiredSpecify whether to filter by List, View, Edit, or Owner permission. Default is List. (List = 1, View = 2, Edit = 3, Owner = 4Optional
filter.scopeSpecify whether to search AllSecrets, Recent, or Favorites (All = 1, Recent = 2,Favorites = 3Optional
filter.searchFieldField to searchOptional
filter.searchFieldSlugField-slug to search. This will override SearchField.Optional
filter.searchTextSearch textOptional
filter.secretTemplateIdReturn only secrets matching a certain templateOptional
filter.siteIdReturn only secrets within a certain siteOptional
skipNumber of records to skip before taking resultsOptional
sortBy[0].directionSort directionOptional
sortBy[0].nameSort field nameOptional
sortBy[0].priorityPriority index. Sorts with lower values are executed earlierOptional
takeMaximum number of records to include in resultsOptional
filter.includeSubFoldersWhether to include secrets in subfolders of the specified folderOptional

Context Output#

PathTypeDescription
Delinea.Secret.SecretStringSearch secret object

Command Example#

!delinea-user-search filter_searchfields="username" filter_searchtext="xsoar"

Context Example#

{
"Delinea": {
"Secret": {
"Secret": [
5
]
}
}
}

delinea-folder-update#


Update a single secret folder by ID

Base Command#

delinea-folder-update

Input#

Argument NameDescriptionRequired
folderNameFolder nameOptional
folderTypeIdFolder type IDOptional
idFolder ID. Must match ID in pathRequired
inheritPermissionsWhether the folder inherits permissions from its parentOptional
inheritSecretPolicyWhether the folder inherits the secret policyOptional
parentFolderIdID parent folderOptional
secretPolicyIdSecret Policy IDOptional

Context Output#

PathTypeDescription
Delinea.Folder.UpdateStringRetrieved return operation update folder

Command Example#

!delinea-folder-update id=4 foldername="SafexsoarTest"

Context Example#

{
"Delinea": {
"Folder": {
"Update": {
"childFolders": null,
"folderName": "SafexsoarTest",
"folderPath": "\\Personal Folders\\XSOAR integration\\SafexsoarTest",
"folderTypeId": 1,
"id": 4,
"inheritPermissions": false,
"inheritSecretPolicy": false,
"parentFolderId": 3,
"secretPolicyId": -1,
"secretTemplates": null
}
}
}
}

delinea-secret-create#


Create new object Secret

Base Command#

delinea-secret-create

Input#

Argument NameDescriptionRequired
autoChangeEnabledAutoChangeEnabled optionsOptional
checkOutChangePasswordEnabledCheckOutChangePasswordEnabled optionsOptional
checkOutEnabledWhether secret checkout is enabledOptional
checkOutIntervalMinutesCheckout interval, in minutes (integer)Optional
enableInheritPermissionsWhether the secret inherits permissions from the containing folderOptional
enableInheritSecretPolicyWhether the secret policy is inherited from the containing folderOptional
folderIdSecret folder ID. May be null unless secrets are required to be in folders.(integer)Optional
launcherConnectAsSecretIdLauncherConnectAsSecretId(integer)Optional
nameSecret nameRequired
passwordTypeWebScriptIdpasswordTypeWebScriptId options(integer)Optional
proxyEnabledproxyEnabled optionsOptional
requiresCommenrequiresCommen optionsOptional
secretPolicyIdsecretPolicyId options(integer)Optional
secretTemplateIdSecret Template ID (integer)Required
sessionRecordingEnabledsessionRecordingEnabled optionsOptional
siteIdsiteId options (integer)Required
sshKeyArgssshKeyArgs options(list args)Optional
domain_itemItem Domain for secret. If need to select template.Optional
machine_itemItem Machine for secret. If need to select template.Optional
username_itemItem Username for secret.If need to select template.Optional
password_itemItem Password for secret.If need to select template.Optional
notes_itemItem Notes for secret.IF need to select template.Optional

Context Output#

PathTypeDescription
Delinea.Secret.CreateStringSecret Model

Command Example#

!delinea-secret-create name="xsoarSecret" secrettemplateid="6003" siteid="1" checkoutenabled=true folderid=3 machine_item="my-machine" username_item="my-username" password_item="XXXXXX@@@@@####"

Context Example#

{
"Delinea": {
"Secret": {
"Create": {
"accessRequestWorkflowMapId": -1,
"active": true,
"allowOwnersUnrestrictedSshCommands": false,
"autoChangeEnabled": false,
"autoChangeNextPassword": null,
"checkOutChangePasswordEnabled": false,
"checkOutEnabled": true,
"checkOutIntervalMinutes": -1,
"checkOutMinutesRemaining": 0,
"checkOutUserDisplayName": "",
"checkOutUserId": 0,
"checkedOut": false,
"doubleLockId": 0,
"enableInheritPermissions": true,
"enableInheritSecretPolicy": false,
"failedPasswordChangeAttempts": 0,
"folderId": 3,
"id": 5,
"isDoubleLock": false,
"isOutOfSync": false,
"isRestricted": true,
"items": [
{
"fieldDescription": "The Server or Location of the Windows Machine.",
"fieldId": 83,
"fieldName": "Machine",
"fileAttachmentId": null,
"filename": null,
"isFile": false,
"isNotes": false,
"isPassword": false,
"itemId": 19,
"itemValue": "my-machine",
"slug": "machine"
},
{
"fieldDescription": "The Username of the Windows User.",
"fieldId": 86,
"fieldName": "Username",
"fileAttachmentId": null,
"filename": null,
"isFile": false,
"isNotes": false,
"isPassword": false,
"itemId": 20,
"itemValue": "my-username",
"slug": "username"
},
{
"fieldDescription": "The password of the Windows User.",
"fieldId": 85,
"fieldName": "Password",
"fileAttachmentId": null,
"filename": null,
"isFile": false,
"isNotes": false,
"isPassword": true,
"itemId": 21,
"itemValue": "XXXXXX@@@@@####",
"slug": "password"
},
{
"fieldDescription": "Any additional notes.",
"fieldId": 84,
"fieldName": "Notes",
"fileAttachmentId": null,
"filename": null,
"isFile": false,
"isNotes": true,
"isPassword": false,
"itemId": 22,
"itemValue": "",
"slug": "notes"
}
],
"lastHeartBeatCheck": "0001-01-01T00:00:00",
"lastHeartBeatStatus": "Pending",
"lastPasswordChangeAttempt": "0001-01-01T00:00:00",
"launcherConnectAsSecretId": -1,
"name": "xsoarSecret",
"outOfSyncReason": "",
"passwordTypeWebScriptId": -1,
"proxyEnabled": false,
"requiresApprovalForAccess": false,
"requiresComment": false,
"responseCodes": [],
"restrictSshCommands": false,
"secretPolicyId": -1,
"secretTemplateId": 6003,
"secretTemplateName": "Windows Account",
"sessionRecordingEnabled": false,
"siteId": 1
}
}
}
}

delinea-secret-delete#


Delete secret

Base Command#

delinea-secret-delete

Input#

Argument NameDescriptionRequired
idID secret for deleteRequired

Context Output#

PathTypeDescription
Delinea.Secret.DeleteStringInformation about an object that was deleted

Command Example#

!delinea-secret-delete id=2

Context Example#

{
"Delinea": {
"Secret": {
"Deleted": {
"id": 2,
"objectType": "Secret",
"responseCodes": []
}
}
}
}

delinea-user-create#


Create a new user

Base Command#

delinea-user-create

Input#

Argument NameDescriptionRequired
displayNameUser display nameRequired
passwordPassword for new userRequired
userNameUsernameRequired
adGuidActive Directory unique identifierOptional
domainIdActive Directory domain IDOptional
duoTwoFactorWhether Duo two-factor authentication is enabledOptional
emailAddressUser email addressOptional
enabledWhether the user account is enabledOptional
fido2TwoFactorWhether Duo two-factor authentication is enabledOptional
isApplicationAccountIsApplicationAccountOptional
oathTwoFactorWhether OATH two-factor authentication is enabledOptional
radiusTwoFactorWhether RADIUS two-factor authentication is enabledOptional
radiusUserNameRADIUS usernameOptional
twoFactorWhether two-factor authentication is enabledOptional

Context Output#

PathTypeDescription
Delinea.User.CreateStringUser Model

Command Example#

!delinea-user-create displayname="UserOne" password="12345" username="UserOne"

Context Example#

{
"Delinea": {
"User": {
"Create": {
"adAccountExpires":"0001-01-01T00:00:00",
"adGuid":null,
"created":"2022-06-01T08:31:15.275Z",
"dateOptionId":-1,
"displayName":"UserOne",
"domainId":-1,
"duoTwoFactor":false,
"emailAddress":null,
"enabled":true,
"externalUserSource":"None",
"fido2TwoFactor":false,
"id":29,
"ipAddressRestrictions":null,
"isApplicationAccount":false,
"isEmailCopiedFromAD":false,
"isEmailVerified":false,
"isLockedOut":false,
"lastLogin":0001-01-01T00:00:00,
"lastSessionActivity":null,
"lockOutReason":null,
"lockOutReasonDescription":null,
"loginFailures":0,
"mustVerifyEmail":false,
"oathTwoFactor":false,
"oathVerified":false,
"passwordLastChanged":"0001-01-01T00:00:00",
"personalGroupId":0,
"radiusTwoFactor":false,
"radiusUserName":null,
"resetSessionStarted":"0001-01-01T00:00:00",
"slackId":null,
"timeOptionId":-1,
"twoFactor":false,
"unixAuthenticationMethod":Password,
"userLcid":0,
"userName":"UserOne",
"verifyEmailSentDate":"0001-01-01T00:00:00"
}
}
}
}

delinea-user-search#


Search, filter, sort, and page users

Base Command#

delinea-user-search

Input#

Argument NameDescriptionRequired
filter.domainIdFilter users by Active Directory domain (integer)Optional
filter.includeInactiveWhether to include inactive users in the resultsOptional
filter.searchFieldsFields to searchOptional
filter.searchTextSearch textOptional
skipNumber of records to skip before taking resultsOptional
sortBy[0].directionSort directionOptional
sortBy[0].nameSort field nameOptional
sortBy[0].priorityPriority index. Sorts with lower values are executed earlier (integer)Optional
takeMaximum number of records to include in results(integer)Optional

Context Output#

PathTypeDescription
Delinea.User.SearchStringSpecify paging and sorting options for querying records and returning results

Command Example#

!delinea-user-search filter_searchfields="userName" filter_searchtext="xsoarUser"

Context Example#

{
"Delinea": {
"User": {
"Search": null
}
}
}

delinea-user-update#


Update a single user by ID

Base Command#

delinea-user-update

Input#

Argument NameDescriptionRequired
idUser IDRequired
dateOptionIdDateOptionId(integer)Optional
displayNameDisplay nameOptional
duoTwoFactorWhether Duo two-factor authentication is enabledOptional
emailAddressE-mailOptional
enabledWhether the user account is enabledOptional
fido2TwoFactorWhether FIDO2 two-factor authentication is enabledOptional
groupOwnersGroupOwners(integer)Optional
isApplicationAccountIsApplicationAccountOptional
isGroupOwnerUpdateisGroupOwnerUpdateOptional
isLockedOutWhether the user is locked outOptional
loginFailuresNumber of login failuresOptional
oathTwoFactorWhether OATH two-factor authentication is enabledOptional
passwordPasswordOptional
radiusTwoFactorWhether RADIUS two-factor authentication is enabledOptional
radiusUserNameRADIUS usernameOptional
timeOptionIdtimeOptionId (integer)Optional
twoFactorWhether two-factor authentication is enabledOptional

Context Output#

PathTypeDescription
Delinea.User.UpdateStringUser Model

Command Example#

!delinea-user-update id=28 displayname="myTestUser"

Context Example#

{
"Delinea": {
"User": {
"Update": {
"unixAuthenticationMethod":"Password",
"enabled":true,
"passwordLastChanged":"0001-01-01T00:00:00",
"isEmailCopiedFromAD":false,
"isApplicationAccount":false,
"lockOutReason":null,
"created":"2022-06-01T08:09:39",
"radiusUserName":"UserOne",
"radiusTwoFactor":false,
"verifyEmailSentDate":"0001-01-01T00:00:00",
"adAccountExpires":"0001-01-01T00:00:00",
"slackId":null,
"adGuid":null,
"displayName":"myTestUser",
"oathVerified":false,
"lastSessionActivity":null,
"externalUserSource":"None",
"loginFailures":0,
"lastLogin":"0001-01-01T00:00:00",
"ipAddressRestrictions":null,
"oathTwoFactor":false,
"lockOutReasonDescription":null,
"userName":"UserOne",
"fido2TwoFactor":false,
"emailAddress":null,
"resetSessionStarted":"0001-01-01T00:00:00",
"mustVerifyEmail":false,
"isEmailVerified":false,
"personalGroupId":0,
"isLockedOut":false,
"id":28,
"twoFactor":false,
"duoTwoFactor":false,
"timeOptionId":-1,
"userLcid":0,
"dateOptionId":-1,
"domainId":-1,
}
}
}
}

delinea-user-delete#


Delete a user by ID

Base Command#

delinea-user-delete

Input#

Argument NameDescriptionRequired
idUser IDRequired

Context Output#

PathTypeDescription
Delinea.User.DeleteStringInformation about an object that was deleted

Command Example#

!delinea-user-delete id=5

Context Example#

{
"Delinea": {
"User": {
"Delete": {
"id": 5,
"objectType": "User",
"responseCodes": null
}
}
}
}

delinea-secret-rpc-changepassword#


Change a secret's password

Base Command#

delinea-secret-rpc-changepassword

Input#

Argument NameDescriptionRequired
secret_idSecret IDRequired
newPasswordNew secret passwordRequired

Context Output#

PathTypeDescription
Delinea.Secret.ChangePasswordStringSecret summary object

Command Example#

!delinea-secret-rpc-changepassword secret_id=4 newPassword="Test000"

Context Example#

{
"Delinea": {
"Secret": {
"ChangePassword": {
"active": true,
"autoChangeEnabled": false,
"checkOutEnabled": false,
"checkedOut": false,
"createDate": "2020-11-02T18:06:07.357",
"daysUntilExpiration": null,
"doubleLockEnabled": false,
"extendedFields": null,
"folderId": -1,
"hidePassword": false,
"id": 4,
"inheritsPermissions": false,
"isOutOfSync": false,
"isRestricted": false,
"lastAccessed": null,
"lastHeartBeatStatus": "Success",
"lastPasswordChangeAttempt": "0001-01-01T00:00:00",
"name": "g1-machine",
"outOfSyncReason": "",
"requiresApproval": false,
"requiresComment": false,
"responseCodes": null,
"secretTemplateId": 6007,
"secretTemplateName": "Unix Account (SSH)",
"siteId": 1
}
}
}
}

delinea-fetch-users#


Fetch credentials from secret

Base Command#

delinea-fetch-users

Input#

NO input argumets

Context Output#

PathTypeDescription
Delinea.User.CredentialsStringSecret credential objects

Command Example#

!delinea-fetch-users

Context Example#

[
{
"name": "4219",
"password": "test3",
"user": "test3"
},
{
"name": "4217",
"password": "dhPQhf1d@!E",
"user": "secret2"
}
]