Import-VPASConnectionComponent
Synopsis:
IMPORT CONNECTION COMPONENT TO CYBERARK |
Description:
USE THIS FUNCTION TO IMPORT A CONNECTION COMPONENT TO CYBERARK |
Syntax:
Import-VPASConnectionComponent -ZipPath <String> [-token <Hashtable>] [<CommonParameters>] |
Import-VPASConnectionComponent -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-ZipPath <String> |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$ImportConnectionComponentJSON = Import-VPASConnectionComponent -ZipPath {C:\ExampleDir\ExampleConnectionComponent.zip} |
$InputParameters = @{ |
Outputs:
If successful: |
$false if failed |