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 "@{<full data of the found secret}" value of type "System.Management.Automation.PSCustomObject"
to type "Thycotic.PowerShell.Secrets.Summary"."
Please run the command using -Verbose
VERBOSE: Command invocation: Search-TssSecret -SearchText:"secret name" -TssSession:TssSessionObject -Verbose:True
VERBOSE: Filters: filter.searchText="secret name"
VERBOSE: Performing the operation GET
/api/v1/secrets?sortBy[0].direction=asc&sortBy[0].name=Name&take=2147483647&filter.inc
ludeRestricted=true&filter.searchText="secret name"
Verified issue does not already exist?
Yes
What error did you receive
Cannot convert value "@{<full data of the found secret}" value of type "System.Management.Automation.PSCustomObject"
to type "Thycotic.PowerShell.Secrets.Summary"."
Please run the command using -Verbose
VERBOSE: Command invocation: Search-TssSecret -SearchText:"secret name" -TssSession:TssSessionObject -Verbose:True
VERBOSE: Filters: filter.searchText="secret name"
VERBOSE: Performing the operation GET
/api/v1/secrets?sortBy[0].direction=asc&sortBy[0].name=Name&take=2147483647&filter.inc
ludeRestricted=true&filter.searchText="secret name"
Provide a test case or steps to reproduce
$session = New-TssSession -SecretServer "server name" -Credential $cred
Search-TssSecret -SearchText "secret name" -TssSession $session
Expected behavior
Returning the found secret
What Edition of Secret Server?
Professional
What version of Secret Server
Current GA release
What PowerShell host was used when producing this error
Windows PowerShell (powershell)
PowerShell Host Version
Name Value
PSVersion 5.1.19041.3930
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.19041.3930
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
The text was updated successfully, but these errors were encountered: