|
4413 | 4413 | "/serviceprincipals/{id}/synchronization/jobs/{id}/schema/directories/{id}/discover": "least=Application", |
4414 | 4414 | "/serviceprincipals/{id}/synchronization/jobs/{id}/schema/parseexpression": "least=Application", |
4415 | 4415 | "/serviceprincipals/{id}/synchronization/jobs/{id}/start": "least=Application", |
| 4416 | + "/serviceprincipals/{id}/synchronization/jobs/{id}/validateconnectivity": "least=Application", |
4416 | 4417 | "/serviceprincipals/{id}/synchronization/jobs/{id}/validatecredentials": "least=Application", |
4417 | 4418 | "/serviceprincipals/{id}/synchronization/templates/{id}/schema/parseexpression": "least=Application" |
4418 | 4419 | } |
|
4430 | 4431 | "/serviceprincipals/{id}/synchronization/secrets": "least=Application" |
4431 | 4432 | } |
4432 | 4433 | }, |
| 4434 | + { |
| 4435 | + "schemeKeys": [ |
| 4436 | + "Application" |
| 4437 | + ], |
| 4438 | + "methods": [ |
| 4439 | + "PATCH" |
| 4440 | + ], |
| 4441 | + "paths": { |
| 4442 | + "/serviceprincipals/{id}/synchronization/connectivityparameters": "least=Application" |
| 4443 | + } |
| 4444 | + }, |
4433 | 4445 | { |
4434 | 4446 | "schemeKeys": [ |
4435 | 4447 | "Application" |
|
22767 | 22779 | "/rolemanagement/entitlementmanagement/roledefinitions/{id}": "least=DelegatedWork,Application" |
22768 | 22780 | } |
22769 | 22781 | }, |
| 22782 | + { |
| 22783 | + "schemeKeys": [ |
| 22784 | + "DelegatedWork", |
| 22785 | + "Application" |
| 22786 | + ], |
| 22787 | + "methods": [ |
| 22788 | + "GET" |
| 22789 | + ], |
| 22790 | + "paths": { |
| 22791 | + "/identitygovernance/accessevaluationdetections": "least=DelegatedWork,Application", |
| 22792 | + "/identitygovernance/accessevaluationdetections/{id}": "least=DelegatedWork,Application", |
| 22793 | + "/identitygovernance/accessevaluationpolicies": "least=DelegatedWork,Application", |
| 22794 | + "/identitygovernance/accessevaluationpolicies/{id}": "least=DelegatedWork,Application" |
| 22795 | + } |
| 22796 | + }, |
22770 | 22797 | { |
22771 | 22798 | "schemeKeys": [ |
22772 | 22799 | "Application" |
|
23010 | 23037 | "paths": { |
23011 | 23038 | "/identitygovernance/entitlementmanagement/settings": "least=DelegatedWork,Application" |
23012 | 23039 | } |
| 23040 | + }, |
| 23041 | + { |
| 23042 | + "schemeKeys": [ |
| 23043 | + "DelegatedWork", |
| 23044 | + "Application" |
| 23045 | + ], |
| 23046 | + "methods": [ |
| 23047 | + "GET" |
| 23048 | + ], |
| 23049 | + "paths": { |
| 23050 | + "/identitygovernance/accessevaluationdetections": "", |
| 23051 | + "/identitygovernance/accessevaluationdetections/{id}": "", |
| 23052 | + "/identitygovernance/accessevaluationpolicies": "", |
| 23053 | + "/identitygovernance/accessevaluationpolicies/{id}": "" |
| 23054 | + } |
| 23055 | + }, |
| 23056 | + { |
| 23057 | + "schemeKeys": [ |
| 23058 | + "DelegatedWork", |
| 23059 | + "Application" |
| 23060 | + ], |
| 23061 | + "methods": [ |
| 23062 | + "POST" |
| 23063 | + ], |
| 23064 | + "paths": { |
| 23065 | + "/identitygovernance/catalogs/{id}/accessevaluationpolicies": "least=DelegatedWork,Application" |
| 23066 | + } |
| 23067 | + }, |
| 23068 | + { |
| 23069 | + "schemeKeys": [ |
| 23070 | + "DelegatedWork", |
| 23071 | + "Application" |
| 23072 | + ], |
| 23073 | + "methods": [ |
| 23074 | + "PATCH" |
| 23075 | + ], |
| 23076 | + "paths": { |
| 23077 | + "/identitygovernance/accessevaluationdetections/{id}": "least=DelegatedWork,Application", |
| 23078 | + "/identitygovernance/catalogs/{id}/accessevaluationpolicies/{id}": "least=DelegatedWork,Application" |
| 23079 | + } |
| 23080 | + }, |
| 23081 | + { |
| 23082 | + "schemeKeys": [ |
| 23083 | + "DelegatedWork", |
| 23084 | + "Application" |
| 23085 | + ], |
| 23086 | + "methods": [ |
| 23087 | + "DELETE" |
| 23088 | + ], |
| 23089 | + "paths": { |
| 23090 | + "/identitygovernance/catalogs/{id}/accessevaluationpolicies/{id}": "least=DelegatedWork,Application" |
| 23091 | + } |
23013 | 23092 | } |
23014 | 23093 | ], |
23015 | 23094 | "ownerInfo": { |
|
33690 | 33769 | "/networkAccess/forwardingProfiles": "least=DelegatedWork,Application", |
33691 | 33770 | "/networkAccess/forwardingProfiles/{id}": "least=DelegatedWork,Application", |
33692 | 33771 | "/networkAccess/forwardingProfiles/{id}/policies/{id}": "least=DelegatedWork,Application", |
| 33772 | + "/networkAccess/mcpPolicies": "least=DelegatedWork,Application", |
| 33773 | + "/networkAccess/mcpPolicies/{id}": "least=DelegatedWork,Application", |
| 33774 | + "/networkAccess/mcpPolicies/{id}/policyRules": "least=DelegatedWork,Application", |
| 33775 | + "/networkAccess/mcpPolicies/{id}/policyRules/{id}": "least=DelegatedWork,Application", |
33693 | 33776 | "/networkaccess/privateAccessConfigs/{id}": "least=DelegatedWork,Application", |
33694 | 33777 | "/networkAccess/privateNetworks": "least=DelegatedWork,Application", |
33695 | 33778 | "/networkAccess/privateNetworks/{id}": "least=DelegatedWork,Application", |
|
33795 | 33878 | "/networkaccess/logs/remoteNetworks": "", |
33796 | 33879 | "/networkaccess/logs/traffic": "", |
33797 | 33880 | "/networkaccess/logs/traffic/{id}": "", |
| 33881 | + "/networkAccess/mcpPolicies": "", |
| 33882 | + "/networkAccess/mcpPolicies/{id}": "", |
| 33883 | + "/networkAccess/mcpPolicies/{id}/policyRules": "", |
| 33884 | + "/networkAccess/mcpPolicies/{id}/policyRules/{id}": "", |
33798 | 33885 | "/networkaccess/privateAccessConfigs/{id}": "", |
33799 | 33886 | "/networkAccess/privateNetworks": "", |
33800 | 33887 | "/networkAccess/privateNetworks/{id}": "", |
|
33857 | 33944 | "/networkAccess/filteringProfiles/{id}/policies": "least=DelegatedWork,Application", |
33858 | 33945 | "/networkAccess/forwardingPolicies/{id}/policyRules": "least=DelegatedWork,Application", |
33859 | 33946 | "/networkAccess/forwardingProfiles/{id}/policies": "least=DelegatedWork,Application", |
| 33947 | + "/networkAccess/mcpPolicies": "least=DelegatedWork,Application", |
| 33948 | + "/networkAccess/mcpPolicies/{id}/policyRules": "least=DelegatedWork,Application", |
33860 | 33949 | "/networkaccess/privateAccessConfigs/{id}": "least=DelegatedWork,Application", |
33861 | 33950 | "/networkAccess/privateNetworks": "least=DelegatedWork,Application", |
33862 | 33951 | "/networkAccess/securityProviderPolicies": "least=DelegatedWork,Application", |
|
33893 | 33982 | "/networkAccess/forwardingPolicies/{id}/policyRules/{id}": "least=DelegatedWork,Application", |
33894 | 33983 | "/networkAccess/forwardingProfiles/{id}": "least=DelegatedWork,Application", |
33895 | 33984 | "/networkAccess/forwardingProfiles/{id}/policies/{id}": "least=DelegatedWork,Application", |
| 33985 | + "/networkAccess/mcpPolicies/{id}": "least=DelegatedWork,Application", |
| 33986 | + "/networkAccess/mcpPolicies/{id}/policyRules/{id}": "least=DelegatedWork,Application", |
33896 | 33987 | "/networkaccess/privateAccessConfigs/{id}": "least=DelegatedWork,Application", |
33897 | 33988 | "/networkAccess/privateNetworks/{id}": "least=DelegatedWork,Application", |
33898 | 33989 | "/networkAccess/securityProviderPolicies/{id}": "least=DelegatedWork,Application", |
|
33929 | 34020 | "/networkAccess/filteringProfiles/{id}/policies/{id}": "least=DelegatedWork,Application", |
33930 | 34021 | "/networkAccess/forwardingPolicies/{id}/policyRules/{id}": "least=DelegatedWork,Application", |
33931 | 34022 | "/networkAccess/forwardingProfiles/{id}/policies/{id}": "least=DelegatedWork,Application", |
| 34023 | + "/networkAccess/mcpPolicies/{id}": "least=DelegatedWork,Application", |
| 34024 | + "/networkAccess/mcpPolicies/{id}/policyRules/{id}": "least=DelegatedWork,Application", |
33932 | 34025 | "/networkaccess/privateAccessConfigs/{id}": "least=DelegatedWork,Application", |
33933 | 34026 | "/networkAccess/privateNetworks/{id}": "least=DelegatedWork,Application", |
33934 | 34027 | "/networkAccess/securityProviderPolicies/{id}": "least=DelegatedWork,Application", |
|
48645 | 48738 | "/serviceprincipals/{id}/synchronization/jobs/{id}/restart": "least=DelegatedWork", |
48646 | 48739 | "/serviceprincipals/{id}/synchronization/jobs/{id}/schema/parseexpression": "least=DelegatedWork", |
48647 | 48740 | "/serviceprincipals/{id}/synchronization/jobs/{id}/start": "least=DelegatedWork", |
| 48741 | + "/serviceprincipals/{id}/synchronization/jobs/{id}/validateconnectivity": "least=DelegatedWork", |
48648 | 48742 | "/serviceprincipals/{id}/synchronization/jobs/{id}/validatecredentials": "least=DelegatedWork", |
48649 | 48743 | "/serviceprincipals/{id}/synchronization/templates/{id}/schema/parseexpression": "least=DelegatedWork" |
48650 | 48744 | } |
|
48749 | 48843 | "PATCH" |
48750 | 48844 | ], |
48751 | 48845 | "paths": { |
| 48846 | + "/serviceprincipals/{id}/synchronization/connectivityparameters": "least=DelegatedWork", |
48752 | 48847 | "/serviceprincipals/{id}/synchronization/jobs/{id}": "least=DelegatedWork,Application" |
48753 | 48848 | } |
48754 | 48849 | } |
|
0 commit comments