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.intel_privileged_access_item_wire_source import IntelPrivilegedAccessItemWireSource

intel_privileged_access_item_wire_source = IntelPrivilegedAccessItemWireSource(
name='Example HR Source',
id='src-2'
)

[Back to top]