|
36054 | 36054 | "ownerSecurityGroup": "TeamsPermissions" |
36055 | 36055 | } |
36056 | 36056 | }, |
| 36057 | + "RiskPreventionProviders.Read.All": { |
| 36058 | + "schemes": { |
| 36059 | + "DelegatedWork": { |
| 36060 | + "adminDisplayName": "Read all identity risk prevention providers", |
| 36061 | + "adminDescription": "Allows the app to read your organization's risk prevention providers, on behalf of the signed-in user.", |
| 36062 | + "userDisplayName": "Read all identity risk prevention providers", |
| 36063 | + "userDescription": "Allows the app to read your organization's risk prevention providers, on your behalf.", |
| 36064 | + "requiresAdminConsent": true, |
| 36065 | + "privilegeLevel": 3 |
| 36066 | + }, |
| 36067 | + "Application": { |
| 36068 | + "adminDisplayName": "Read all identity risk prevention providers", |
| 36069 | + "adminDescription": "Allows the app to read your organization's risk prevention providers, without a signed-in user.", |
| 36070 | + "requiresAdminConsent": true, |
| 36071 | + "privilegeLevel": 4 |
| 36072 | + } |
| 36073 | + }, |
| 36074 | + "pathSets": [ |
| 36075 | + { |
| 36076 | + "schemeKeys": [ |
| 36077 | + "DelegatedWork", |
| 36078 | + "Application" |
| 36079 | + ], |
| 36080 | + "methods": [ |
| 36081 | + "GET" |
| 36082 | + ], |
| 36083 | + "paths": { |
| 36084 | + "/identity/riskPreventionProviders": "least=DelegatedWork,Application", |
| 36085 | + "/identity/riskPreventionProviders/{id}": "least=DelegatedWork,Application" |
| 36086 | + } |
| 36087 | + } |
| 36088 | + ], |
| 36089 | + "ownerInfo": { |
| 36090 | + "ownerSecurityGroup": "cpimmsgraphadmins" |
| 36091 | + } |
| 36092 | + }, |
| 36093 | + "RiskPreventionProviders.ReadWrite.All": { |
| 36094 | + "schemes": { |
| 36095 | + "DelegatedWork": { |
| 36096 | + "adminDisplayName": "Read and write all identity risk prevention providers", |
| 36097 | + "adminDescription": "Allows the app to read and write your organization's risk prevention providers, on behalf of the signed-in user.", |
| 36098 | + "userDisplayName": "Read and write all identity risk prevention providers", |
| 36099 | + "userDescription": "Allows the app to read and write your organization's risk prevention providers, on your behalf.", |
| 36100 | + "requiresAdminConsent": true, |
| 36101 | + "privilegeLevel": 3 |
| 36102 | + }, |
| 36103 | + "Application": { |
| 36104 | + "adminDisplayName": "Read and write all identity risk prevention providers", |
| 36105 | + "adminDescription": "Allows the app to read and write your organization's risk prevention providers, without a signed-in user.", |
| 36106 | + "requiresAdminConsent": true, |
| 36107 | + "privilegeLevel": 4 |
| 36108 | + } |
| 36109 | + }, |
| 36110 | + "pathSets": [ |
| 36111 | + { |
| 36112 | + "schemeKeys": [ |
| 36113 | + "DelegatedWork", |
| 36114 | + "Application" |
| 36115 | + ], |
| 36116 | + "methods": [ |
| 36117 | + "GET", |
| 36118 | + "POST" |
| 36119 | + ], |
| 36120 | + "paths": { |
| 36121 | + "/identity/riskPreventionProviders": "least=DelegatedWork,Application" |
| 36122 | + } |
| 36123 | + }, |
| 36124 | + { |
| 36125 | + "schemeKeys": [ |
| 36126 | + "DelegatedWork", |
| 36127 | + "Application" |
| 36128 | + ], |
| 36129 | + "methods": [ |
| 36130 | + "DELETE", |
| 36131 | + "GET", |
| 36132 | + "PATCH" |
| 36133 | + ], |
| 36134 | + "paths": { |
| 36135 | + "/identity/riskPreventionProviders/{id}": "least=DelegatedWork,Application" |
| 36136 | + } |
| 36137 | + } |
| 36138 | + ], |
| 36139 | + "ownerInfo": { |
| 36140 | + "ownerSecurityGroup": "cpimmsgraphadmins" |
| 36141 | + } |
| 36142 | + }, |
36057 | 36143 | "RoleAssignmentSchedule.Read.Directory": { |
36058 | 36144 | "schemes": { |
36059 | 36145 | "DelegatedWork": { |
|
0 commit comments