Skip to main content

Intelidentityambiguouscandidate

Properties

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

Examples

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

[Back to top]