Skip to main content

ListAccessProfiles401Response

Properties

NameTypeDescriptionNotes
VarError[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0A message describing the error[optional]

Examples

  • Prepare the resource
$ListAccessProfiles401Response = Initialize-PSSailpoint.V3ListAccessProfiles401Response  -VarError JWT validation failed: JWT is expired
  • Convert the resource to JSON
$ListAccessProfiles401Response | ConvertTo-JSON

[Back to top]