Skip to main content

Intelidentityambiguouscandidate

Properties

NameTypeDescriptionNotes
IdStringIdentity identifier for one of the ambiguous matching identities.[required]
DisplayNameStringDisplay name for the ambiguous matching identity when available.[optional]

Examples

  • Prepare the resource
$Intelidentityambiguouscandidate = Initialize-Intelidentityambiguouscandidate  -Id ef38f94347e94562b5bb8424a56397d8 `
-DisplayName Jane Example
  • Convert the resource to JSON
$Intelidentityambiguouscandidate | ConvertTo-JSON

[Back to top]