Skip to main content

Intelidentityambiguouscandidate

Properties

NameTypeDescriptionNotes
idstrIdentity identifier for one of the ambiguous matching identities.[required]
display_namestrDisplay 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'
)

[Back to top]