Skip to main content

ListAccessModelMetadataAttribute401Response

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
$ListAccessModelMetadataAttribute401Response = Initialize-PSSailpoint.BetaListAccessModelMetadataAttribute401Response  -VarError JWT validation failed: JWT is expired
  • Convert the resource to JSON
$ListAccessModelMetadataAttribute401Response | ConvertTo-JSON

[Back to top]