mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
969 B
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 |
|
/tools/sdk/powershell/beta/models/process-identities-request |
|
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