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
This example will remove an existing item from the current list of items. The remove switch can remove allow or deny entries from the list.
90
90
@@ -123,9 +123,9 @@ This example enables pre-authentication overall and denies requests that are not
123
123
> -`"Empty"` represents any requests that are not coming from an app (e.g. direct requests from the browser) and will not have an app ID associated with it
124
124
> -`""` can mean several things:
125
125
> - If you have `–IncludedApps "" -ExcludedApps ""`, it means that the setting applies to all
126
-
> - If you have `–IncludedApps "" -ExcludedApps "<appid>"`, it means that the setting applies to all apps apart from <appids>.
127
-
> - If you have `–IncludedApps "<appids>" and -ExcludedApps ""`, it means that the setting only applies to <appids>
128
-
> - You cannot have a setting with `–IncludedApps "<appids>" –ExcludedApps "<appids>"`
126
+
> - If you have `–IncludedApps "" -ExcludedApps "<appid>"`, it means that the setting applies to all apps apart from 029e7c27-4b9c-4f8b-ba32-b96249468d42.
127
+
> - If you have `–IncludedApps "029e7c27-4b9c-4f8b-ba32-b96249468d42" and -ExcludedApps ""`, it means that the setting only applies to the appId 029e7c27-4b9c-4f8b-ba32-b96249468d42
128
+
> - You cannot have a setting with `–IncludedApps "029e7c27-4b9c-4f8b-ba32-b96249468d42" –ExcludedApps "029e7c27-4b9c-4f8b-ba32-b96249468d42"`
0 commit comments