Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V3/Models/EntitlementDocumentAllOfSource.md
2025-03-10 11:34:32 -04:00

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
entitlement-document-all-of-source EntitlementDocumentAllOfSource EntitlementDocumentAllOfSource EntitlementDocumentAllOfSource pythonsdk
python
Python
sdk
EntitlementDocumentAllOfSource
EntitlementDocumentAllOfSource
/tools/sdk/python/v3/models/entitlement-document-all-of-source
SDK
Software Development Kit
EntitlementDocumentAllOfSource
EntitlementDocumentAllOfSource

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.v3.models.entitlement_document_all_of_source import EntitlementDocumentAllOfSource

entitlement_document_all_of_source = EntitlementDocumentAllOfSource(
id='2c91808b6e9e6fb8016eec1a2b6f7b5f',
name='ODS-HR-Employees',
type='SOURCE'
)

[Back to top]