Skip to main content

Intelidentitynotfoundbody

Properties

NameTypeDescriptionNotes
DetailCodeEnum [ "IDC_IDENTITY_NOT_FOUND" ]Constant detail code indicating that no identity matched the supplied filter.[required]
MessageStringOptional explanatory text describing why no identity was found.[optional]

Examples

  • Prepare the resource
$Intelidentitynotfoundbody = Initialize-Intelidentitynotfoundbody  -DetailCode IDC_IDENTITY_NOT_FOUND `
-Message No identity matched the supplied SCIM filter expression.
  • Convert the resource to JSON
$Intelidentitynotfoundbody | ConvertTo-JSON

[Back to top]