ApprovalIdentity
Identity Object
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | The identity ID | [optional] |
| type | Enum [ 'IDENTITY' ] | Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc | [optional] |
| name | str | Name of the identity | [optional] |
| } |
Example
from sailpoint.v2024.models.approval_identity import ApprovalIdentity
approval_identity = ApprovalIdentity(
id='85d173e7d57e496569df763231d6deb6a',
type='IDENTITY',
name='John Doe'
)