Click or drag to resize

PeerAccessPolicyCheckResultItem Class

Stores result of peer access policy check
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.PolicyCheckPolicyCheckResultItem
    Omada.OE.Solution.OIM.AppLogic.PolicyCheckPeerAccessPolicyCheckResultItem

Namespace:  Omada.OE.Solution.OIM.AppLogic.PolicyCheck
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class PeerAccessPolicyCheckResultItem : PolicyCheckResultItem

The PeerAccessPolicyCheckResultItem type exposes the following members.

Constructors
  NameDescription
Public methodPeerAccessPolicyCheckResultItem
Creates a PeerAccessPolicyCheckResultItem object with references to Identity and Resource
Top
Properties
  NameDescription
Public propertyAccountName
Account name the assignment is for
(Inherited from PolicyCheckResultItem.)
Public propertyBestContext
Context for which the policy check gives highest result
Public propertyBestContextResultDescription
Description of the best context result value
Public propertyBestContextResultValue
Decimal number representing percentage of identity peers (for the best context) with the specific resource assigned
Public propertyContext
Context the assignment is for
(Inherited from PolicyCheckResultItem.)
Public propertyDescription
Description for the result item
(Inherited from PolicyCheckResultItem.)
Public propertyIdentity
Identity the assignment is for
(Inherited from PolicyCheckResultItem.)
Public propertyIsWarning
Indicates that the result contains a policy warning
(Inherited from PolicyCheckResultItem.)
Public propertyResource
Resource the assignment is for
(Inherited from PolicyCheckResultItem.)
Public propertyResourceAssignmentId
Id of the resource assignment Is only set if the policy check is for access approvals
(Inherited from PolicyCheckResultItem.)
Public propertySelectedContextResultValue
Decimal number representing percentage of identity peers (for the selected) with the specific resource assigned
Top
Methods
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