IdentityPreviewResponseIdentity
Identity's basic details.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'IDENTITY' ] | Identity's DTO type. | [optional] |
| id | str | Identity ID. | [optional] |
| name | str | Identity's display name. | [optional] |
| } |
Example
from sailpoint.v2024.models.identity_preview_response_identity import IdentityPreviewResponseIdentity
identity_preview_response_identity = IdentityPreviewResponseIdentity(
type='IDENTITY',
id='2c7180a46faadee4016fb4e018c20642',
name='Michael Michaels'
)