AZ-500 • Practice Exam 62
Free AZ-500 practice exam — 20 questions with explanations. Set 62. No signup required.
Refer to the exhibit. You are configuring an Entitlement Management access package. The policy allows any existing user to request access without approval, and access expires after 30 days. However, security requirements dictate that all access to Finance applications must be reviewed by the finance team manager every quarter. What should you add to the policy?
Refer to the exhibit.
{
"properties": {
"displayName": "Finance App Access Package",
"description": "Access to Finance applications for employees",
"resources": [
{
"originId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"type": "Application"
}
],
"assignmentPolicies": [
{
"accessPackageId": "yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy",
"accessReviewSettings": null,
"durationInDays": 30,
"expirationRequired": true,
"isAccessReviewEnabled": false,
"isApprovalRequiredForAdd": false,
"isApprovalRequiredForRemove": false,
"requestorSettings": {
"scopeType": "AllExistingDirectorySubjects"
}
}
]
}
}