Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get-PASPlatform missing Description field #544

Open
arnauvc opened this issue Jun 19, 2024 · 0 comments
Open

Get-PASPlatform missing Description field #544

arnauvc opened this issue Jun 19, 2024 · 0 comments

Comments

@arnauvc
Copy link

arnauvc commented Jun 19, 2024

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:

  1. Get a platform using the id.
    $Plat = Get-PASPlatform -PlatformID ($PlatformID)
  2. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant