Free Microsoft Power Platform PL-400 Actual Exam Questions - Question 13 Discussion
HOTSPOT An organization has a custom Assignments entity that guides agent actions. Team leaders for each assignment group must be able to review any changes made to assignment data by their agents. You have the following JSON segment:
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. 
I’m thinking the JSON mainly sets up auditing on the Assignments entity but doesn’t cover who can see the audit history. Since team leaders need to review changes, there should be some explicit permission or role in the JSON for that. Without a property granting read access to the audit logs or linking team leaders to that permission, I’d say they can’t review changes just based on what’s shown. So, any statement saying team leaders have access to review changes would be false here.
No, the JSON shows auditing but no direct access control for team leaders.
This JSON snippet definitely sets auditing on the Assignments entity, so any changes by agents are logged. What’s missing is explicit evidence that team leaders have access rights to view those audit logs. The key point is that enabling auditing alone doesn’t grant review permissions. Without a role or permission setting for team leaders in the JSON, I’d say the statements about their ability to review changes are questionable. So if a statement claims team leaders can see all changes just from this JSON, I’d mark that as No since it doesn’t show permission assignments.
I think the key here is that the JSON enables auditing on the Assignments entity, which means changes are tracked. But just tracking isn’t enough for team leaders to review changes—they also need the right permissions to see audit history. Since the JSON segment doesn’t explicitly mention roles or access control for team leaders, I’d say any statement claiming team leaders can automatically view all audit logs might be false. The audit log setup is one piece, but granting visibility to team leaders is another layer that’s not clearly covered here.
The JSON shows enabling auditing on the Assignments entity, so agents’ changes should be tracked. Since team leaders need to review changes, the audit log visibility setting must include them, otherwise it won’t work as intended.
Need a clearer explanation on how the JSON maps to the auditing feature.