Skip to main content

UpdateAccessProfilesInBulk412Response

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
$UpdateAccessProfilesInBulk412Response = Initialize-PSSailpoint.V2024UpdateAccessProfilesInBulk412Response  -Message  API/Feature not enabled for your organization.
  • Convert the resource to JSON
$UpdateAccessProfilesInBulk412Response | ConvertTo-JSON

[Back to top]