Skip to content

Latest commit

 

History

History
134 lines (130 loc) · 1.88 KB

File metadata and controls

134 lines (130 loc) · 1.88 KB
description Automatically generated file. DO NOT MODIFY
mgc identity-governance access-reviews definitions create --body '{
\
  "displayName": "Review employee access to LinkedIn",
\
  "descriptionForAdmins": "Review employee access to LinkedIn",
\
  "scope": {
\
    "@odata.type": "#microsoft.graph.principalResourceMembershipsScope",
\
    "principalScopes": [
\
      {
\
        "@odata.type": "#microsoft.graph.accessReviewQueryScope",
\
        "query": "/users",
\
        "queryType": "MicrosoftGraph"
\
      }
\
    ],
\
    "resourceScopes": [
\
      {
\
        "@odata.type": "#microsoft.graph.accessReviewQueryScope",
\
        "query": "/servicePrincipals/bae11f90-7d5d-46ba-9f55-8112b59d92ae",
\
        "queryType": "MicrosoftGraph"
\
      }
\
    ]
\
  },
\
  "reviewers": [
\
    {
\
      "query": "./manager",
\
      "queryType": "MicrosoftGraph",
\
      "queryRoot": "decisions"
\
    }
\
  ],
\
  "backupReviewers": [
\
    {
\
      "query": "/groups/072ac5f4-3f13-4088-ab30-0a276f3e6322/transitiveMembers",
\
      "queryType": "MicrosoftGraph"
\
    }
\
  ],
\
  "fallbackReviewers": [
\
    {
\
      "query": "/groups/072ac5f4-3f13-4088-ab30-0a276f3e6322/transitiveMembers",
\
      "queryType": "MicrosoftGraph"
\
    }
\
  ],
\
  "settings": {
\
    "mailNotificationsEnabled": true,
\
    "reminderNotificationsEnabled": true,
\
    "justificationRequiredOnApproval": true,
\
    "defaultDecisionEnabled": true,
\
    "defaultDecision": "Recommendation",
\
    "instanceDurationInDays": 180,
\
    "autoApplyDecisionsEnabled": true,
\
    "recommendationsEnabled": true,
\
    "recurrence": {
\
      "pattern": {
\
        "type": "absoluteMonthly",
\
        "interval": 6,
\
        "dayOfMonth": 0
\
      },
\
      "range": {
\
        "type": "numbered",
\
        "startDate": "2021-05-05",
\
        "endDate": "2022-05-05"
\
      }
\
    }
\
  }
\
}
\
'