Click or drag to resize

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
Syntax
C#
public enum IdentityAccountInfoValidationError
Members
  Member nameValueDescription
None0
MultipleIdentitesAccount1 The selected resource is an account resource - please select only one beneficiary at a time
MultiBeneficiariesMultiAccounts2 The specified resource is valid for multiple account types. Please select only one beneficiary at a time.
AccountExists3 The selected beneficiary already has an assignment for the selected account resoure
TechnicalIdentityRoleResource4 At least one of the selected beneficiaries is a technical identity. Please de-select the technical identities
Custom5 A custom validation error, which have to be accompanied by a custom message
TechnicalIdentityHasNoValidAccountsForResource6 Technical identity doesn't have any valid accounts for the resource
NotASingleTechnicalIdentity7 Not possible to request access more than one identity, if one of the identities is a technical identity
MultiBeneficiariesMultipleSystems8 The selected beneficiaries has valid accounts for the resource in different systems. Please select only one beneficiary at a time.
MultipleBeneficiariesMissingAccount9 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