Click or drag to resize

AccessApprovalMessageBuilderGetIntegrationObjectMessages Method

Generates recertification messages from recertifiation parameters

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public override ApprovalQuestionMessage[] GetIntegrationObjectMessages(
	IEnumerable<AccessApprovalIntegrationParams> approvals
)

Parameters

approvals
Type: System.Collections.GenericIEnumerableAccessApprovalIntegrationParams
list of recertification objects to be converted

Return Value

Type: ApprovalQuestionMessage
ApprovalQuestionMessage messages with the recertification data
See Also