EntitlementSource
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | str | The source ID | [optional] |
type | str | The source type, will always be "SOURCE" | [optional] |
name | str | The source name | [optional] |
} |
Example
from sailpoint.v2024.models.entitlement_source import EntitlementSource
entitlement_source = EntitlementSource(
id='2c9180827ca885d7017ca8ce28a000eb',
type='SOURCE',
name='ODS-AD-Source'
)