This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
Network policy fields
The fields available in the expert-mode YAML editor for a Citrix SecurSpaces™ network policy. For how to reach the editor, see Create a network policy.
Policy fields
| Field | Type | Required | Description |
|---|---|---|---|
name |
string | Yes | The policy name. Must not be empty. |
description |
string | Yes | What the policy does. Must not be empty. |
restrictedTraffic |
boolean | Yes |
true restricts outbound traffic to attached resources and the allow list. false monitors traffic without blocking. |
customEndpointsEnabled |
boolean | No | Enables the custom-endpoints-via-proxy allow lists. Relevant only when the platform uses an external proxy. |
whitelistedDomains |
list of domain entries | No | Domains the workspace is allowed to reach. |
whitelistedIps |
list of strings | No | IPv4 addresses or CIDR ranges the workspace is allowed to reach. |
customEndpointsViaProxyDomains |
list of domain entries | No | Domains reachable through the external proxy. Used only when customEndpointsEnabled is true. |
customEndpointsViaProxyIps |
list of strings | No | IPv4 addresses or CIDR ranges reachable through the external proxy. Used only when customEndpointsEnabled is true. |
Important:
The editor rejects any field that is not in this table. A policy containing an unrecognized field does not validate.
Domain entries
Each entry in whitelistedDomains and customEndpointsViaProxyDomains has this shape.
| Field | Type | Description |
|---|---|---|
domain |
string | The domain to allow, for example example.com. |
includeSubdomains |
boolean | When true, the domain and all of its subdomains are allowed. |
The two lists validate domain differently:
- In
whitelistedDomains, the value must be a plain domain name, such asexample.comorpypi.internal.example.com. UseincludeSubdomainsto cover subdomains rather than writing a wildcard. - In
customEndpointsViaProxyDomains, a leading prefix is accepted, so a value such as*.example.comvalidates.
IP address entries
whitelistedIps and customEndpointsViaProxyIps accept:
- A single IPv4 address, for example
192.168.1.50. - An IPv4 CIDR range with a prefix length from
/0to/32, for example10.0.0.0/24.
IPv6 addresses are not accepted.
Example
name: Backend services policy
description: Restrict workspaces to internal package mirrors and the corporate API.
restrictedTraffic: true
whitelistedDomains:
- domain: pypi.internal.example.com
includeSubdomains: false
- domain: example.com
includeSubdomains: true
whitelistedIps:
- 10.0.0.0/24
- 192.168.1.50
<!--NeedCopy-->
Note:
When
customEndpointsEnabledisfalse, the custom-endpoints lists are ignored and cleared. Set those fields only when an external proxy is in use.
Related information
Share
Share
In this article
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.