Skip to main content

Intelmachinesourcewire

Properties

NameTypeDescriptionNotes
idstrSource identifier.[required]
namestrSource display name.[required]
typestrSource type label from upstream.[required]
}

Example

from sailpoint.intelligence.models.intelmachinesourcewire import Intelmachinesourcewire

intelmachinesourcewire = Intelmachinesourcewire(
id='60de165099e649cb828553a5e8510fc4',
name='Example Directory',
type='DelimitedFile'
)

[Back to top]