Skip to main content

ListAccessProfiles429Response

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

[Back to top]