mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
merge changes from main and pull the latest from python docs
This commit is contained in:
@@ -16,7 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'RoleMatchDto', 'V2024RoleMatchDto']
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**role_ref** | [**BaseReferenceDto1**](base-reference-dto1) | | [optional]
|
||||
**role_ref** | [**BaseReferenceDto**](base-reference-dto) | | [optional]
|
||||
**matched_attributes** | [**[]ContextAttributeDto**](context-attribute-dto) | | [optional]
|
||||
}
|
||||
|
||||
@@ -26,9 +26,10 @@ Name | Type | Description | Notes
|
||||
from sailpoint.v2024.models.role_match_dto import RoleMatchDto
|
||||
|
||||
role_match_dto = RoleMatchDto(
|
||||
role_ref=sailpoint.v2024.models.base_reference_dto_1.BaseReferenceDto_1(
|
||||
id = 'ff8081814d977c21014da056804a0af3',
|
||||
name = 'Github', ),
|
||||
role_ref=sailpoint.v2024.models.base_reference_dto.BaseReferenceDto(
|
||||
type = 'IDENTITY',
|
||||
id = '2c91808568c529c60168cca6f90c1313',
|
||||
name = 'William Wilson', ),
|
||||
matched_attributes=[
|
||||
sailpoint.v2024.models.context_attribute_dto.ContextAttributeDto(
|
||||
attribute = 'location',
|
||||
|
||||
Reference in New Issue
Block a user