mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
merge changes from main and pull the latest from python docs
This commit is contained in:
@@ -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'
|
||||
)
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user