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

@@ -19,6 +19,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | ID of entitlement's source. | [optional]
**name** | **str** | Display name of entitlement's source. | [optional]
**type** | **str** | Type of object. | [optional]
}
## Example
@@ -28,7 +29,8 @@ from sailpoint.v2024.models.entitlement_document_all_of_source import Entitlemen
entitlement_document_all_of_source = EntitlementDocumentAllOfSource(
id='2c91808b6e9e6fb8016eec1a2b6f7b5f',
name='ODS-HR-Employees'
name='ODS-HR-Employees',
type='SOURCE'
)
```