Click or drag to resize

AccessRequestAccountValidationResult Class

Model class used for storing validation result when validating if an identity can request an account. The ResourceAccountTypeValidationInfos contains metadata about the Resource (system and account types)
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.PackagedSolution.AccessRequestAccessRequestAccountValidationResult

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 AccessRequestAccountValidationResult

The AccessRequestAccountValidationResult type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIdentityDisplayName
Public propertyIdentityId
Public propertyParent
Validation failed on a child resource. This element holds the parent resource
Public propertyResourceAccountTypeValidationInfos
Collection of ResourceAccountTypeValidationInfo objects Each object contains a simple representation of the resource, system and account types of the resource
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