Skip to content

Latest commit

 

History

History
80 lines (76 loc) · 1.18 KB

File metadata and controls

80 lines (76 loc) · 1.18 KB
description Automatically generated file. DO NOT MODIFY
mgc identity-governance access-reviews definitions create --body '{
\
  "displayName": "Test create",
\
  "descriptionForAdmins": "New scheduled access review",
\
  "descriptionForReviewers": "If you have any questions, contact jerry@contoso.com",
\
  "scope": {
\
    "@odata.type": "#microsoft.graph.accessReviewQueryScope",
\
    "query": "/groups/02f3bafb-448c-487c-88c2-5fd65ce49a41/transitiveMembers",
\
    "queryType": "MicrosoftGraph"
\
  },
\
  "reviewers": [
\
    {
\
      "query": "/users/398164b1-5196-49dd-ada2-364b49f99b27",
\
      "queryType": "MicrosoftGraph"
\
    }
\
  ],  
\
  "settings": {
\
    "mailNotificationsEnabled": true,
\
    "reminderNotificationsEnabled": true,
\
    "justificationRequiredOnApproval": true,
\
    "defaultDecisionEnabled": false,
\
    "defaultDecision": "None",
\
    "instanceDurationInDays": 1,
\
    "recommendationsEnabled": true,
\
    "recurrence": {
\
      "pattern": {
\
        "type": "weekly",
\
        "interval": 1
\
      },
\
      "range": {
\
        "type": "noEnd",
\
        "startDate": "2020-09-08T12:02:30.667Z"
\
      }
\
    }
\
  }
\
}
\
'