AccessProfileSourceRef
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | str | ID of the source the access profile is associated with. | [optional] |
type | Enum [ 'SOURCE' ] | Source's DTO type. | [optional] |
name | str | Source name. | [optional] |
} |
Example
from sailpoint.v2025.models.access_profile_source_ref import AccessProfileSourceRef
access_profile_source_ref = AccessProfileSourceRef(
id='2c91809773dee3610173fdb0b6061ef4',
type='SOURCE',
name='ODS-AD-SOURCE'
)