Click or drag to resize

IdentitiesResources Class

Model class for an object passed as JSON data from the Access Request clientside logic. The object is used to verify that the combination of attributes for a resource requested for an identity is unique
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.PackagedSolution.AccessRequestIdentitiesResources

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 IdentitiesResources

The IdentitiesResources type exposes the following members.

Constructors
  NameDescription
Public methodIdentitiesResources
Top
Properties
  NameDescription
Public propertyIdentityIds
List of identity ids
Public propertyResourceWithAttributes
Object containing resource id and attribute ids and values
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