Skip to content

Commit 659d922

Browse files
Automated build 'Automated commit 'Merge pull request #2385 from sailpoint/zhu/ISCANT-10611
ISCANT-10611: update PATCH and POST endpoint to include user level inheritance behavior' by github action: 18846150044' powershell sdk: 18846168151
1 parent a032ce5 commit 659d922

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

PSSailpoint/PSSailpoint.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Sailpoint Developer Relations
55
#
6-
# Generated on: 10/24/2025
6+
# Generated on: 10/27/2025
77
#
88

99
@{

PSSailpoint/beta/src/PSSailpoint.Beta/PSSailpoint.Beta.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: OpenAPI Generator Team
55
#
6-
# Generated on: 10/24/2025
6+
# Generated on: 10/27/2025
77
#
88

99
@{

PSSailpoint/v2024/src/PSSailpoint.V2024/PSSailpoint.V2024.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: OpenAPI Generator Team
55
#
6-
# Generated on: 10/24/2025
6+
# Generated on: 10/27/2025
77
#
88

99
@{

PSSailpoint/v2025/docs/Methods/V2025CustomUserLevelsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Creates a new custom user level for the tenant.
4444
Param Type | Name | Data Type | Required | Description
4545
------------- | ------------- | ------------- | ------------- | -------------
4646
| XSailPointExperimental | **String** | True (default to "true") | Use this header to enable this experimental API.
47-
Body | UserLevelRequest | [**UserLevelRequest**](../models/user-level-request) | True | Payload containing the details of the user level to be created.
47+
Body | UserLevelRequest | [**UserLevelRequest**](../models/user-level-request) | True | Payload containing the details of the user level to be created. - If only a parent right set id is included in the request body, all child right sets associated with that parent will be automatically assigned. - If the request body includes both a parent right set and a subset of its children, only the explicitly listed right sets (parent and specified children) will be assigned. Implicit inheritance is not applied in this case.
4848

4949
### Return type
5050
[**UserLevelSummaryDTO**](../models/user-level-summary-dto)
@@ -392,7 +392,7 @@ Param Type | Name | Data Type | Required | Description
392392
------------- | ------------- | ------------- | ------------- | -------------
393393
| XSailPointExperimental | **String** | True (default to "true") | Use this header to enable this experimental API.
394394
Path | Id | **String** | True | The unique identifier of the user level.
395-
Body | JsonPatch | [**JsonPatch**](../models/json-patch) | True | JSON Patch payload for updating the user level.
395+
Body | JsonPatch | [**JsonPatch**](../models/json-patch) | True | JSON Patch payload for updating the user level. - If only a parent right set id is included in the request body, all child right sets associated with that parent will be automatically assigned. - If the request body includes both a parent right set and a subset of its children, only the explicitly listed right sets (parent and specified children) will be assigned. Implicit inheritance is not applied in this case.
396396

397397
### Return type
398398
[**UserLevelSummaryDTO**](../models/user-level-summary-dto)

PSSailpoint/v2025/src/PSSailpoint.V2025/Api/V2025CustomUserLevelsApi.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Creates a new custom user level for the tenant.
1818
Use this header to enable this experimental API.
1919
2020
.PARAMETER UserLevelRequest
21-
Payload containing the details of the user level to be created.
21+
Payload containing the details of the user level to be created. - If only a parent right set id is included in the request body, all child right sets associated with that parent will be automatically assigned. - If the request body includes both a parent right set and a subset of its children, only the explicitly listed right sets (parent and specified children) will be assigned. Implicit inheritance is not applied in this case.
2222
2323
.PARAMETER WithHttpInfo
2424
@@ -618,7 +618,7 @@ Use this header to enable this experimental API.
618618
The unique identifier of the user level.
619619
620620
.PARAMETER JsonPatch
621-
JSON Patch payload for updating the user level.
621+
JSON Patch payload for updating the user level. - If only a parent right set id is included in the request body, all child right sets associated with that parent will be automatically assigned. - If the request body includes both a parent right set and a subset of its children, only the explicitly listed right sets (parent and specified children) will be assigned. Implicit inheritance is not applied in this case.
622622
623623
.PARAMETER WithHttpInfo
624624

PSSailpoint/v2025/src/PSSailpoint.V2025/PSSailpoint.V2025.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: OpenAPI Generator Team
55
#
6-
# Generated on: 10/24/2025
6+
# Generated on: 10/27/2025
77
#
88

99
@{

PSSailpoint/v3/src/PSSailpoint.V3/PSSailpoint.V3.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: OpenAPI Generator Team
55
#
6-
# Generated on: 10/24/2025
6+
# Generated on: 10/27/2025
77
#
88

99
@{

0 commit comments

Comments
 (0)