You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
In version 6.4.80 the field Description from a Platform is no longer present. It was present in older versions and I'm able to retrieve it via Cyberark's API.
To Reproduce
Steps to reproduce the behavior:
Get a platform using the id. $Plat = Get-PASPlatform -PlatformID ($PlatformID)
Search for the field $Plat.Details.General.Description
Expected behavior
A expect the field Description to be there, or maybe in another place but I cannot find it
PowerShell Version: 5.0
psPAS Version: 6.4.80
CyberArk Version: 14.0
The text was updated successfully, but these errors were encountered:
Describe the issue
In version 6.4.80 the field Description from a Platform is no longer present. It was present in older versions and I'm able to retrieve it via Cyberark's API.
To Reproduce
Steps to reproduce the behavior:
$Plat = Get-PASPlatform -PlatformID ($PlatformID)
$Plat.Details.General.Description
Expected behavior
A expect the field Description to be there, or maybe in another place but I cannot find it
The text was updated successfully, but these errors were encountered: