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
Cannot convert value "@{id=235; secretId=35; groupId=3; groupName=; userId=3; userName=Administrator; secretAccessRoleId=11; secretAccessRoleName=Owner; knownAs=Administrator; domainName=}" to type "Thycotic.PowerShell.SecretPermissions.Permission". Error: "Cannot convert the "@{id=235; secretId=35; groupId=3; groupName=; userId=3; userName=Administrator; secretAccessRoleId=11; secretAccessRoleName=Owner; knownAs=Administrator; domainName=}" value of type "System.Management.Automation.PSCustomObject" to type "Thycotic.PowerShell.SecretPermissions.Permission"."
Any ETA on this being rolled into the next update? Wed have been hit hard with this bug with some of our scripts that deal with permissions, not working property.
I would also be interested in an ETA on when this will be released. The rest of my team needs this and I don't really want to walk them all through making the changes locally on each of their machines. @tylerezimmerman any chance you can give us an estimate, or is there a threshold for number of updates that need to be submitted before a new release can be rolled out?
Verified issue does not already exist?
Yes
What error did you receive
Cannot convert value "@{id=235; secretId=35; groupId=3; groupName=; userId=3; userName=Administrator; secretAccessRoleId=11; secretAccessRoleName=Owner; knownAs=Administrator; domainName=}" to type "Thycotic.PowerShell.SecretPermissions.Permission". Error: "Cannot convert the "@{id=235; secretId=35; groupId=3; groupName=; userId=3; userName=Administrator; secretAccessRoleId=11; secretAccessRoleName=Owner; knownAs=Administrator; domainName=}" value of type "System.Management.Automation.PSCustomObject" to type "Thycotic.PowerShell.SecretPermissions.Permission"."
Please run the command using -Verbose
VERBOSE: Command invocation: Search-TssSecretPermission -TssSession:TssSessionObject -SecretId:TssSessionObject -Verbose:True
VERBOSE: Filters: filter.secretId=35
VERBOSE: Performing the operation GET https://smartsheet.secretservercloud.com/api/v1/secret-permissions?sortBy[0].direction=asc&sortBy[0].name=Id&take=2147483647&filter.secretId=35
Provide a test case or steps to reproduce
Search-TssSecretPermission -TssSession $session -SecretId $secretID
Expected behavior
Returns array of permission objects
What Edition of Secret Server?
Cloud Subscription
What version of Secret Server
Secret Server Cloud
What PowerShell host was used when producing this error
PowerShell Core (pwsh)
PowerShell Host Version
7.3.6
The text was updated successfully, but these errors were encountered: