Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/ProcessIdentitiesRequest.md
2025-02-03 22:09:17 +00:00

969 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
beta-process-identities-request ProcessIdentitiesRequest ProcessIdentitiesRequest ProcessIdentitiesRequest powershellsdk
powershell
PowerShell
sdk
ProcessIdentitiesRequest
BetaProcessIdentitiesRequest
/tools/sdk/powershell/beta/models/process-identities-request
SDK
Software Development Kit
ProcessIdentitiesRequest
BetaProcessIdentitiesRequest

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.BetaProcessIdentitiesRequest  -IdentityIds null
  • Convert the resource to JSON
$ProcessIdentitiesRequest | ConvertTo-JSON

[Back to top]