Click or drag to resize

ProvisioningClaimLoadOptions Class

Used for loading provisioning claims
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogicProvisioningClaimLoadOptions

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class ProvisioningClaimLoadOptions

The ProvisioningClaimLoadOptions type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAccountName
Search on account name (right truncated)
Public propertyAssignmentKey
Load claim for the provided key
Public propertyAttributes
Public propertyIdentityDisplayName
Search on identity display name (right truncated)
Public propertyLoadAttributes
Load claim attributes
Public propertyMessage
Message search (right truncated)
Public propertyReferenceAttributes
A list of attribute names which has type reference. If the list is not provided, a reference attribute value is deserialized as a string and not properly as a guid.
Public propertyResourceDisplayName
Search on resource display name (right truncated)
Public propertySearch
Global search in all columns (right truncated)
Public propertyStatus
Status
Public propertySystemDisplayName
Search on system display name (right truncated)
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