Skip to main content

Intelprivilegedaccessslice

Full privileged access result embedded in the aggregate identity response.

Properties

NameTypeDescriptionNotes
items[]IntelprivilegedaccessitemwirePrivileged access items for the identity.[required]
}

Example

from sailpoint.intelligence.models.intelprivilegedaccessslice import Intelprivilegedaccessslice

intelprivilegedaccessslice = Intelprivilegedaccessslice(
items=[
sailpoint.intelligence.models.intelprivilegedaccessitemwire.intelprivilegedaccessitemwire(
privileged = True,
id = 'ent-1',
type = 'entitlement',
display_name = 'Example_Admin_Access',
name = 'Example_Admin_Access',
source = sailpoint.intelligence.models.intelprivilegedaccessitemwire_source.intelprivilegedaccessitemwire_source(
name = 'Example HR Source',
id = 'src-2', ),
attribute = 'EXAMPLE_PERMISSION_GROUPS',
value = 'Example_Admin_Access', )
]
)

[Back to top]