-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
EntraIDOperationName,MicrosoftGraphRequestUri,RequestMethod,EntraIDOperationVersion | ||
"Add Connector Group","https://graph.microsoft.com/beta/onPremisesPublishingProfiles('applicationProxy')/connectorGroups",POST,"1.0" | ||
"Add a Connector to Connector Group","https://graph.microsoft.com/beta/onPremisesPublishingProfiles('applicationProxy')/connectorGroups/<UUID>/members/$ref",POST,"1.0" | ||
"Add application","https://graph.microsoft.com/beta/applications/<UUID>/onPremisesPublishing",PATCH,"1.0" | ||
"Add application SSL certificate","https://graph.microsoft.com/beta/applications/<UUID>",PATCH,"1.0" | ||
"Admin deleted security info","https://graph.microsoft.com/beta/users/<UUID>/authentication/microsoftAuthenticatorMethods/<UUID>",DELETE,"1.0" | ||
"Delete SSL binding","https://graph.microsoft.com/beta/applications/<UUID>/onPremisesPublishing",PATCH,"1.0" | ||
"Delete access package assignment for a deleted user","https://graph.microsoft.com/v1.0/directoryObjects/getByIds",POST,"1.0" | ||
"Delete access package assignment request for a deleted user","https://graph.microsoft.com/v1.0/directoryObjects/getByIds",POST,"1.0" | ||
"Delete application","https://graph.microsoft.com/beta/applications/<UUID>/onPremisesPublishing",PATCH,"1.0" | ||
"Disable application proxy","https://graph.microsoft.com/beta/onPremisesPublishingProfiles('applicationProxy')",PATCH,"1.0" | ||
"Enable application proxy","https://graph.microsoft.com/beta/onPremisesPublishingProfiles('applicationProxy')",PATCH,"1.0" | ||
"Invite external user","https://graph.microsoft.com/beta/users/<UUID>",PATCH,"1.0" | ||
"Invite external user","https://graph.microsoft.com/v1.0/<UUID>/invitations",POST,"1.0" | ||
"Invite external user","https://graph.microsoft.com/v1.0/invitations",POST,"1.0" | ||
"Redeem external user invite","https://graph.microsoft.com/beta/directory/redeemInvitation",POST,"1.0" | ||
"Remove member from role (PIM activation expired)","https://graph.microsoft.com/beta/roleManagement/directory/roleAssignments/<ID>",DELETE,"1.0" | ||
"Set device registration policies","https://graph.microsoft.com/beta/policies/deviceRegistrationPolicy",PUT,"1.0" | ||
"Update application","https://graph.microsoft.com/beta/applications/<UUID>/connectorGroup/$ref",PUT,"1.0" | ||
"Update application","https://graph.microsoft.com/beta/applications/<UUID>/onPremisesPublishing",PATCH,"1.0" | ||
"Update conditional access policy","https://graph.microsoft.com/v1.0/identity/conditionalAccess/policies/<UUID>",PATCH,"1.0" |