Update to python SDK docs: 14535395476

This commit is contained in:
developer-relations-sp
2025-04-18 12:50:08 +00:00
parent 254f62756c
commit 6e750d81d3
20 changed files with 7340 additions and 7350 deletions

View File

@@ -27,9 +27,7 @@ Name | Type | Description | Notes
from sailpoint.v2025.models.permission_dto import PermissionDto
permission_dto = PermissionDto(
rights=[
'SELECT'
],
rights=HereIsRight1,
target='SYS.GV_$TRANSACTION'
)