Skip to main content

Intelidentityambiguouscandidate

One disambiguation hint when multiple identities matched the same filter.

Properties

NameTypeDescriptionNotes
idstrIdentity Security Cloud identifier for a matching candidate.[required]
display_namestrHuman-facing label when available; omitted when empty upstream.[optional]
}

Example

from sailpoint.intelligence.models.intelidentityambiguouscandidate import Intelidentityambiguouscandidate

intelidentityambiguouscandidate = Intelidentityambiguouscandidate(
id='ef38f94347e94562b5bb8424a56397d8',
display_name='Jane Example'
)

[Back to top]