mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.6 KiB
1.6 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-role-metadata-bulk-update-by-id-request | RoleMetadataBulkUpdateByIdRequest | RoleMetadataBulkUpdateByIdRequest | RoleMetadataBulkUpdateByIdRequest | powershellsdk |
|
/tools/sdk/powershell/v2024/models/role-metadata-bulk-update-by-id-request |
|
RoleMetadataBulkUpdateByIdRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Roles | []String | Roles' Id to be updated | [required] |
| Operation | Enum [ "ADD", "REMOVE", "REPLACE" ] | The operation to be performed | [required] |
| ReplaceScope | Enum [ "ALL", "ATTRIBUTE" ] | The choice of update scope. | [optional] |
| Values | []RoleMetadataBulkUpdateByIdRequestValuesInner | The metadata to be updated, including attribute key and value. | [required] |
Examples
- Prepare the resource
$RoleMetadataBulkUpdateByIdRequest = Initialize-PSSailpoint.V2024RoleMetadataBulkUpdateByIdRequest -Roles [b1db89554cfa431cb8b9921ea38d9367] `
-Operation REPLACE `
-ReplaceScope ALL `
-Values [{attribute=iscFederalClassifications, values=[topSecret]}]
- Convert the resource to JSON
$RoleMetadataBulkUpdateByIdRequest | ConvertTo-JSON