Click or drag to resize

PeerAccessPolicyCheckResultItem Constructor

Creates a PeerAccessPolicyCheckResultItem object with references to Identity and Resource

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#
public PeerAccessPolicyCheckResultItem(
	SimpleDataObject identity,
	SimpleDataObject resource
)

Parameters

identity
Type: Omada.OE.ModelSimpleDataObject
Identity for which the policy result is generated
resource
Type: Omada.OE.ModelSimpleDataObject
Resource for which the policy result is generated
See Also