merge changes from main and pull the latest from python docs

This commit is contained in:
darrell-thobe-sp
2025-03-10 11:34:32 -04:00
3122 changed files with 95404 additions and 24060 deletions

View File

@@ -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',