Update security remediation settings

This method updates the automatic remediation properties in the PTA server configuration.

URL

  • Make sure there are no spaces in the URL.

  • The following characters are not supported in URL values: + & %

  • If the URL includes a dot (.), add a forward slash (/) at the end of the URL. For example: api/Safes/MySafe/Members/user@cyber.com/

 

 

https://<IIS_Server_Ip>/PasswordVault/API/pta/API/Settings/AutomaticRemediations/

The following values can be added in the URL. None of them are mandatory.

Resource information

HTTP method

Patch

Content type

application/json

Header parameter

Parameter

Authorization

Type

String

Description

The JWT token that identifies the session.

Valid values

A session token that was returned from the “Logon” method.

Body parameters

None

Result

 
"automaticRemediation": {
   "changePassword_SuspectedCredentialsTheft": false,
   "changePassword_OverPassTheHash": true,
   "reconcilePassword_SuspectedPasswordChange": true,
   "pendAccount_UnmanagedPrivilegedAccount": true
    } 

 

automaticRemediation

Parameter

changePassword_SuspectedCredentialsTheft

Type

Boolean

Description

Indicates if the command is active

Parameter

changePassword_OverPassTheHash

Type

Boolean

Description

Indicates if the command is active

Parameter

reconcilePassword_SuspectedPasswordChange

Type

Boolean

Description

Indicates if the command is active

Parameter

pendAccount_UnmanagedPrivilegedAccount

Type

Boolean

Description

Indicates if the command is active