Intelidentitynotfoundbody
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| detail_code | Enum [ 'IDC_IDENTITY_NOT_FOUND' ] | Constant detail code indicating that no identity matched the supplied filter. | [required] |
| message | str | Optional explanatory text describing why no identity was found. | [optional] |
| } |
Example
from sailpoint.intelligence.models.intelidentitynotfoundbody import Intelidentitynotfoundbody
intelidentitynotfoundbody = Intelidentitynotfoundbody(
detail_code='IDC_IDENTITY_NOT_FOUND',
message='No identity matched the supplied SCIM filter expression.'
)