Skip to main content

Machineidentitysourcereference

Reference to a source of entity.

Properties

NameTypeDescriptionNotes
typestrSource Type.[required]
idstrUnique identifier.[required]
namestrDisplay name.[required]
}

Example

from sailpoint.triggers.models.machineidentitysourcereference import Machineidentitysourcereference

machineidentitysourcereference = Machineidentitysourcereference(
type='SOURCE',
id='c0201251a6ce4d268aba536cdd60a7f2',
name='IdentityNow'
)

[Back to top]