Update-VPASAuthenticationMethod
Synopsis:
UPDATE AUTHENTICATION METHOD |
Description:
USE THIS FUNCTION TO UPDATE AUTHENTICATION METHOD INTO CYBERARK |
Syntax:
Update-VPASAuthenticationMethod -AuthMethodSearch <String> [-DisplayName <String>] [-Enabled <String>] [-MobileEnabled <String>] [-LogoffURL <String>] [-SecondFactorAuth <String>] [-SignInLabel <String>] [-UsernameFieldLabel <String>] [-PasswordFieldLabel <String>] [-token <Hashtable>] [<CommonParameters>] |
Update-VPASAuthenticationMethod -AuthMethodID <String> [-DisplayName <String>] [-Enabled <String>] [-MobileEnabled <String>] [-LogoffURL <String>] [-SecondFactorAuth <String>] [-SignInLabel <String>] [-UsernameFieldLabel <String>] [-PasswordFieldLabel <String>] [-token <Hashtable>] [<CommonParameters>] |
Update-VPASAuthenticationMethod -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-AuthMethodSearch <String> |
-AuthMethodID <String> |
-DisplayName <String> |
-Enabled <String> |
-MobileEnabled <String> |
-LogoffURL <String> |
-SecondFactorAuth <String> |
-SignInLabel <String> |
-UsernameFieldLabel <String> |
-PasswordFieldLabel <String> |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$UpdateAuthenticationMethodJSON = Update-VPASAuthenticationMethod -AuthMethodID {AUTH METHOD ID VALUE} -UsernameFieldLabel {NEW USERNAME FIELD LABEL VALUE} |
$UpdateAuthenticationMethodJSON = Update-VPASAuthenticationMethod -AuthMethodSearch {AUTH METHOD SEARCH VALUE} -UsernameFieldLabel {NEW USERNAME FIELD LABEL VALUE} |
$InputParameters = @{ |
$InputParameters = @{ |
Outputs:
If successful: |
$false if failed |