| PolicyCheckControllerGetPolicyChecksForResources Method |
Get all relevant policy checks for a set of resources
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
Syntaxpublic Dictionary<int, List<PolicyRiskCheck>> GetPolicyChecksForResources(
IEnumerable<int> resourceIds
)
Parameters
- resourceIds
- Type: System.Collections.GenericIEnumerableInt32
Return Value
Type:
DictionaryInt32,
ListPolicyRiskCheck
Dictionary
Key is resource id
Value: Collection of PolicyRiskCheck objects for the resource
See Also