Skip to main content

ListAccessModelMetadataAttribute429Response

Properties

NameTypeDescriptionNotes
Message[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
$ListAccessModelMetadataAttribute429Response = Initialize-PSSailpoint.BetaListAccessModelMetadataAttribute429Response  -Message  Rate Limit Exceeded 
  • Convert the resource to JSON
$ListAccessModelMetadataAttribute429Response | ConvertTo-JSON

[Back to top]