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.access_profiles.models.accessprofilesourceref import Accessprofilesourceref

accessprofilesourceref = Accessprofilesourceref(
id='2c91809773dee3610173fdb0b6061ef4',
type='SOURCE',
name='ODS-AD-SOURCE'
)

[Back to top]