Get-VPASSpecificAuthenticationMethod
Synopsis:
GET SPECIFIC AUTHENTICATION METHOD |
Description:
USE THIS FUNCTION TO GET SPECIFIC AUTHENTICATION METHOD INTO CYBERARK |
Syntax:
Get-VPASSpecificAuthenticationMethod -AuthMethodSearch <String> [-token <Hashtable>] [<CommonParameters>] |
Get-VPASSpecificAuthenticationMethod -AuthMethodID <String> [-token <Hashtable>] [<CommonParameters>] |
Get-VPASSpecificAuthenticationMethod -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-AuthMethodSearch <String> |
-AuthMethodID <String> |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$AuthenticationMethodJSON = Get-VPASSpecificAuthenticationMethod -AuthMethodSearch {SEARCH QUERY VALUE} |
$AuthenticationMethodJSON = Get-VPASSpecificAuthenticationMethod -AuthMethodID {AUTH METHOD ID VALUE} |
$InputParameters = @{ |
$InputParameters = @{ |
Outputs:
If successful: |
$false if failed |