Remove-VPASApplicationAuthentication
Synopsis:
DELETE APPLICATION ID AUTHENTICATION METHOD |
Description:
USE THIS FUNCTION TO DELETE AN EXISTING APPLICATION AUTHENTICATION METHOD |
Syntax:
Remove-VPASApplicationAuthentication -AppID <String> -AuthType <String> -AuthValue <String> [-WhatIf] [-HideWhatIfOutput] [-token <Hashtable>] [<CommonParameters>] |
Remove-VPASApplicationAuthentication -AppID <String> -AuthID <String> [-WhatIf] [-HideWhatIfOutput] [-token <Hashtable>] [<CommonParameters>] |
Remove-VPASApplicationAuthentication -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-AppID <String> |
-AuthType <String> |
-AuthValue <String> |
-AuthID <String> |
-WhatIf [<SwitchParameter>] |
-HideWhatIfOutput [<SwitchParameter>] |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$WhatIfSimulation = Remove-VPASApplicationAuthentication -AppID {APPID VALUE} -AuthType path -AuthValue {AUTHVALUE VALUE} -WhatIf |
$DeleteApplicationAuthenticationStatus = Remove-VPASApplicationAuthentication -AppID {APPID VALUE} -AuthType path -AuthValue {AUTHVALUE VALUE} |
$DeleteApplicationAuthenticationStatus = Remove-VPASApplicationAuthentication -AppID {APPID VALUE} -AuthType hash -AuthValue {AUTHVALUE VALUE} |
$DeleteApplicationAuthenticationStatus = Remove-VPASApplicationAuthentication -AppID {APPID VALUE} -AuthType osuser -AuthValue {AUTHVALUE VALUE} |
$DeleteApplicationAuthenticationStatus = Remove-VPASApplicationAuthentication -AppID {APPID VALUE} -AuthType machineaddress -AuthValue {AUTHVALUE VALUE} |
$DeleteApplicationAuthenticationStatus = Remove-VPASApplicationAuthentication -AppID {APPID VALUE} -AuthType certificateserialnumber -AuthValue {AUTHVALUE VALUE} |
$InputParameters = @{ |
$InputParameters = @{ |
Outputs:
$true if successful |
$false if failed |