Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/UpdateAccessProfilesInBulk412Response.md
2025-01-28 13:29:29 -05:00

1.3 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-update-access-profiles-in-bulk412-response UpdateAccessProfilesInBulk412Response UpdateAccessProfilesInBulk412Response UpdateAccessProfilesInBulk412Response powershellsdk
powershell
PowerShell
sdk
UpdateAccessProfilesInBulk412Response
V2024UpdateAccessProfilesInBulk412Response
/tools/sdk/powershell/v2024/models/update-access-profiles-in-bulk412-response
SDK
Software Development Kit
UpdateAccessProfilesInBulk412Response
V2024UpdateAccessProfilesInBulk412Response

UpdateAccessProfilesInBulk412Response

Properties

Name Type Description Notes
Message Pointer to [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 A 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]