mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.3 KiB
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-source-app-bulk-update-request | SourceAppBulkUpdateRequest | SourceAppBulkUpdateRequest | SourceAppBulkUpdateRequest | powershellsdk |
|
/tools/sdk/powershell/v2024/models/source-app-bulk-update-request |
|
SourceAppBulkUpdateRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AppIds | []String | List of source app ids to update | [required] |
| JsonPatch | []JsonPatchOperation | The JSONPatch payload used to update the source app. | [required] |
Examples
- Prepare the resource
$SourceAppBulkUpdateRequest = Initialize-V2024SourceAppBulkUpdateRequest -AppIds [2c91808a7624751a01762f19d665220d, 2c91808a7624751a01762f19d67c220e, 2c91808a7624751a01762f19d692220f] `
-JsonPatch [{op=replace, path=/enabled, value=false}, {op=replace, path=/matchAllAccounts, value=false}]
- Convert the resource to JSON
$SourceAppBulkUpdateRequest | ConvertTo-JSON