Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/ProcessIdentitiesRequest.md
2025-04-01 09:23:12 -04:00

974 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2025-process-identities-request ProcessIdentitiesRequest ProcessIdentitiesRequest ProcessIdentitiesRequest powershellsdk
powershell
PowerShell
sdk
ProcessIdentitiesRequest
V2025ProcessIdentitiesRequest
/tools/sdk/powershell/v2025/models/process-identities-request
SDK
Software Development Kit
ProcessIdentitiesRequest
V2025ProcessIdentitiesRequest

ProcessIdentitiesRequest

Properties

Name Type Description Notes
IdentityIds []String List of up to 250 identity IDs to process. [optional]

Examples

  • Prepare the resource
$ProcessIdentitiesRequest = Initialize-PSSailpoint.V2025ProcessIdentitiesRequest  -IdentityIds null
  • Convert the resource to JSON
$ProcessIdentitiesRequest | ConvertTo-JSON

[Back to top]