mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
Update python SDK docs: 16478405208
This commit is contained in:
@@ -11,13 +11,14 @@ tags: ['SDK', 'Software Development Kit', 'EntitlementBulkUpdateRequest', 'BetaE
|
||||
|
||||
# EntitlementBulkUpdateRequest
|
||||
|
||||
Object for specifying the bulk update request
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**entitlement_ids** | **[]str** | List of entitlement ids to update | [required]
|
||||
**json_patch** | [**[]JsonPatchOperation**](json-patch-operation) | | [required]
|
||||
**json_patch** | [**[]JsonPatchOperation**](json-patch-operation) | List of entitlement ids to update | [required]
|
||||
}
|
||||
|
||||
## Example
|
||||
@@ -27,7 +28,7 @@ from sailpoint.beta.models.entitlement_bulk_update_request import EntitlementBul
|
||||
|
||||
entitlement_bulk_update_request = EntitlementBulkUpdateRequest(
|
||||
entitlement_ids=[2c91808a7624751a01762f19d665220d, 2c91808a7624751a01762f19d67c220e, 2c91808a7624751a01762f19d692220f],
|
||||
json_patch=[{op=replace, path=/privileged, value=false}, {op=replace, path=/requestable, value=false}]
|
||||
json_patch=[{op=replace, path=/privileged, value=false}, {op=replace, path=/requestable, value=false}, {op=replace, path=/privilegeOverride/overrideLevel, value=HIGH}]
|
||||
)
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user