|
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", |
|
36083 | 36087 | "GET" |
36084 | 36088 | ], |
36085 | 36089 | "paths": { |
36086 | | - "/identity/riskPreventionProviders": "least=DelegatedWork,Application", |
36087 | | - "/identity/riskPreventionProviders/{id}": "least=DelegatedWork,Application" |
| 36090 | + "/identity/riskPrevention/fraudProtectionProviders": "least=DelegatedWork,Application", |
| 36091 | + "/identity/riskPrevention/fraudProtectionProviders/{id}": "least=DelegatedWork,Application" |
| 36092 | + } |
| 36093 | + }, |
| 36094 | + { |
| 36095 | + "schemeKeys": [ |
| 36096 | + "DelegatedWork", |
| 36097 | + "Application" |
| 36098 | + ], |
| 36099 | + "methods": [ |
| 36100 | + "POST" |
| 36101 | + ], |
| 36102 | + "paths": { |
| 36103 | + "/identity/riskPrevention/webApplicationFirewalls/verify": "least=DelegatedWork,Application" |
36088 | 36104 | } |
36089 | 36105 | } |
36090 | 36106 | ], |
|
36120 | 36136 | "POST" |
36121 | 36137 | ], |
36122 | 36138 | "paths": { |
36123 | | - "/identity/riskPreventionProviders": "least=DelegatedWork,Application" |
| 36139 | + "/identity/riskPrevention/fraudProtectionProviders": "least=DelegatedWork,Application" |
36124 | 36140 | } |
36125 | 36141 | }, |
36126 | 36142 | { |
|
36134 | 36150 | "PATCH" |
36135 | 36151 | ], |
36136 | 36152 | "paths": { |
36137 | | - "/identity/riskPreventionProviders/{id}": "least=DelegatedWork,Application" |
| 36153 | + "/identity/riskPrevention/fraudProtectionProviders/{id}": "least=DelegatedWork,Application" |
36138 | 36154 | } |
36139 | 36155 | } |
36140 | 36156 | ], |
|
0 commit comments