Intelidentitynotfoundbody
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DetailCode | Enum [ "IDC_IDENTITY_NOT_FOUND" ] | Constant detail code indicating that no identity matched the supplied filter. | [required] |
| Message | String | Optional 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