You are modifying a web application so that it uses Azure Active Directory to manage users. You create a
security group named Users and a security group named Administrators. The Administrators security group is a
member of the Users security group.
You create the following code segment. Line numbers are included for reference only.
You need to implement the canAccessUserResources function.
Which code segment should you insert at line 02?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Answer should be D
https://msdn.microsoft.com/Library/Azure/Ad/Graph/api/groups-operations#GetGroupMembers
I think its B)
isMemberOf: Check membership in a specific group (transitive)
Call the isMemberOf function on the directory service to check whether a specified user, group, contact, or service principal is a member of a specified group. The operation is transitive,
https://msdn.microsoft.com/en-us/library/azure/ad/graph/api/functions-and-actions#ismemberof
agreed with you