pspete / psPAS

PowerShell module for CyberArk Privileged Access Security REST API
https://pspas.pspete.dev
MIT License
295 stars 91 forks source link

Having issue with adding ExtraPass3Name #414

Closed arkayali closed 2 years ago

arkayali commented 2 years ago

Describe the issue Not able to add ExtraPass3Name - ExtraPass3Safe to an account during onboarding or even after onboarding During onboarding using : Add-PASAccount returns a message that ExtraPass3Name is not valid for the specific platform; however, this message comes with all platforms in CyberArk

After onboarding:

Using Set-PASAccount returns : Invoke-PASRestMethod : [400] Property 'ExtraPass3Name' cannot be updated

Using Set-PASLinkedAccount returns that requires 12.2 version

To Reproduce run Add-PASAccount with -platformAccountProperties parameter run Set-PASAccount

Expected behavior add a reconcile account to another account : ExtraPass3Name

Screenshots & Console Output

image image image image

Your Environment Include relevant details about your environment

Additional context Add any other context about the problem here.

pspete commented 2 years ago

See #314

arkayali commented 2 years ago

@pspete Thanks .. will give it a try