Click or drag to resize

IdentityAccountInfoResult Class

Used in the Request Access process to populate UI controls with accounttype / accountname elements
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.PackagedSolution.AccessRequestIdentityAccountInfoResult

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 class IdentityAccountInfoResult

The IdentityAccountInfoResult type exposes the following members.

Constructors
  NameDescription
Public methodIdentityAccountInfoResult
Top
Properties
  NameDescription
Public propertyAccountInfos
Public propertyErrorMessage
Contains validation errors if the combination of resources/attributes are not valid
Public propertyIsAccountResource
Public propertyRequireAccountName
If true, the Access Request process will prompt the user for an account name when requesting an account resource Is always set to true if the identity is a technical identity. If the resource is an account resource, the account name must be provided. If the resource is a permission or role resource, the assignment will be linked to the provided account name
Public propertyResourceTypeHasAutoAccountEnabled
If the Resource type of the resource being requested, has auto-account enabled, it should be possible to request it for any type of identity, regardless of whether the identity has an account.
Top
Methods
  NameDescription
Public methodGetValidationErrorString
Public methodSetValidationError
Set the validation error for the result
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also