IdentityWithNewAccessAccessRefsInner
Entitlement including a specific set of access.
Properties
Name | Type | Description | Notes |
---|---|---|---|
type | Enum [ 'ENTITLEMENT' ] | Entitlement's DTO type. | [optional] |
id | str | Entitlement's ID. | [optional] |
} |
Example
from sailpoint.beta.models.identity_with_new_access_access_refs_inner import IdentityWithNewAccessAccessRefsInner
identity_with_new_access_access_refs_inner = IdentityWithNewAccessAccessRefsInner(
type='ENTITLEMENT',
id='2c91809773dee32014e13e122092014e'
)