Skip to main content

IntelprivilegedaccessitemwireSource

Source metadata associated with the privileged access item when present.

Properties

NameTypeDescriptionNotes
namestrHuman-readable source name for the privileged access item.[optional]
idstrSource identifier for the privileged access item.[optional]
}

Example

from sailpoint.intelligence.models.intelprivilegedaccessitemwire_source import IntelprivilegedaccessitemwireSource

intelprivilegedaccessitemwire_source = IntelprivilegedaccessitemwireSource(
name='Example HR Source',
id='src-2'
)

[Back to top]