Intelidentityambiguouscandidate
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Identity identifier for one of the ambiguous matching identities. | [required] |
| display_name | str | Display name for the ambiguous matching identity when available. | [optional] |
| } |
Example
from sailpoint.intelligence.models.intelidentityambiguouscandidate import Intelidentityambiguouscandidate
intelidentityambiguouscandidate = Intelidentityambiguouscandidate(
id='ef38f94347e94562b5bb8424a56397d8',
display_name='Jane Example'
)