Skip to main content

Intelidentityambiguousbody

Properties

NameTypeDescriptionNotes
DetailCodeEnum [ "IDC_IDENTITY_AMBIGUOUS" ]Constant detail code indicating that more than one identity matched the filter.[required]
TrackingIdStringUnique tracking id for the error.[optional]
Messages[]ErrorMessageDtoGeneric localized reason for error[optional]
Causes[]ErrorMessageDtoPlain-text descriptive reasons to provide additional detail to the text provided in the messages field[optional]
Candidates[]IntelidentityambiguouscandidateIdentities that matched the ambiguous filter expression.[required]

Examples

  • Prepare the resource
$Intelidentityambiguousbody = Initialize-Intelidentityambiguousbody  -DetailCode IDC_IDENTITY_AMBIGUOUS `
-TrackingId e7eab60924f64aa284175b9fa3309599 `
-Messages null `
-Causes null `
-Candidates null
  • Convert the resource to JSON
$Intelidentityambiguousbody | ConvertTo-JSON

[Back to top]