| IdentityAccountInfoValidationError Enumeration |
Namespace:
Omada.OE.Solution.OIM.AppLogic.PackagedSolution.AccessRequest
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic enum IdentityAccountInfoValidationError
Members
| Member name | Value | Description |
---|
| None | 0 | |
| MultipleIdentitesAccount | 1 |
The selected resource is an account resource - please select only one beneficiary at a time
|
| MultiBeneficiariesMultiAccounts | 2 |
The specified resource is valid for multiple account types. Please select only one beneficiary at a time.
|
| AccountExists | 3 |
The selected beneficiary already has an assignment for the selected account resoure
|
| TechnicalIdentityRoleResource | 4 |
At least one of the selected beneficiaries is a technical identity. Please de-select the technical identities
|
| Custom | 5 |
A custom validation error, which have to be accompanied by a custom message
|
| TechnicalIdentityHasNoValidAccountsForResource | 6 |
Technical identity doesn't have any valid accounts for the resource
|
| NotASingleTechnicalIdentity | 7 |
Not possible to request access more than one identity, if one of the identities is a technical identity
|
| MultiBeneficiariesMultipleSystems | 8 |
The selected beneficiaries has valid accounts for the resource in different systems. Please select only one beneficiary at a time.
|
| MultipleBeneficiariesMissingAccount | 9 |
One or more of the selected beneficiaries does not have a valid account for the selected resource.
Please select only one beneficiary at a time.
|
See Also