Skip to main content

AccessProfileSourceRef

Properties

NameTypeDescriptionNotes
idstrID of the source the access profile is associated with.[optional]
typeEnum [ 'SOURCE' ]Source's DTO type.[optional]
namestrSource 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'
)

[Back to top]