Skip to content

Commit

Permalink
Fix URI
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bader committed Oct 7, 2023
1 parent 0c1fa2a commit c237336
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions source/SampleData.csv
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
EntraIDOperationName,MicrosoftGraphRequestUri,RequestMethod,EntraIDOperationVersion
"Update conditional access policy","https:/graph.microsoft.com/<MSGraphVersion>/identity/conditionalAccess/policies/<UUID>",PATCH,"1.0"
"Update application","https:/graph.microsoft.com/<MSGraphVersion>/applications/<UUID>/onPremisesPublishing",PATCH,"1.0"
"Update application","https:/graph.microsoft.com/<MSGraphVersion>/applications('<UUID>')/onPremisesPublishing/segmentsConfiguration/microsoft.graph.IpSegmentConfiguration/ApplicationSegments('<UUID>')",DELETE,"1.0"
"Update application","https:/graph.microsoft.com/<MSGraphVersion>/applications('<UUID>')/onPremisesPublishing/segmentsConfiguration/microsoft.graph.IpSegmentConfiguration/ApplicationSegments",POST,"1.0"
"Invite external user","https:/graph.microsoft.com/<MSGraphVersion>/invitations",POST,"1.0"
"Invite external user","https:/graph.microsoft.com/<MSGraphVersion>/users/<UUID>",PATCH,"1.0"
"Delete conditional access policy","https:/graph.microsoft.com/<MSGraphVersion>/identity/conditionalAccess/policies/<UUID>",DELETE,"1.0"
"Delete FIDO2 security key(s)","https:/graph.microsoft.com/<MSGraphVersion>/users/<UUID>/authentication/fido2Methods/<ID>",DELETE,"1.0"
ConfirmAccountCompromised,"https:/graph.microsoft.com/<MSGraphVersion>/riskyUsers/confirmCompromised",POST,"1.0"
"Authentication Strength Policy Create","https:/graph.microsoft.com/<MSGraphVersion>/identity/conditionalAccess/authenticationStrength/policies/",POST,"1.0"
"Authentication Strength Policy Create","https:/graph.microsoft.com/<MSGraphVersion>/internal/policies/authenticationStrengthPolicies/",POST,"1.0"
"Authentication Strength Policy Create","https:/graph.microsoft.com/<MSGraphVersion>/internal/policies/authenticationStrengthPolicies/<UUID>",PATCH,"1.0"
"Admin registered security info","https:/graph.microsoft.com/<MSGraphVersion>/users/<UUID>/authentication/emailMethods",POST,"1.0"
"Admin registered security info","https:/graph.microsoft.com/<MSGraphVersion>/users/<UUID>/authentication/temporaryAccessPassMethods",POST,"1.0"
"Admin registered security info","https:/graph.microsoft.com/<MSGraphVersion>/users/<UUID>/authentication/phoneMethods",POST,"1.0"
"Admin deleted security info","https:/graph.microsoft.com/<MSGraphVersion>/users/<UUID>/authentication/temporaryAccessPassMethods/<UUID>",DELETE,"1.0"
"Admin deleted security info","https:/graph.microsoft.com/<MSGraphVersion>/users/<UUID>/authentication/fido2Methods/<ID>",DELETE,"1.0"
"Add conditional access policy","https:/graph.microsoft.com/<MSGraphVersion>/identity/conditionalAccess/policies",POST,"1.0"
"Add conditional access policy","https://graph.microsoft.com/<MSGraphVersion>/identity/conditionalAccess/policies",POST,"1.0"
"Admin deleted security info","https://graph.microsoft.com/<MSGraphVersion>/users/<UUID>/authentication/fido2Methods/<ID>",DELETE,"1.0"
"Admin deleted security info","https://graph.microsoft.com/<MSGraphVersion>/users/<UUID>/authentication/temporaryAccessPassMethods/<UUID>",DELETE,"1.0"
"Admin registered security info","https://graph.microsoft.com/<MSGraphVersion>/users/<UUID>/authentication/temporaryAccessPassMethods",POST,"1.0"
"Admin registered security info","https://graph.microsoft.com/<MSGraphVersion>/users/<UUID>/authentication/emailMethods",POST,"1.0"
"Admin registered security info","https://graph.microsoft.com/<MSGraphVersion>/users/<UUID>/authentication/phoneMethods",POST,"1.0"
"Authentication Strength Policy Create","https://graph.microsoft.com/<MSGraphVersion>/internal/policies/authenticationStrengthPolicies/",POST,"1.0"
"Authentication Strength Policy Create","https://graph.microsoft.com/<MSGraphVersion>/identity/conditionalAccess/authenticationStrength/policies/",POST,"1.0"
"Authentication Strength Policy Create","https://graph.microsoft.com/<MSGraphVersion>/internal/policies/authenticationStrengthPolicies/<UUID>",PATCH,"1.0"
ConfirmAccountCompromised,"https://graph.microsoft.com/<MSGraphVersion>/riskyUsers/confirmCompromised",POST,"1.0"
"Delete FIDO2 security key(s)","https://graph.microsoft.com/<MSGraphVersion>/users/<UUID>/authentication/fido2Methods/<ID>",DELETE,"1.0"
"Delete conditional access policy","https://graph.microsoft.com/<MSGraphVersion>/identity/conditionalAccess/policies/<UUID>",DELETE,"1.0"
"Invite external user","https://graph.microsoft.com/<MSGraphVersion>/invitations",POST,"1.0"
"Invite external user","https://graph.microsoft.com/<MSGraphVersion>/users/<UUID>",PATCH,"1.0"
"Update application","https://graph.microsoft.com/<MSGraphVersion>/applications/<UUID>/onPremisesPublishing",PATCH,"1.0"
"Update application","https://graph.microsoft.com/<MSGraphVersion>/applications('<UUID>')/onPremisesPublishing/segmentsConfiguration/microsoft.graph.IpSegmentConfiguration/ApplicationSegments",POST,"1.0"
"Update application","https://graph.microsoft.com/<MSGraphVersion>/applications('<UUID>')/onPremisesPublishing/segmentsConfiguration/microsoft.graph.IpSegmentConfiguration/ApplicationSegments('<UUID>')",DELETE,"1.0"
"Update conditional access policy","https://graph.microsoft.com/<MSGraphVersion>/identity/conditionalAccess/policies/<UUID>",PATCH,"1.0"

0 comments on commit c237336

Please sign in to comment.