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.machine_identity_source_reference import MachineIdentitySourceReference

machine_identity_source_reference = MachineIdentitySourceReference(
type='SOURCE',
id='c0201251a6ce4d268aba536cdd60a7f2',
name='IdentityNow'
)

[Back to top]