Your company network contains Forefront Identity Manager (FIM) 2010. Your company wants to extend the contracts of several groups of temporary employees through the next quarter. You need to identify the security groups that will expire in the next three days. Which XPath query should you use?
A.
/Group[Type= ‘Security’ and ExpirationTime <= op:add-dayTimeDuration-to-dateTime(fn:current- dateTime(), xs:dayTimeDuration(‘P3D’))]
B.
/Group[Type= ‘Distribution’ and ExpirationTime >= op:add-dayTimeDuration-to- dateTime(fn:current-dateTime(), xs:dayTimeDuration(‘P3D’))]
C.
/Group[Type= ‘Security’ and ExpirationTime == op:add-dayTimeDuration-to-dateTime(fn:current- dateTime(), xs:dayTimeDuration(‘P3D’))]
D.
/Group[Type= ‘Security’ and ExpirationTime >= op:add-dayTimeDuration-to-dateTime(fn:current- dateTime(), xs:dayTimeDuration(‘P3D’))]