Click or drag to resize

PolicyCheckResultItem Class

Model class for a policycheck result item referring an identity and resource
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 PolicyCheckResultItem : ICloneable

The PolicyCheckResultItem type exposes the following members.

Constructors
  NameDescription
Public methodPolicyCheckResultItem
Top
Properties
  NameDescription
Public propertyAccountName
Account name the assignment is for
Public propertyContext
Context the assignment is for
Public propertyDescription
Description for the result item
Public propertyIdentity
Identity the assignment is for
Public propertyIsWarning
Indicates that the result contains a policy warning
Public propertyResource
Resource the assignment is for
Public propertyResourceAssignmentId
Id of the resource assignment Is only set if the policy check is for access approvals
Top
Methods
  NameDescription
Public methodClone
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