Remove-VPASAuthenticationMethod
Synopsis:
DELETE AUTHENTICATION METHOD |
Description:
USE THIS FUNCTION TO DELETE AUTHENTICATION METHOD INTO CYBERARK |
Syntax:
Remove-VPASAuthenticationMethod -AuthMethodSearch <String> [-WhatIf] [-HideWhatIfOutput] [-token <Hashtable>] [<CommonParameters>] |
Remove-VPASAuthenticationMethod -AuthMethodID <String> [-WhatIf] [-HideWhatIfOutput] [-token <Hashtable>] [<CommonParameters>] |
Remove-VPASAuthenticationMethod -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-AuthMethodSearch <String> |
-AuthMethodID <String> |
-WhatIf [<SwitchParameter>] |
-HideWhatIfOutput [<SwitchParameter>] |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$WhatIfSimulation = Remove-VPASAuthenticationMethod -AuthMethodID {AUTH METHOD ID VALUE} -WhatIf |
$DeleteAuthenticationMethodStatus = Remove-VPASAuthenticationMethod -AuthMethodID {AUTH METHOD ID VALUE} |
$InputParameters = @{ |
$InputParameters = @{ |
Outputs:
$true if successful |
$false if failed |