mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
merge changes from main and pull the latest from python docs
This commit is contained in:
@@ -17,7 +17,7 @@ tags: ['SDK', 'Software Development Kit', 'RoleAssignmentRef', 'V2024RoleAssignm
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **str** | Assignment Id | [optional]
|
||||
**role** | [**BaseReferenceDto1**](base-reference-dto1) | | [optional]
|
||||
**role** | [**BaseReferenceDto**](base-reference-dto) | | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
@@ -27,9 +27,10 @@ from sailpoint.v2024.models.role_assignment_ref import RoleAssignmentRef
|
||||
|
||||
role_assignment_ref = RoleAssignmentRef(
|
||||
id='1cbb0705b38c4226b1334eadd8874086',
|
||||
role=sailpoint.v2024.models.base_reference_dto_1.BaseReferenceDto_1(
|
||||
id = 'ff8081814d977c21014da056804a0af3',
|
||||
name = 'Github', )
|
||||
role=sailpoint.v2024.models.base_reference_dto.BaseReferenceDto(
|
||||
type = 'IDENTITY',
|
||||
id = '2c91808568c529c60168cca6f90c1313',
|
||||
name = 'William Wilson', )
|
||||
)
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user