Click or drag to resize

AccessRequestHelperGetRequestResourcesDictionary Method

Get a dictionary in the format required for the AR_SELECTEDRESOURCES on an access request data object type

Namespace:  Omada.OE.Solution.OIM.AppLogic.Helpers
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static Dictionary<string, RequestedResourcesJsonDeserializerResourcesCollection> GetRequestResourcesDictionary(
	int identityId,
	int resourceId,
	RequestedResourcesJsonDeserializerAttributesCollection attributes
)

Parameters

identityId
Type: SystemInt32
Data object id of the identity the request is for
resourceId
Type: SystemInt32
Data object of the resource the request is for
attributes
Type: Omada.OE.Solution.OIM.AppLogic.PackagedSolutionRequestedResourcesJsonDeserializerAttributesCollection
Collection of attributes for the resource

Return Value

Type: DictionaryString, RequestedResourcesJsonDeserializerResourcesCollection
Dictionary which can be serialized and used on an access request data object
See Also