Skip to main content

IdentitywithnewaccessAccessRefsInner

Entitlement including a specific set of access.

Properties

NameTypeDescriptionNotes
typeEnum [ 'ENTITLEMENT' ]Entitlement's DTO type.[optional]
idstrEntitlement's ID.[optional]
}

Example

from sailpoint.sod_violations.models.identitywithnewaccess_access_refs_inner import IdentitywithnewaccessAccessRefsInner

identitywithnewaccess_access_refs_inner = IdentitywithnewaccessAccessRefsInner(
type='ENTITLEMENT',
id='2c91809773dee32014e13e122092014e'
)

[Back to top]