You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gateway allows you to create DNS, Network, and HTTP policies based on applications and app types. You can select individual applications or groups of app types to filter specific traffic on your network.
11
16
@@ -65,75 +70,7 @@ To ensure effective application behavior, Gateway only uses support hostnames in
65
70
66
71
With [Application Granular Controls](/cloudflare-one/policies/gateway/http-policies/#application-granular-controls), you can choose specific actions and operations to match application traffic. Supported applications and operations include:
67
72
68
-
<Detailsheader="ChatGPT (app ID `1199`)">
69
-
70
-
| Operation name | Operation ID | Application Control name | Application Control ID | Contains payload | Operation Group | Operation Group ID |
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/policies/gateway/http-policies/granular-controls.mdx
+3-18Lines changed: 3 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebar:
5
5
order: 4
6
6
---
7
7
8
-
import { Details } from"~/components";
8
+
import { Render, Details } from"~/components";
9
9
10
10
Application Granular Controls allows you to create [Gateway HTTP policies](/cloudflare-one/policies/gateway/http-policies/) to control specific user actions within supported SaaS applications. This allows you to give users access to an application while restricting the actions that they can take within the application.
11
11
@@ -68,25 +68,10 @@ SaaS applications typically provide multiple APIs to interact with. For each app
68
68
- Web Application API: These APIs are consumed by the web application that users interact with through their browser.
69
69
- Platform API: These APIs are exposed to users to allow for programmatic interaction with the SaaS application. These are typically used by automations, scripts, or other applications.
70
70
71
-
[Application Controls](#application-controls) use both API types. If both API types are available when creating HTTP policies using [Operations](#operations), you should select the Operations that align to the API being used, or include both for greater coverage.
71
+
[Application Controls](#application-controls) use both API types. If both API types are available when creating HTTP policies using [Operations](#operations), you should select the Operations that align to the API being used, or include both for wider coverage.
72
72
73
73
## Compatible applications
74
74
75
75
Application Granular Controls supports matching operations within a number of defined applications.
0 commit comments