Skip to main content

EntitlementSource

Properties

NameTypeDescriptionNotes
idstrThe source ID[optional]
typestrThe source type, will always be "SOURCE"[optional]
namestrThe source name[optional]
}

Example

from sailpoint.v2024.models.entitlement_source import EntitlementSource

entitlement_source = EntitlementSource(
id='2c9180827ca885d7017ca8ce28a000eb',
type='SOURCE',
name='ODS-AD-Source'
)

[Back to top]