mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.1 KiB
1.1 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-identities-accounts-bulk-request | IdentitiesAccountsBulkRequest | IdentitiesAccountsBulkRequest | IdentitiesAccountsBulkRequest | powershellsdk |
|
/tools/sdk/powershell/v2024/models/identities-accounts-bulk-request |
|
IdentitiesAccountsBulkRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| IdentityIds | []String | The ids of the identities for which enable/disable accounts. | [optional] |
Examples
- Prepare the resource
$IdentitiesAccountsBulkRequest = Initialize-PSSailpoint.V2024IdentitiesAccountsBulkRequest -IdentityIds [2c91808384203c2d018437e631158308, 2c9180858082150f0180893dbaf553fe]
- Convert the resource to JSON
$IdentitiesAccountsBulkRequest | ConvertTo-JSON