|
1301 | 1301 | "/serviceprincipals(appid={value})/createpasswordsinglesignoncredentials": "least=DelegatedWork,Application;AlsoRequires=Directory.Read.All", |
1302 | 1302 | "/serviceprincipals(appid={value})/deletepasswordsinglesignoncredentials": "least=DelegatedWork,Application;AlsoRequires=Directory.Read.All", |
1303 | 1303 | "/serviceprincipals(appid={value})/getpasswordsinglesignoncredentials": "least=DelegatedWork;AlsoRequires=Directory.Read.All", |
| 1304 | + "/serviceprincipals(appid={value})/permanentDelete": "least=DelegatedWork", |
1304 | 1305 | "/serviceprincipals(appid={value})/removekey": "least=DelegatedWork", |
1305 | 1306 | "/serviceprincipals(appid={value})/removepassword": "least=DelegatedWork", |
1306 | 1307 | "/serviceprincipals(appid={value})/updatepasswordsinglesignoncredentials": "least=DelegatedWork,Application;AlsoRequires=Directory.Read.All", |
|
1314 | 1315 | "/serviceprincipals/{id}/getmembergroups": "", |
1315 | 1316 | "/serviceprincipals/{id}/getmemberobjects": "", |
1316 | 1317 | "/serviceprincipals/{id}/getpasswordsinglesignoncredentials": "least=DelegatedWork;AlsoRequires=Directory.Read.All", |
| 1318 | + "/serviceprincipals/{id}/permanentDelete": "least=DelegatedWork", |
1317 | 1319 | "/serviceprincipals/{id}/remotedesktopsecurityconfiguration": "", |
1318 | 1320 | "/serviceprincipals/{id}/remotedesktopsecurityconfiguration/targetdevicegroups": "", |
1319 | 1321 | "/serviceprincipals/{id}/removekey": "least=DelegatedWork", |
|
1622 | 1624 | "/serviceprincipals(appid={value})/addtokensigningcertificate": "least=Application", |
1623 | 1625 | "/serviceprincipals(appid={value})/getpasswordsinglesignoncredentials": "least=Application;AlsoRequires=Directory.Read.All", |
1624 | 1626 | "/serviceprincipals(appid={value})/owners": "least=Application;AlsoRequires=Directory.Read.All", |
| 1627 | + "/serviceprincipals(appid={value})/permanentDelete": "least=Application", |
1625 | 1628 | "/serviceprincipals(appid={value})/removekey": "least=Application", |
1626 | 1629 | "/serviceprincipals(appid={value})/removepassword": "least=Application", |
1627 | 1630 | "/serviceprincipals/{id}/addkey": "least=Application", |
1628 | 1631 | "/serviceprincipals/{id}/addpassword": "least=Application", |
1629 | 1632 | "/serviceprincipals/{id}/addtokensigningcertificate": "least=Application", |
1630 | 1633 | "/serviceprincipals/{id}/getpasswordsinglesignoncredentials": "least=Application;AlsoRequires=Directory.Read.All", |
1631 | 1634 | "/serviceprincipals/{id}/owners": "least=Application;AlsoRequires=Directory.Read.All", |
| 1635 | + "/serviceprincipals/{id}/permanentDelete": "least=Application", |
1632 | 1636 | "/serviceprincipals/{id}/remotedesktopsecurityconfiguration": "", |
1633 | 1637 | "/serviceprincipals/{id}/remotedesktopsecurityconfiguration/targetdevicegroups": "", |
1634 | 1638 | "/serviceprincipals/{id}/removekey": "least=Application", |
|
36059 | 36063 | "GET" |
36060 | 36064 | ], |
36061 | 36065 | "paths": { |
36062 | | - "/identity/riskPreventionProviders": "least=DelegatedWork,Application", |
36063 | | - "/identity/riskPreventionProviders/{id}": "least=DelegatedWork,Application" |
| 36066 | + "/identity/riskPrevention/fraudProtectionProviders": "least=DelegatedWork,Application", |
| 36067 | + "/identity/riskPrevention/fraudProtectionProviders/{id}": "least=DelegatedWork,Application" |
| 36068 | + } |
| 36069 | + }, |
| 36070 | + { |
| 36071 | + "schemeKeys": [ |
| 36072 | + "DelegatedWork", |
| 36073 | + "Application" |
| 36074 | + ], |
| 36075 | + "methods": [ |
| 36076 | + "POST" |
| 36077 | + ], |
| 36078 | + "paths": { |
| 36079 | + "/identity/riskPrevention/webApplicationFirewalls/verify": "least=DelegatedWork,Application" |
36064 | 36080 | } |
36065 | 36081 | } |
36066 | 36082 | ], |
|
36096 | 36112 | "POST" |
36097 | 36113 | ], |
36098 | 36114 | "paths": { |
36099 | | - "/identity/riskPreventionProviders": "least=DelegatedWork,Application" |
| 36115 | + "/identity/riskPrevention/fraudProtectionProviders": "least=DelegatedWork,Application" |
36100 | 36116 | } |
36101 | 36117 | }, |
36102 | 36118 | { |
|
36110 | 36126 | "PATCH" |
36111 | 36127 | ], |
36112 | 36128 | "paths": { |
36113 | | - "/identity/riskPreventionProviders/{id}": "least=DelegatedWork,Application" |
| 36129 | + "/identity/riskPrevention/fraudProtectionProviders/{id}": "least=DelegatedWork,Application" |
36114 | 36130 | } |
36115 | 36131 | } |
36116 | 36132 | ], |
|
0 commit comments