|
36164 | 36164 | "POST" |
36165 | 36165 | ], |
36166 | 36166 | "paths": { |
| 36167 | + "/users/{id}/presence/clearautomaticlocation": "least=DelegatedWork", |
| 36168 | + "/users/{id}/presence/clearlocation": "least=DelegatedWork", |
36167 | 36169 | "/users/{id}/presence/clearpresence": "least=DelegatedWork", |
36168 | 36170 | "/users/{id}/presence/clearuserpreferredpresence": "least=DelegatedWork", |
| 36171 | + "/users/{id}/presence/setautomaticlocation": "least=DelegatedWork", |
| 36172 | + "/users/{id}/presence/setmanuallocation": "least=DelegatedWork", |
36169 | 36173 | "/users/{id}/presence/setpresence": "least=DelegatedWork", |
36170 | 36174 | "/users/{id}/presence/setstatusmessage": "least=DelegatedWork", |
36171 | 36175 | "/users/{id}/presence/setuserpreferredpresence": "least=DelegatedWork" |
|
36196 | 36200 | ], |
36197 | 36201 | "paths": { |
36198 | 36202 | "/communications/getpresencesbyuserid": "", |
| 36203 | + "/users/{id}/presence/clearautomaticlocation": "least=Application", |
| 36204 | + "/users/{id}/presence/clearlocation": "least=Application", |
36199 | 36205 | "/users/{id}/presence/clearpresence": "least=Application", |
36200 | 36206 | "/users/{id}/presence/clearuserpreferredpresence": "least=Application", |
| 36207 | + "/users/{id}/presence/setautomaticlocation": "least=Application", |
| 36208 | + "/users/{id}/presence/setmanuallocation": "least=Application", |
36201 | 36209 | "/users/{id}/presence/setpresence": "least=Application", |
36202 | 36210 | "/users/{id}/presence/setstatusmessage": "least=Application", |
36203 | 36211 | "/users/{id}/presence/setuserpreferredpresence": "least=Application" |
|
54177 | 54185 | "ownerSecurityGroup": "mfateam" |
54178 | 54186 | } |
54179 | 54187 | }, |
| 54188 | + "UserAuthMethod-Email.ReadWrite": { |
| 54189 | + "authorizationType": "oAuth2", |
| 54190 | + "schemes": { |
| 54191 | + "DelegatedWork": { |
| 54192 | + "adminDisplayName": "Read and write the signed-in user's email authentication methods", |
| 54193 | + "adminDescription": "Allows the app to read and write the signed-in user's email authentication methods. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", |
| 54194 | + "userDisplayName": "Read and write your email authentication methods", |
| 54195 | + "userDescription": "Allows the app to read and write your email authentication methods. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", |
| 54196 | + "requiresAdminConsent": true, |
| 54197 | + "privilegeLevel": 3 |
| 54198 | + } |
| 54199 | + }, |
| 54200 | + "pathSets": [ |
| 54201 | + { |
| 54202 | + "schemeKeys": [ |
| 54203 | + "DelegatedWork" |
| 54204 | + ], |
| 54205 | + "methods": [ |
| 54206 | + "GET" |
| 54207 | + ], |
| 54208 | + "paths": { |
| 54209 | + "/me/authentication/emailmethods": "", |
| 54210 | + "/me/authentication/emailmethods/{id}": "", |
| 54211 | + "/users/{id}/authentication/emailmethods": "", |
| 54212 | + "/users/{id}/authentication/emailmethods/{id}": "" |
| 54213 | + } |
| 54214 | + }, |
| 54215 | + { |
| 54216 | + "schemeKeys": [ |
| 54217 | + "DelegatedWork" |
| 54218 | + ], |
| 54219 | + "methods": [ |
| 54220 | + "POST" |
| 54221 | + ], |
| 54222 | + "paths": { |
| 54223 | + "/me/authentication/emailmethods": "least=DelegatedWork", |
| 54224 | + "/users/{id}/authentication/emailmethods": "least=DelegatedWork" |
| 54225 | + } |
| 54226 | + }, |
| 54227 | + { |
| 54228 | + "schemeKeys": [ |
| 54229 | + "DelegatedWork" |
| 54230 | + ], |
| 54231 | + "methods": [ |
| 54232 | + "DELETE", |
| 54233 | + "PATCH" |
| 54234 | + ], |
| 54235 | + "paths": { |
| 54236 | + "/me/authentication/emailmethods/{id}": "least=DelegatedWork", |
| 54237 | + "/users/{id}/authentication/emailmethods/{id}": "least=DelegatedWork" |
| 54238 | + } |
| 54239 | + } |
| 54240 | + ], |
| 54241 | + "ownerInfo": { |
| 54242 | + "ownerSecurityGroup": "mfateam" |
| 54243 | + } |
| 54244 | + }, |
54180 | 54245 | "UserAuthMethod-Email.ReadWrite.All": { |
54181 | 54246 | "authorizationType": "oAuth2", |
54182 | 54247 | "schemes": { |
|
54341 | 54406 | "ownerSecurityGroup": "mfateam" |
54342 | 54407 | } |
54343 | 54408 | }, |
| 54409 | + "UserAuthMethod-External.ReadWrite": { |
| 54410 | + "authorizationType": "oAuth2", |
| 54411 | + "schemes": { |
| 54412 | + "DelegatedWork": { |
| 54413 | + "adminDisplayName": "Read and write the signed-in user's external authentication methods", |
| 54414 | + "adminDescription": "Allows the app to read and write the signed-in user's external authentication methods. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", |
| 54415 | + "userDisplayName": "Read and write your external authentication methods", |
| 54416 | + "userDescription": "Allows the app to read and write your external authentication methods. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", |
| 54417 | + "requiresAdminConsent": true, |
| 54418 | + "privilegeLevel": 3 |
| 54419 | + } |
| 54420 | + }, |
| 54421 | + "pathSets": [ |
| 54422 | + { |
| 54423 | + "schemeKeys": [ |
| 54424 | + "DelegatedWork" |
| 54425 | + ], |
| 54426 | + "methods": [ |
| 54427 | + "GET" |
| 54428 | + ], |
| 54429 | + "paths": { |
| 54430 | + "/users/{id}/authentication/externalauthenticationmethods": "", |
| 54431 | + "/users/{id}/authentication/externalauthenticationmethods/{id}": "" |
| 54432 | + } |
| 54433 | + }, |
| 54434 | + { |
| 54435 | + "schemeKeys": [ |
| 54436 | + "DelegatedWork" |
| 54437 | + ], |
| 54438 | + "methods": [ |
| 54439 | + "POST" |
| 54440 | + ], |
| 54441 | + "paths": { |
| 54442 | + "/users/{id}/authentication/externalauthenticationmethods": "least=DelegatedWork" |
| 54443 | + } |
| 54444 | + }, |
| 54445 | + { |
| 54446 | + "schemeKeys": [ |
| 54447 | + "DelegatedWork" |
| 54448 | + ], |
| 54449 | + "methods": [ |
| 54450 | + "DELETE" |
| 54451 | + ], |
| 54452 | + "paths": { |
| 54453 | + "/users/{id}/authentication/externalauthenticationmethods/{id}": "least=DelegatedWork" |
| 54454 | + } |
| 54455 | + } |
| 54456 | + ], |
| 54457 | + "ownerInfo": { |
| 54458 | + "ownerSecurityGroup": "mfateam" |
| 54459 | + } |
| 54460 | + }, |
54344 | 54461 | "UserAuthMethod-External.ReadWrite.All": { |
54345 | 54462 | "authorizationType": "oAuth2", |
54346 | 54463 | "schemes": { |
|
0 commit comments