mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.1 KiB
1.1 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-entitlement-document-all-of-source | EntitlementDocumentAllOfSource | EntitlementDocumentAllOfSource | EntitlementDocumentAllOfSource | pythonsdk |
|
/tools/sdk/python/v2025/models/entitlement-document-all-of-source |
|
EntitlementDocumentAllOfSource
Entitlement's source.
Properties
| 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
from sailpoint.v2025.models.entitlement_document_all_of_source import EntitlementDocumentAllOfSource
entitlement_document_all_of_source = EntitlementDocumentAllOfSource(
id='2c91808b6e9e6fb8016eec1a2b6f7b5f',
name='ODS-HR-Employees',
type='SOURCE'
)