Identityreference
The manager for the identity.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Dtotype | [optional] | |
| id | str | Identity id | [optional] |
| name | str | Human-readable display name of identity. | [optional] |
| } |
Example
from sailpoint.public_identities.models.identityreference import Identityreference
identityreference = Identityreference(
type='IDENTITY',
id='2c9180a46faadee4016fb4e018c20639',
name='Thomas Edison'
)