From 947c722661b9d0bef6b5d5bcb42e9f270dbfd210 Mon Sep 17 00:00:00 2001 From: Fabian Bader Date: Sat, 7 Oct 2023 19:29:54 +0200 Subject: [PATCH] Include Graph Endpoint version --- source/SampleData.csv | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/source/SampleData.csv b/source/SampleData.csv index a12d60e..7e5923c 100644 --- a/source/SampleData.csv +++ b/source/SampleData.csv @@ -1,19 +1,21 @@ EntraIDOperationName,MicrosoftGraphRequestUri,RequestMethod,EntraIDOperationVersion -"Add conditional access policy","https://graph.microsoft.com//identity/conditionalAccess/policies",POST,"1.0" -"Admin deleted security info","https://graph.microsoft.com//users//authentication/fido2Methods/",DELETE,"1.0" -"Admin deleted security info","https://graph.microsoft.com//users//authentication/temporaryAccessPassMethods/",DELETE,"1.0" -"Admin registered security info","https://graph.microsoft.com//users//authentication/temporaryAccessPassMethods",POST,"1.0" -"Admin registered security info","https://graph.microsoft.com//users//authentication/emailMethods",POST,"1.0" -"Admin registered security info","https://graph.microsoft.com//users//authentication/phoneMethods",POST,"1.0" -"Authentication Strength Policy Create","https://graph.microsoft.com//internal/policies/authenticationStrengthPolicies/",POST,"1.0" -"Authentication Strength Policy Create","https://graph.microsoft.com//identity/conditionalAccess/authenticationStrength/policies/",POST,"1.0" -"Authentication Strength Policy Create","https://graph.microsoft.com//internal/policies/authenticationStrengthPolicies/",PATCH,"1.0" -ConfirmAccountCompromised,"https://graph.microsoft.com//riskyUsers/confirmCompromised",POST,"1.0" -"Delete FIDO2 security key(s)","https://graph.microsoft.com//users//authentication/fido2Methods/",DELETE,"1.0" -"Delete conditional access policy","https://graph.microsoft.com//identity/conditionalAccess/policies/",DELETE,"1.0" -"Invite external user","https://graph.microsoft.com//invitations",POST,"1.0" -"Invite external user","https://graph.microsoft.com//users/",PATCH,"1.0" -"Update application","https://graph.microsoft.com//applications//onPremisesPublishing",PATCH,"1.0" -"Update application","https://graph.microsoft.com//applications('')/onPremisesPublishing/segmentsConfiguration/microsoft.graph.IpSegmentConfiguration/ApplicationSegments",POST,"1.0" -"Update application","https://graph.microsoft.com//applications('')/onPremisesPublishing/segmentsConfiguration/microsoft.graph.IpSegmentConfiguration/ApplicationSegments('')",DELETE,"1.0" -"Update conditional access policy","https://graph.microsoft.com//identity/conditionalAccess/policies/",PATCH,"1.0" +"Add conditional access policy","https://graph.microsoft.com/v1.0/identity/conditionalAccess/policies",POST,"1.0" +"Add conditional access policy","https://graph.microsoft.com/beta/identity/conditionalAccess/policies",POST,"1.0" +"Admin deleted security info","https://graph.microsoft.com/beta/users//authentication/temporaryAccessPassMethods/",DELETE,"1.0" +"Admin deleted security info","https://graph.microsoft.com/beta/users//authentication/fido2Methods/",DELETE,"1.0" +"Admin registered security info","https://graph.microsoft.com/beta/users//authentication/temporaryAccessPassMethods",POST,"1.0" +"Admin registered security info","https://graph.microsoft.com/beta/users//authentication/emailMethods",POST,"1.0" +"Admin registered security info","https://graph.microsoft.com/beta/users//authentication/phoneMethods",POST,"1.0" +"Authentication Strength Policy Create","https://graph.microsoft.com/beta/internal/policies/authenticationStrengthPolicies/",POST,"1.0" +"Authentication Strength Policy Create","https://graph.microsoft.com/beta/identity/conditionalAccess/authenticationStrength/policies/",POST,"1.0" +"Authentication Strength Policy Create","https://graph.microsoft.com/beta/internal/policies/authenticationStrengthPolicies/",PATCH,"1.0" +ConfirmAccountCompromised,"https://graph.microsoft.com/beta/riskyUsers/confirmCompromised",POST,"1.0" +"Delete FIDO2 security key(s)","https://graph.microsoft.com/beta/users//authentication/fido2Methods/",DELETE,"1.0" +"Delete conditional access policy","https://graph.microsoft.com/v1.0/identity/conditionalAccess/policies/",DELETE,"1.0" +"Invite external user","https://graph.microsoft.com/v1.0/invitations",POST,"1.0" +"Invite external user","https://graph.microsoft.com/beta/users/",PATCH,"1.0" +"Update application","https://graph.microsoft.com/beta/applications//onPremisesPublishing",PATCH,"1.0" +"Update application","https://graph.microsoft.com/beta/applications('')/onPremisesPublishing/segmentsConfiguration/microsoft.graph.IpSegmentConfiguration/ApplicationSegments('')",DELETE,"1.0" +"Update application","https://graph.microsoft.com/beta/applications('')/onPremisesPublishing/segmentsConfiguration/microsoft.graph.IpSegmentConfiguration/ApplicationSegments",POST,"1.0" +"Update conditional access policy","https://graph.microsoft.com/beta/identity/conditionalAccess/policies/",PATCH,"1.0" +"Update conditional access policy","https://graph.microsoft.com/v1.0/identity/conditionalAccess/policies/",PATCH,"1.0"