AccessItemRequestedFor
Identity the access item is requested for.
Properties
Name | Type | Description | Notes |
---|---|---|---|
type | Enum [ 'IDENTITY' ] | DTO type of identity the access item is requested for. | [optional] |
id | str | ID of identity the access item is requested for. | [optional] |
name | str | Human-readable display name of identity the access item is requested for. | [optional] |
} |
Example
from sailpoint.v2024.models.access_item_requested_for import AccessItemRequestedFor
access_item_requested_for = AccessItemRequestedFor(
type='IDENTITY',
id='2c4180a46faadee4016fb4e018c20626',
name='Robert Robinson'
)