zia.AdvancedSettings
Explore with Pulumi AI
The zia_advanced_settings resource alows you to updates the advanced settings configuration in the ZIA Admin Portal. To learn more see Configuring Advanced Settings
Example Usage
resource "zia_advanced_settings" "this" {
auth_bypass_urls = [".newexample1.com", ".newexample2.com"]
dns_resolution_on_transparent_proxy_apps = ["CHATGPT_AI"]
basic_bypass_url_categories = ["NONE"]
http_range_header_remove_url_categories = ["NONE"]
kerberos_bypass_urls = ["test1.com"]
kerberos_bypass_apps = []
dns_resolution_on_transparent_proxy_urls = ["test1.com", "test2.com"]
enable_dns_resolution_on_transparent_proxy = true
enable_evaluate_policy_on_global_ssl_bypass = true
enable_office365 = true
log_internal_ip = true
enforce_surrogate_ip_for_windows_app = true
track_http_tunnel_on_http_ports = true
block_http_tunnel_on_non_http_ports = false
block_domain_fronting_on_host_header = false
zscaler_client_connector_1_and_pac_road_warrior_in_firewall = true
cascade_url_filtering = true
enable_policy_for_unauthenticated_traffic = true
block_non_compliant_http_request_on_http_ports = true
enable_admin_rank_access = true
http2_nonbrowser_traffic_enabled = true
ecs_for_all_enabled = false
dynamic_user_risk_enabled = false
block_connect_host_sni_mismatch = false
prefer_sni_over_conn_host = false
sipa_xff_header_enabled = false
block_non_http_on_http_port_enabled = true
ui_session_timeout = 300
}
Create AdvancedSettings Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AdvancedSettings(name: string, args?: AdvancedSettingsArgs, opts?: CustomResourceOptions);
@overload
def AdvancedSettings(resource_name: str,
args: Optional[AdvancedSettingsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def AdvancedSettings(resource_name: str,
opts: Optional[ResourceOptions] = None,
auth_bypass_apps: Optional[Sequence[str]] = None,
auth_bypass_url_categories: Optional[Sequence[str]] = None,
auth_bypass_urls: Optional[Sequence[str]] = None,
basic_bypass_apps: Optional[Sequence[str]] = None,
basic_bypass_url_categories: Optional[Sequence[str]] = None,
block_connect_host_sni_mismatch: Optional[bool] = None,
block_domain_fronting_apps: Optional[Sequence[str]] = None,
block_domain_fronting_on_host_header: Optional[bool] = None,
block_http_tunnel_on_non_http_ports: Optional[bool] = None,
block_non_compliant_http_request_on_http_ports: Optional[bool] = None,
block_non_http_on_http_port_enabled: Optional[bool] = None,
cascade_url_filtering: Optional[bool] = None,
digest_auth_bypass_apps: Optional[Sequence[str]] = None,
digest_auth_bypass_url_categories: Optional[Sequence[str]] = None,
digest_auth_bypass_urls: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_apps: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_exempt_apps: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_exempt_url_categories: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_exempt_urls: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_ipv6_apps: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_ipv6_exempt_apps: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_ipv6_exempt_url_categories: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_ipv6_url_categories: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_url_categories: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_urls: Optional[Sequence[str]] = None,
domain_fronting_bypass_url_categories: Optional[Sequence[str]] = None,
dynamic_user_risk_enabled: Optional[bool] = None,
ecs_for_all_enabled: Optional[bool] = None,
enable_admin_rank_access: Optional[bool] = None,
enable_dns_resolution_on_transparent_proxy: Optional[bool] = None,
enable_evaluate_policy_on_global_ssl_bypass: Optional[bool] = None,
enable_ipv6_dns_optimization_on_all_transparent_proxy: Optional[bool] = None,
enable_ipv6_dns_resolution_on_transparent_proxy: Optional[bool] = None,
enable_office365: Optional[bool] = None,
enable_policy_for_unauthenticated_traffic: Optional[bool] = None,
enforce_surrogate_ip_for_windows_app: Optional[bool] = None,
http2_nonbrowser_traffic_enabled: Optional[bool] = None,
http_range_header_remove_url_categories: Optional[Sequence[str]] = None,
kerberos_bypass_apps: Optional[Sequence[str]] = None,
kerberos_bypass_url_categories: Optional[Sequence[str]] = None,
kerberos_bypass_urls: Optional[Sequence[str]] = None,
log_internal_ip: Optional[bool] = None,
prefer_sni_over_conn_host: Optional[bool] = None,
prefer_sni_over_conn_host_apps: Optional[Sequence[str]] = None,
sipa_xff_header_enabled: Optional[bool] = None,
sni_dns_optimization_bypass_url_categories: Optional[Sequence[str]] = None,
track_http_tunnel_on_http_ports: Optional[bool] = None,
ui_session_timeout: Optional[int] = None,
zscaler_client_connector1_and_pac_road_warrior_in_firewall: Optional[bool] = None)
func NewAdvancedSettings(ctx *Context, name string, args *AdvancedSettingsArgs, opts ...ResourceOption) (*AdvancedSettings, error)
public AdvancedSettings(string name, AdvancedSettingsArgs? args = null, CustomResourceOptions? opts = null)
public AdvancedSettings(String name, AdvancedSettingsArgs args)
public AdvancedSettings(String name, AdvancedSettingsArgs args, CustomResourceOptions options)
type: zia:AdvancedSettings
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AdvancedSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AdvancedSettingsArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AdvancedSettingsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AdvancedSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AdvancedSettingsArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var advancedSettingsResource = new Zia.AdvancedSettings("advancedSettingsResource", new()
{
AuthBypassApps = new[]
{
"string",
},
AuthBypassUrlCategories = new[]
{
"string",
},
AuthBypassUrls = new[]
{
"string",
},
BasicBypassApps = new[]
{
"string",
},
BasicBypassUrlCategories = new[]
{
"string",
},
BlockConnectHostSniMismatch = false,
BlockDomainFrontingApps = new[]
{
"string",
},
BlockDomainFrontingOnHostHeader = false,
BlockHttpTunnelOnNonHttpPorts = false,
BlockNonCompliantHttpRequestOnHttpPorts = false,
BlockNonHttpOnHttpPortEnabled = false,
CascadeUrlFiltering = false,
DigestAuthBypassApps = new[]
{
"string",
},
DigestAuthBypassUrlCategories = new[]
{
"string",
},
DigestAuthBypassUrls = new[]
{
"string",
},
DnsResolutionOnTransparentProxyApps = new[]
{
"string",
},
DnsResolutionOnTransparentProxyExemptApps = new[]
{
"string",
},
DnsResolutionOnTransparentProxyExemptUrlCategories = new[]
{
"string",
},
DnsResolutionOnTransparentProxyExemptUrls = new[]
{
"string",
},
DnsResolutionOnTransparentProxyIpv6Apps = new[]
{
"string",
},
DnsResolutionOnTransparentProxyIpv6ExemptApps = new[]
{
"string",
},
DnsResolutionOnTransparentProxyIpv6ExemptUrlCategories = new[]
{
"string",
},
DnsResolutionOnTransparentProxyIpv6UrlCategories = new[]
{
"string",
},
DnsResolutionOnTransparentProxyUrlCategories = new[]
{
"string",
},
DnsResolutionOnTransparentProxyUrls = new[]
{
"string",
},
DomainFrontingBypassUrlCategories = new[]
{
"string",
},
DynamicUserRiskEnabled = false,
EcsForAllEnabled = false,
EnableAdminRankAccess = false,
EnableDnsResolutionOnTransparentProxy = false,
EnableEvaluatePolicyOnGlobalSslBypass = false,
EnableIpv6DnsOptimizationOnAllTransparentProxy = false,
EnableIpv6DnsResolutionOnTransparentProxy = false,
EnableOffice365 = false,
EnablePolicyForUnauthenticatedTraffic = false,
EnforceSurrogateIpForWindowsApp = false,
Http2NonbrowserTrafficEnabled = false,
HttpRangeHeaderRemoveUrlCategories = new[]
{
"string",
},
KerberosBypassApps = new[]
{
"string",
},
KerberosBypassUrlCategories = new[]
{
"string",
},
KerberosBypassUrls = new[]
{
"string",
},
LogInternalIp = false,
PreferSniOverConnHost = false,
PreferSniOverConnHostApps = new[]
{
"string",
},
SipaXffHeaderEnabled = false,
SniDnsOptimizationBypassUrlCategories = new[]
{
"string",
},
TrackHttpTunnelOnHttpPorts = false,
UiSessionTimeout = 0,
ZscalerClientConnector1AndPacRoadWarriorInFirewall = false,
});
example, err := zia.NewAdvancedSettings(ctx, "advancedSettingsResource", &zia.AdvancedSettingsArgs{
AuthBypassApps: pulumi.StringArray{
pulumi.String("string"),
},
AuthBypassUrlCategories: pulumi.StringArray{
pulumi.String("string"),
},
AuthBypassUrls: pulumi.StringArray{
pulumi.String("string"),
},
BasicBypassApps: pulumi.StringArray{
pulumi.String("string"),
},
BasicBypassUrlCategories: pulumi.StringArray{
pulumi.String("string"),
},
BlockConnectHostSniMismatch: pulumi.Bool(false),
BlockDomainFrontingApps: pulumi.StringArray{
pulumi.String("string"),
},
BlockDomainFrontingOnHostHeader: pulumi.Bool(false),
BlockHttpTunnelOnNonHttpPorts: pulumi.Bool(false),
BlockNonCompliantHttpRequestOnHttpPorts: pulumi.Bool(false),
BlockNonHttpOnHttpPortEnabled: pulumi.Bool(false),
CascadeUrlFiltering: pulumi.Bool(false),
DigestAuthBypassApps: pulumi.StringArray{
pulumi.String("string"),
},
DigestAuthBypassUrlCategories: pulumi.StringArray{
pulumi.String("string"),
},
DigestAuthBypassUrls: pulumi.StringArray{
pulumi.String("string"),
},
DnsResolutionOnTransparentProxyApps: pulumi.StringArray{
pulumi.String("string"),
},
DnsResolutionOnTransparentProxyExemptApps: pulumi.StringArray{
pulumi.String("string"),
},
DnsResolutionOnTransparentProxyExemptUrlCategories: pulumi.StringArray{
pulumi.String("string"),
},
DnsResolutionOnTransparentProxyExemptUrls: pulumi.StringArray{
pulumi.String("string"),
},
DnsResolutionOnTransparentProxyIpv6Apps: pulumi.StringArray{
pulumi.String("string"),
},
DnsResolutionOnTransparentProxyIpv6ExemptApps: pulumi.StringArray{
pulumi.String("string"),
},
DnsResolutionOnTransparentProxyIpv6ExemptUrlCategories: pulumi.StringArray{
pulumi.String("string"),
},
DnsResolutionOnTransparentProxyIpv6UrlCategories: pulumi.StringArray{
pulumi.String("string"),
},
DnsResolutionOnTransparentProxyUrlCategories: pulumi.StringArray{
pulumi.String("string"),
},
DnsResolutionOnTransparentProxyUrls: pulumi.StringArray{
pulumi.String("string"),
},
DomainFrontingBypassUrlCategories: pulumi.StringArray{
pulumi.String("string"),
},
DynamicUserRiskEnabled: pulumi.Bool(false),
EcsForAllEnabled: pulumi.Bool(false),
EnableAdminRankAccess: pulumi.Bool(false),
EnableDnsResolutionOnTransparentProxy: pulumi.Bool(false),
EnableEvaluatePolicyOnGlobalSslBypass: pulumi.Bool(false),
EnableIpv6DnsOptimizationOnAllTransparentProxy: pulumi.Bool(false),
EnableIpv6DnsResolutionOnTransparentProxy: pulumi.Bool(false),
EnableOffice365: pulumi.Bool(false),
EnablePolicyForUnauthenticatedTraffic: pulumi.Bool(false),
EnforceSurrogateIpForWindowsApp: pulumi.Bool(false),
Http2NonbrowserTrafficEnabled: pulumi.Bool(false),
HttpRangeHeaderRemoveUrlCategories: pulumi.StringArray{
pulumi.String("string"),
},
KerberosBypassApps: pulumi.StringArray{
pulumi.String("string"),
},
KerberosBypassUrlCategories: pulumi.StringArray{
pulumi.String("string"),
},
KerberosBypassUrls: pulumi.StringArray{
pulumi.String("string"),
},
LogInternalIp: pulumi.Bool(false),
PreferSniOverConnHost: pulumi.Bool(false),
PreferSniOverConnHostApps: pulumi.StringArray{
pulumi.String("string"),
},
SipaXffHeaderEnabled: pulumi.Bool(false),
SniDnsOptimizationBypassUrlCategories: pulumi.StringArray{
pulumi.String("string"),
},
TrackHttpTunnelOnHttpPorts: pulumi.Bool(false),
UiSessionTimeout: pulumi.Int(0),
ZscalerClientConnector1AndPacRoadWarriorInFirewall: pulumi.Bool(false),
})
var advancedSettingsResource = new AdvancedSettings("advancedSettingsResource", AdvancedSettingsArgs.builder()
.authBypassApps("string")
.authBypassUrlCategories("string")
.authBypassUrls("string")
.basicBypassApps("string")
.basicBypassUrlCategories("string")
.blockConnectHostSniMismatch(false)
.blockDomainFrontingApps("string")
.blockDomainFrontingOnHostHeader(false)
.blockHttpTunnelOnNonHttpPorts(false)
.blockNonCompliantHttpRequestOnHttpPorts(false)
.blockNonHttpOnHttpPortEnabled(false)
.cascadeUrlFiltering(false)
.digestAuthBypassApps("string")
.digestAuthBypassUrlCategories("string")
.digestAuthBypassUrls("string")
.dnsResolutionOnTransparentProxyApps("string")
.dnsResolutionOnTransparentProxyExemptApps("string")
.dnsResolutionOnTransparentProxyExemptUrlCategories("string")
.dnsResolutionOnTransparentProxyExemptUrls("string")
.dnsResolutionOnTransparentProxyIpv6Apps("string")
.dnsResolutionOnTransparentProxyIpv6ExemptApps("string")
.dnsResolutionOnTransparentProxyIpv6ExemptUrlCategories("string")
.dnsResolutionOnTransparentProxyIpv6UrlCategories("string")
.dnsResolutionOnTransparentProxyUrlCategories("string")
.dnsResolutionOnTransparentProxyUrls("string")
.domainFrontingBypassUrlCategories("string")
.dynamicUserRiskEnabled(false)
.ecsForAllEnabled(false)
.enableAdminRankAccess(false)
.enableDnsResolutionOnTransparentProxy(false)
.enableEvaluatePolicyOnGlobalSslBypass(false)
.enableIpv6DnsOptimizationOnAllTransparentProxy(false)
.enableIpv6DnsResolutionOnTransparentProxy(false)
.enableOffice365(false)
.enablePolicyForUnauthenticatedTraffic(false)
.enforceSurrogateIpForWindowsApp(false)
.http2NonbrowserTrafficEnabled(false)
.httpRangeHeaderRemoveUrlCategories("string")
.kerberosBypassApps("string")
.kerberosBypassUrlCategories("string")
.kerberosBypassUrls("string")
.logInternalIp(false)
.preferSniOverConnHost(false)
.preferSniOverConnHostApps("string")
.sipaXffHeaderEnabled(false)
.sniDnsOptimizationBypassUrlCategories("string")
.trackHttpTunnelOnHttpPorts(false)
.uiSessionTimeout(0)
.zscalerClientConnector1AndPacRoadWarriorInFirewall(false)
.build());
advanced_settings_resource = zia.AdvancedSettings("advancedSettingsResource",
auth_bypass_apps=["string"],
auth_bypass_url_categories=["string"],
auth_bypass_urls=["string"],
basic_bypass_apps=["string"],
basic_bypass_url_categories=["string"],
block_connect_host_sni_mismatch=False,
block_domain_fronting_apps=["string"],
block_domain_fronting_on_host_header=False,
block_http_tunnel_on_non_http_ports=False,
block_non_compliant_http_request_on_http_ports=False,
block_non_http_on_http_port_enabled=False,
cascade_url_filtering=False,
digest_auth_bypass_apps=["string"],
digest_auth_bypass_url_categories=["string"],
digest_auth_bypass_urls=["string"],
dns_resolution_on_transparent_proxy_apps=["string"],
dns_resolution_on_transparent_proxy_exempt_apps=["string"],
dns_resolution_on_transparent_proxy_exempt_url_categories=["string"],
dns_resolution_on_transparent_proxy_exempt_urls=["string"],
dns_resolution_on_transparent_proxy_ipv6_apps=["string"],
dns_resolution_on_transparent_proxy_ipv6_exempt_apps=["string"],
dns_resolution_on_transparent_proxy_ipv6_exempt_url_categories=["string"],
dns_resolution_on_transparent_proxy_ipv6_url_categories=["string"],
dns_resolution_on_transparent_proxy_url_categories=["string"],
dns_resolution_on_transparent_proxy_urls=["string"],
domain_fronting_bypass_url_categories=["string"],
dynamic_user_risk_enabled=False,
ecs_for_all_enabled=False,
enable_admin_rank_access=False,
enable_dns_resolution_on_transparent_proxy=False,
enable_evaluate_policy_on_global_ssl_bypass=False,
enable_ipv6_dns_optimization_on_all_transparent_proxy=False,
enable_ipv6_dns_resolution_on_transparent_proxy=False,
enable_office365=False,
enable_policy_for_unauthenticated_traffic=False,
enforce_surrogate_ip_for_windows_app=False,
http2_nonbrowser_traffic_enabled=False,
http_range_header_remove_url_categories=["string"],
kerberos_bypass_apps=["string"],
kerberos_bypass_url_categories=["string"],
kerberos_bypass_urls=["string"],
log_internal_ip=False,
prefer_sni_over_conn_host=False,
prefer_sni_over_conn_host_apps=["string"],
sipa_xff_header_enabled=False,
sni_dns_optimization_bypass_url_categories=["string"],
track_http_tunnel_on_http_ports=False,
ui_session_timeout=0,
zscaler_client_connector1_and_pac_road_warrior_in_firewall=False)
const advancedSettingsResource = new zia.AdvancedSettings("advancedSettingsResource", {
authBypassApps: ["string"],
authBypassUrlCategories: ["string"],
authBypassUrls: ["string"],
basicBypassApps: ["string"],
basicBypassUrlCategories: ["string"],
blockConnectHostSniMismatch: false,
blockDomainFrontingApps: ["string"],
blockDomainFrontingOnHostHeader: false,
blockHttpTunnelOnNonHttpPorts: false,
blockNonCompliantHttpRequestOnHttpPorts: false,
blockNonHttpOnHttpPortEnabled: false,
cascadeUrlFiltering: false,
digestAuthBypassApps: ["string"],
digestAuthBypassUrlCategories: ["string"],
digestAuthBypassUrls: ["string"],
dnsResolutionOnTransparentProxyApps: ["string"],
dnsResolutionOnTransparentProxyExemptApps: ["string"],
dnsResolutionOnTransparentProxyExemptUrlCategories: ["string"],
dnsResolutionOnTransparentProxyExemptUrls: ["string"],
dnsResolutionOnTransparentProxyIpv6Apps: ["string"],
dnsResolutionOnTransparentProxyIpv6ExemptApps: ["string"],
dnsResolutionOnTransparentProxyIpv6ExemptUrlCategories: ["string"],
dnsResolutionOnTransparentProxyIpv6UrlCategories: ["string"],
dnsResolutionOnTransparentProxyUrlCategories: ["string"],
dnsResolutionOnTransparentProxyUrls: ["string"],
domainFrontingBypassUrlCategories: ["string"],
dynamicUserRiskEnabled: false,
ecsForAllEnabled: false,
enableAdminRankAccess: false,
enableDnsResolutionOnTransparentProxy: false,
enableEvaluatePolicyOnGlobalSslBypass: false,
enableIpv6DnsOptimizationOnAllTransparentProxy: false,
enableIpv6DnsResolutionOnTransparentProxy: false,
enableOffice365: false,
enablePolicyForUnauthenticatedTraffic: false,
enforceSurrogateIpForWindowsApp: false,
http2NonbrowserTrafficEnabled: false,
httpRangeHeaderRemoveUrlCategories: ["string"],
kerberosBypassApps: ["string"],
kerberosBypassUrlCategories: ["string"],
kerberosBypassUrls: ["string"],
logInternalIp: false,
preferSniOverConnHost: false,
preferSniOverConnHostApps: ["string"],
sipaXffHeaderEnabled: false,
sniDnsOptimizationBypassUrlCategories: ["string"],
trackHttpTunnelOnHttpPorts: false,
uiSessionTimeout: 0,
zscalerClientConnector1AndPacRoadWarriorInFirewall: false,
});
type: zia:AdvancedSettings
properties:
authBypassApps:
- string
authBypassUrlCategories:
- string
authBypassUrls:
- string
basicBypassApps:
- string
basicBypassUrlCategories:
- string
blockConnectHostSniMismatch: false
blockDomainFrontingApps:
- string
blockDomainFrontingOnHostHeader: false
blockHttpTunnelOnNonHttpPorts: false
blockNonCompliantHttpRequestOnHttpPorts: false
blockNonHttpOnHttpPortEnabled: false
cascadeUrlFiltering: false
digestAuthBypassApps:
- string
digestAuthBypassUrlCategories:
- string
digestAuthBypassUrls:
- string
dnsResolutionOnTransparentProxyApps:
- string
dnsResolutionOnTransparentProxyExemptApps:
- string
dnsResolutionOnTransparentProxyExemptUrlCategories:
- string
dnsResolutionOnTransparentProxyExemptUrls:
- string
dnsResolutionOnTransparentProxyIpv6Apps:
- string
dnsResolutionOnTransparentProxyIpv6ExemptApps:
- string
dnsResolutionOnTransparentProxyIpv6ExemptUrlCategories:
- string
dnsResolutionOnTransparentProxyIpv6UrlCategories:
- string
dnsResolutionOnTransparentProxyUrlCategories:
- string
dnsResolutionOnTransparentProxyUrls:
- string
domainFrontingBypassUrlCategories:
- string
dynamicUserRiskEnabled: false
ecsForAllEnabled: false
enableAdminRankAccess: false
enableDnsResolutionOnTransparentProxy: false
enableEvaluatePolicyOnGlobalSslBypass: false
enableIpv6DnsOptimizationOnAllTransparentProxy: false
enableIpv6DnsResolutionOnTransparentProxy: false
enableOffice365: false
enablePolicyForUnauthenticatedTraffic: false
enforceSurrogateIpForWindowsApp: false
http2NonbrowserTrafficEnabled: false
httpRangeHeaderRemoveUrlCategories:
- string
kerberosBypassApps:
- string
kerberosBypassUrlCategories:
- string
kerberosBypassUrls:
- string
logInternalIp: false
preferSniOverConnHost: false
preferSniOverConnHostApps:
- string
sipaXffHeaderEnabled: false
sniDnsOptimizationBypassUrlCategories:
- string
trackHttpTunnelOnHttpPorts: false
uiSessionTimeout: 0
zscalerClientConnector1AndPacRoadWarriorInFirewall: false
AdvancedSettings Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The AdvancedSettings resource accepts the following input properties:
- Auth
Bypass List<string>Apps - Cloud applications that are exempted from cookie authentication
- Auth
Bypass List<string>Url Categories - URL categories that are exempted from cookie authentication
- Auth
Bypass List<string>Urls - Custom URLs that are exempted from cookie authentication for users
- Basic
Bypass List<string>Apps - Cloud applications that are exempted from Basic authentication
- Basic
Bypass List<string>Url Categories - URL categories that are exempted from Basic authentication
- Block
Connect boolHost Sni Mismatch - Value indicating whether CONNECT host and SNI mismatch (i.e., CONNECT host doesn't match the SSL/TLS client hello SNI) is blocked or not
- Block
Domain List<string>Fronting Apps - Applications which are subjected to Domain Fronting
- Block
Domain boolFronting On Host Header - Value indicating whether to block or allow HTTP/S transactions in which the FQDN of the request URL is different than the FQDN of the request's host header
- Block
Http boolTunnel On Non Http Ports - Value indicating whether HTTP CONNECT method requests to non-standard ports are allowed or not (i.e., requests directed to ports other than the standard HTTP/S ports 80 and 443)
- Block
Non boolCompliant Http Request On Http Ports - Value indicating whether to allow or block traffic that is not compliant with RFC HTTP protocol standards
- Block
Non boolHttp On Http Port Enabled - Value indicating whether non-HTTP Traffic on HTTP/S ports are allowed or blocked
- Cascade
Url boolFiltering - Value indicating whether to apply the URL Filtering policy even when the Cloud App Control policy already allows a transaction explicitly
- Digest
Auth List<string>Bypass Apps - Cloud applications that are exempted from Digest authentication
- Digest
Auth List<string>Bypass Url Categories - URL categories that are exempted from Digest authentication
- Digest
Auth List<string>Bypass Urls - Custom URLs that are exempted from Digest authentication. Cloud applications that are exempted from Digest authentication
- Dns
Resolution List<string>On Transparent Proxy Apps - Cloud applications to which DNS optimization on transparent proxy mode applies
- Dns
Resolution List<string>On Transparent Proxy Exempt Apps - Cloud applications that are excluded from DNS optimization on transparent proxy mode
- Dns
Resolution List<string>On Transparent Proxy Exempt Url Categories - Dns
Resolution List<string>On Transparent Proxy Exempt Urls - URLs that are excluded from DNS optimization on transparent proxy mode
- Dns
Resolution List<string>On Transparent Proxy Ipv6Apps - Cloud applications to which DNS optimization for IPv6 addresses on transparent proxy mode applies
- Dns
Resolution List<string>On Transparent Proxy Ipv6Exempt Apps - Cloud applications that are excluded from DNS optimization for IPv6 addresses on transparent proxy mode
- Dns
Resolution List<string>On Transparent Proxy Ipv6Exempt Url Categories - Dns
Resolution List<string>On Transparent Proxy Ipv6Url Categories - IPv6 URL categories to which DNS optimization on transparent proxy mode applies
- Dns
Resolution List<string>On Transparent Proxy Url Categories - URL categories to which DNS optimization on transparent proxy mode applies
- Dns
Resolution List<string>On Transparent Proxy Urls - URLs to which DNS optimization on transparent proxy mode applies
- Domain
Fronting List<string>Bypass Url Categories - URL categories that are exempted from domain fronting
- Dynamic
User boolRisk Enabled - Value indicating whether to dynamically update user risk score by tracking risky user activities in real time
- Ecs
For boolAll Enabled - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- Enable
Admin boolRank Access - Value indicating whether ranks are enabled for admins to allow admin ranks in policy configuration and management
- Enable
Dns boolResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for Z-Tunnel 2.0 and transparent proxy mode traffic (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- Enable
Evaluate boolPolicy On Global Ssl Bypass - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- Enable
Ipv6Dns boolOptimization On All Transparent Proxy - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- Enable
Ipv6Dns boolResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for IPv6 connections to dual-stack or IPv6-only destinations sent via Z-Tunnel 2.0 and transparent proxy proxy mode (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- Enable
Office365 bool - Value indicating whether Microsoft Office 365 One Click Configuration is enabled or not
- Enable
Policy boolFor Unauthenticated Traffic - Value indicating whether policies that include user and department criteria can be configured and applied for unauthenticated traffic
- Enforce
Surrogate boolIp For Windows App - Enforce Surrogate IP authentication for Windows app traffic
- Http2Nonbrowser
Traffic boolEnabled - Value indicating whether or not HTTP/2 should be the default web protocol for accessing various applications at your organizational level
- Http
Range List<string>Header Remove Url Categories - URL categories for which HTTP range headers must be removed
- Kerberos
Bypass List<string>Apps - Cloud applications that are exempted from Kerberos authentication
- Kerberos
Bypass List<string>Url Categories - URL categories that are exempted from Kerberos authentication
- Kerberos
Bypass List<string>Urls - Custom URLs that are exempted from Kerberos authentication
- Log
Internal boolIp - Value indicating whether to log internal IP address present in X-Forwarded-For (XFF) proxy header or not
- Prefer
Sni boolOver Conn Host - Value indicating whether or not to use the SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections
- Prefer
Sni List<string>Over Conn Host Apps - Applications that are exempted from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- Sipa
Xff boolHeader Enabled - Value indicating whether or not to insert XFF header to all traffic forwarded from ZIA to ZPA, including source IP-anchored and ZIA-inspected ZPA application traffic.
- Sni
Dns List<string>Optimization Bypass Url Categories - URL categories that are excluded from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- Track
Http boolTunnel On Http Ports - Value indicating whether to apply configured policies on tunneled HTTP traffic sent via a CONNECT method request on port 80
- Ui
Session intTimeout - Specifies the login session timeout for admins accessing the ZIA Admin Portal
- Zscaler
Client boolConnector1And Pac Road Warrior In Firewall - Value indicating whether to apply the Firewall rules configured without a specified location criteria (or with the Road Warrior location) to remote user traffic forwarded via Z-Tunnel 1.0 or PAC files
- Auth
Bypass []stringApps - Cloud applications that are exempted from cookie authentication
- Auth
Bypass []stringUrl Categories - URL categories that are exempted from cookie authentication
- Auth
Bypass []stringUrls - Custom URLs that are exempted from cookie authentication for users
- Basic
Bypass []stringApps - Cloud applications that are exempted from Basic authentication
- Basic
Bypass []stringUrl Categories - URL categories that are exempted from Basic authentication
- Block
Connect boolHost Sni Mismatch - Value indicating whether CONNECT host and SNI mismatch (i.e., CONNECT host doesn't match the SSL/TLS client hello SNI) is blocked or not
- Block
Domain []stringFronting Apps - Applications which are subjected to Domain Fronting
- Block
Domain boolFronting On Host Header - Value indicating whether to block or allow HTTP/S transactions in which the FQDN of the request URL is different than the FQDN of the request's host header
- Block
Http boolTunnel On Non Http Ports - Value indicating whether HTTP CONNECT method requests to non-standard ports are allowed or not (i.e., requests directed to ports other than the standard HTTP/S ports 80 and 443)
- Block
Non boolCompliant Http Request On Http Ports - Value indicating whether to allow or block traffic that is not compliant with RFC HTTP protocol standards
- Block
Non boolHttp On Http Port Enabled - Value indicating whether non-HTTP Traffic on HTTP/S ports are allowed or blocked
- Cascade
Url boolFiltering - Value indicating whether to apply the URL Filtering policy even when the Cloud App Control policy already allows a transaction explicitly
- Digest
Auth []stringBypass Apps - Cloud applications that are exempted from Digest authentication
- Digest
Auth []stringBypass Url Categories - URL categories that are exempted from Digest authentication
- Digest
Auth []stringBypass Urls - Custom URLs that are exempted from Digest authentication. Cloud applications that are exempted from Digest authentication
- Dns
Resolution []stringOn Transparent Proxy Apps - Cloud applications to which DNS optimization on transparent proxy mode applies
- Dns
Resolution []stringOn Transparent Proxy Exempt Apps - Cloud applications that are excluded from DNS optimization on transparent proxy mode
- Dns
Resolution []stringOn Transparent Proxy Exempt Url Categories - Dns
Resolution []stringOn Transparent Proxy Exempt Urls - URLs that are excluded from DNS optimization on transparent proxy mode
- Dns
Resolution []stringOn Transparent Proxy Ipv6Apps - Cloud applications to which DNS optimization for IPv6 addresses on transparent proxy mode applies
- Dns
Resolution []stringOn Transparent Proxy Ipv6Exempt Apps - Cloud applications that are excluded from DNS optimization for IPv6 addresses on transparent proxy mode
- Dns
Resolution []stringOn Transparent Proxy Ipv6Exempt Url Categories - Dns
Resolution []stringOn Transparent Proxy Ipv6Url Categories - IPv6 URL categories to which DNS optimization on transparent proxy mode applies
- Dns
Resolution []stringOn Transparent Proxy Url Categories - URL categories to which DNS optimization on transparent proxy mode applies
- Dns
Resolution []stringOn Transparent Proxy Urls - URLs to which DNS optimization on transparent proxy mode applies
- Domain
Fronting []stringBypass Url Categories - URL categories that are exempted from domain fronting
- Dynamic
User boolRisk Enabled - Value indicating whether to dynamically update user risk score by tracking risky user activities in real time
- Ecs
For boolAll Enabled - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- Enable
Admin boolRank Access - Value indicating whether ranks are enabled for admins to allow admin ranks in policy configuration and management
- Enable
Dns boolResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for Z-Tunnel 2.0 and transparent proxy mode traffic (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- Enable
Evaluate boolPolicy On Global Ssl Bypass - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- Enable
Ipv6Dns boolOptimization On All Transparent Proxy - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- Enable
Ipv6Dns boolResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for IPv6 connections to dual-stack or IPv6-only destinations sent via Z-Tunnel 2.0 and transparent proxy proxy mode (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- Enable
Office365 bool - Value indicating whether Microsoft Office 365 One Click Configuration is enabled or not
- Enable
Policy boolFor Unauthenticated Traffic - Value indicating whether policies that include user and department criteria can be configured and applied for unauthenticated traffic
- Enforce
Surrogate boolIp For Windows App - Enforce Surrogate IP authentication for Windows app traffic
- Http2Nonbrowser
Traffic boolEnabled - Value indicating whether or not HTTP/2 should be the default web protocol for accessing various applications at your organizational level
- Http
Range []stringHeader Remove Url Categories - URL categories for which HTTP range headers must be removed
- Kerberos
Bypass []stringApps - Cloud applications that are exempted from Kerberos authentication
- Kerberos
Bypass []stringUrl Categories - URL categories that are exempted from Kerberos authentication
- Kerberos
Bypass []stringUrls - Custom URLs that are exempted from Kerberos authentication
- Log
Internal boolIp - Value indicating whether to log internal IP address present in X-Forwarded-For (XFF) proxy header or not
- Prefer
Sni boolOver Conn Host - Value indicating whether or not to use the SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections
- Prefer
Sni []stringOver Conn Host Apps - Applications that are exempted from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- Sipa
Xff boolHeader Enabled - Value indicating whether or not to insert XFF header to all traffic forwarded from ZIA to ZPA, including source IP-anchored and ZIA-inspected ZPA application traffic.
- Sni
Dns []stringOptimization Bypass Url Categories - URL categories that are excluded from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- Track
Http boolTunnel On Http Ports - Value indicating whether to apply configured policies on tunneled HTTP traffic sent via a CONNECT method request on port 80
- Ui
Session intTimeout - Specifies the login session timeout for admins accessing the ZIA Admin Portal
- Zscaler
Client boolConnector1And Pac Road Warrior In Firewall - Value indicating whether to apply the Firewall rules configured without a specified location criteria (or with the Road Warrior location) to remote user traffic forwarded via Z-Tunnel 1.0 or PAC files
- auth
Bypass List<String>Apps - Cloud applications that are exempted from cookie authentication
- auth
Bypass List<String>Url Categories - URL categories that are exempted from cookie authentication
- auth
Bypass List<String>Urls - Custom URLs that are exempted from cookie authentication for users
- basic
Bypass List<String>Apps - Cloud applications that are exempted from Basic authentication
- basic
Bypass List<String>Url Categories - URL categories that are exempted from Basic authentication
- block
Connect BooleanHost Sni Mismatch - Value indicating whether CONNECT host and SNI mismatch (i.e., CONNECT host doesn't match the SSL/TLS client hello SNI) is blocked or not
- block
Domain List<String>Fronting Apps - Applications which are subjected to Domain Fronting
- block
Domain BooleanFronting On Host Header - Value indicating whether to block or allow HTTP/S transactions in which the FQDN of the request URL is different than the FQDN of the request's host header
- block
Http BooleanTunnel On Non Http Ports - Value indicating whether HTTP CONNECT method requests to non-standard ports are allowed or not (i.e., requests directed to ports other than the standard HTTP/S ports 80 and 443)
- block
Non BooleanCompliant Http Request On Http Ports - Value indicating whether to allow or block traffic that is not compliant with RFC HTTP protocol standards
- block
Non BooleanHttp On Http Port Enabled - Value indicating whether non-HTTP Traffic on HTTP/S ports are allowed or blocked
- cascade
Url BooleanFiltering - Value indicating whether to apply the URL Filtering policy even when the Cloud App Control policy already allows a transaction explicitly
- digest
Auth List<String>Bypass Apps - Cloud applications that are exempted from Digest authentication
- digest
Auth List<String>Bypass Url Categories - URL categories that are exempted from Digest authentication
- digest
Auth List<String>Bypass Urls - Custom URLs that are exempted from Digest authentication. Cloud applications that are exempted from Digest authentication
- dns
Resolution List<String>On Transparent Proxy Apps - Cloud applications to which DNS optimization on transparent proxy mode applies
- dns
Resolution List<String>On Transparent Proxy Exempt Apps - Cloud applications that are excluded from DNS optimization on transparent proxy mode
- dns
Resolution List<String>On Transparent Proxy Exempt Url Categories - dns
Resolution List<String>On Transparent Proxy Exempt Urls - URLs that are excluded from DNS optimization on transparent proxy mode
- dns
Resolution List<String>On Transparent Proxy Ipv6Apps - Cloud applications to which DNS optimization for IPv6 addresses on transparent proxy mode applies
- dns
Resolution List<String>On Transparent Proxy Ipv6Exempt Apps - Cloud applications that are excluded from DNS optimization for IPv6 addresses on transparent proxy mode
- dns
Resolution List<String>On Transparent Proxy Ipv6Exempt Url Categories - dns
Resolution List<String>On Transparent Proxy Ipv6Url Categories - IPv6 URL categories to which DNS optimization on transparent proxy mode applies
- dns
Resolution List<String>On Transparent Proxy Url Categories - URL categories to which DNS optimization on transparent proxy mode applies
- dns
Resolution List<String>On Transparent Proxy Urls - URLs to which DNS optimization on transparent proxy mode applies
- domain
Fronting List<String>Bypass Url Categories - URL categories that are exempted from domain fronting
- dynamic
User BooleanRisk Enabled - Value indicating whether to dynamically update user risk score by tracking risky user activities in real time
- ecs
For BooleanAll Enabled - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- enable
Admin BooleanRank Access - Value indicating whether ranks are enabled for admins to allow admin ranks in policy configuration and management
- enable
Dns BooleanResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for Z-Tunnel 2.0 and transparent proxy mode traffic (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- enable
Evaluate BooleanPolicy On Global Ssl Bypass - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- enable
Ipv6Dns BooleanOptimization On All Transparent Proxy - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- enable
Ipv6Dns BooleanResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for IPv6 connections to dual-stack or IPv6-only destinations sent via Z-Tunnel 2.0 and transparent proxy proxy mode (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- enable
Office365 Boolean - Value indicating whether Microsoft Office 365 One Click Configuration is enabled or not
- enable
Policy BooleanFor Unauthenticated Traffic - Value indicating whether policies that include user and department criteria can be configured and applied for unauthenticated traffic
- enforce
Surrogate BooleanIp For Windows App - Enforce Surrogate IP authentication for Windows app traffic
- http2Nonbrowser
Traffic BooleanEnabled - Value indicating whether or not HTTP/2 should be the default web protocol for accessing various applications at your organizational level
- http
Range List<String>Header Remove Url Categories - URL categories for which HTTP range headers must be removed
- kerberos
Bypass List<String>Apps - Cloud applications that are exempted from Kerberos authentication
- kerberos
Bypass List<String>Url Categories - URL categories that are exempted from Kerberos authentication
- kerberos
Bypass List<String>Urls - Custom URLs that are exempted from Kerberos authentication
- log
Internal BooleanIp - Value indicating whether to log internal IP address present in X-Forwarded-For (XFF) proxy header or not
- prefer
Sni BooleanOver Conn Host - Value indicating whether or not to use the SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections
- prefer
Sni List<String>Over Conn Host Apps - Applications that are exempted from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- sipa
Xff BooleanHeader Enabled - Value indicating whether or not to insert XFF header to all traffic forwarded from ZIA to ZPA, including source IP-anchored and ZIA-inspected ZPA application traffic.
- sni
Dns List<String>Optimization Bypass Url Categories - URL categories that are excluded from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- track
Http BooleanTunnel On Http Ports - Value indicating whether to apply configured policies on tunneled HTTP traffic sent via a CONNECT method request on port 80
- ui
Session IntegerTimeout - Specifies the login session timeout for admins accessing the ZIA Admin Portal
- zscaler
Client BooleanConnector1And Pac Road Warrior In Firewall - Value indicating whether to apply the Firewall rules configured without a specified location criteria (or with the Road Warrior location) to remote user traffic forwarded via Z-Tunnel 1.0 or PAC files
- auth
Bypass string[]Apps - Cloud applications that are exempted from cookie authentication
- auth
Bypass string[]Url Categories - URL categories that are exempted from cookie authentication
- auth
Bypass string[]Urls - Custom URLs that are exempted from cookie authentication for users
- basic
Bypass string[]Apps - Cloud applications that are exempted from Basic authentication
- basic
Bypass string[]Url Categories - URL categories that are exempted from Basic authentication
- block
Connect booleanHost Sni Mismatch - Value indicating whether CONNECT host and SNI mismatch (i.e., CONNECT host doesn't match the SSL/TLS client hello SNI) is blocked or not
- block
Domain string[]Fronting Apps - Applications which are subjected to Domain Fronting
- block
Domain booleanFronting On Host Header - Value indicating whether to block or allow HTTP/S transactions in which the FQDN of the request URL is different than the FQDN of the request's host header
- block
Http booleanTunnel On Non Http Ports - Value indicating whether HTTP CONNECT method requests to non-standard ports are allowed or not (i.e., requests directed to ports other than the standard HTTP/S ports 80 and 443)
- block
Non booleanCompliant Http Request On Http Ports - Value indicating whether to allow or block traffic that is not compliant with RFC HTTP protocol standards
- block
Non booleanHttp On Http Port Enabled - Value indicating whether non-HTTP Traffic on HTTP/S ports are allowed or blocked
- cascade
Url booleanFiltering - Value indicating whether to apply the URL Filtering policy even when the Cloud App Control policy already allows a transaction explicitly
- digest
Auth string[]Bypass Apps - Cloud applications that are exempted from Digest authentication
- digest
Auth string[]Bypass Url Categories - URL categories that are exempted from Digest authentication
- digest
Auth string[]Bypass Urls - Custom URLs that are exempted from Digest authentication. Cloud applications that are exempted from Digest authentication
- dns
Resolution string[]On Transparent Proxy Apps - Cloud applications to which DNS optimization on transparent proxy mode applies
- dns
Resolution string[]On Transparent Proxy Exempt Apps - Cloud applications that are excluded from DNS optimization on transparent proxy mode
- dns
Resolution string[]On Transparent Proxy Exempt Url Categories - dns
Resolution string[]On Transparent Proxy Exempt Urls - URLs that are excluded from DNS optimization on transparent proxy mode
- dns
Resolution string[]On Transparent Proxy Ipv6Apps - Cloud applications to which DNS optimization for IPv6 addresses on transparent proxy mode applies
- dns
Resolution string[]On Transparent Proxy Ipv6Exempt Apps - Cloud applications that are excluded from DNS optimization for IPv6 addresses on transparent proxy mode
- dns
Resolution string[]On Transparent Proxy Ipv6Exempt Url Categories - dns
Resolution string[]On Transparent Proxy Ipv6Url Categories - IPv6 URL categories to which DNS optimization on transparent proxy mode applies
- dns
Resolution string[]On Transparent Proxy Url Categories - URL categories to which DNS optimization on transparent proxy mode applies
- dns
Resolution string[]On Transparent Proxy Urls - URLs to which DNS optimization on transparent proxy mode applies
- domain
Fronting string[]Bypass Url Categories - URL categories that are exempted from domain fronting
- dynamic
User booleanRisk Enabled - Value indicating whether to dynamically update user risk score by tracking risky user activities in real time
- ecs
For booleanAll Enabled - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- enable
Admin booleanRank Access - Value indicating whether ranks are enabled for admins to allow admin ranks in policy configuration and management
- enable
Dns booleanResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for Z-Tunnel 2.0 and transparent proxy mode traffic (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- enable
Evaluate booleanPolicy On Global Ssl Bypass - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- enable
Ipv6Dns booleanOptimization On All Transparent Proxy - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- enable
Ipv6Dns booleanResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for IPv6 connections to dual-stack or IPv6-only destinations sent via Z-Tunnel 2.0 and transparent proxy proxy mode (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- enable
Office365 boolean - Value indicating whether Microsoft Office 365 One Click Configuration is enabled or not
- enable
Policy booleanFor Unauthenticated Traffic - Value indicating whether policies that include user and department criteria can be configured and applied for unauthenticated traffic
- enforce
Surrogate booleanIp For Windows App - Enforce Surrogate IP authentication for Windows app traffic
- http2Nonbrowser
Traffic booleanEnabled - Value indicating whether or not HTTP/2 should be the default web protocol for accessing various applications at your organizational level
- http
Range string[]Header Remove Url Categories - URL categories for which HTTP range headers must be removed
- kerberos
Bypass string[]Apps - Cloud applications that are exempted from Kerberos authentication
- kerberos
Bypass string[]Url Categories - URL categories that are exempted from Kerberos authentication
- kerberos
Bypass string[]Urls - Custom URLs that are exempted from Kerberos authentication
- log
Internal booleanIp - Value indicating whether to log internal IP address present in X-Forwarded-For (XFF) proxy header or not
- prefer
Sni booleanOver Conn Host - Value indicating whether or not to use the SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections
- prefer
Sni string[]Over Conn Host Apps - Applications that are exempted from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- sipa
Xff booleanHeader Enabled - Value indicating whether or not to insert XFF header to all traffic forwarded from ZIA to ZPA, including source IP-anchored and ZIA-inspected ZPA application traffic.
- sni
Dns string[]Optimization Bypass Url Categories - URL categories that are excluded from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- track
Http booleanTunnel On Http Ports - Value indicating whether to apply configured policies on tunneled HTTP traffic sent via a CONNECT method request on port 80
- ui
Session numberTimeout - Specifies the login session timeout for admins accessing the ZIA Admin Portal
- zscaler
Client booleanConnector1And Pac Road Warrior In Firewall - Value indicating whether to apply the Firewall rules configured without a specified location criteria (or with the Road Warrior location) to remote user traffic forwarded via Z-Tunnel 1.0 or PAC files
- auth_
bypass_ Sequence[str]apps - Cloud applications that are exempted from cookie authentication
- auth_
bypass_ Sequence[str]url_ categories - URL categories that are exempted from cookie authentication
- auth_
bypass_ Sequence[str]urls - Custom URLs that are exempted from cookie authentication for users
- basic_
bypass_ Sequence[str]apps - Cloud applications that are exempted from Basic authentication
- basic_
bypass_ Sequence[str]url_ categories - URL categories that are exempted from Basic authentication
- block_
connect_ boolhost_ sni_ mismatch - Value indicating whether CONNECT host and SNI mismatch (i.e., CONNECT host doesn't match the SSL/TLS client hello SNI) is blocked or not
- block_
domain_ Sequence[str]fronting_ apps - Applications which are subjected to Domain Fronting
- block_
domain_ boolfronting_ on_ host_ header - Value indicating whether to block or allow HTTP/S transactions in which the FQDN of the request URL is different than the FQDN of the request's host header
- block_
http_ booltunnel_ on_ non_ http_ ports - Value indicating whether HTTP CONNECT method requests to non-standard ports are allowed or not (i.e., requests directed to ports other than the standard HTTP/S ports 80 and 443)
- block_
non_ boolcompliant_ http_ request_ on_ http_ ports - Value indicating whether to allow or block traffic that is not compliant with RFC HTTP protocol standards
- block_
non_ boolhttp_ on_ http_ port_ enabled - Value indicating whether non-HTTP Traffic on HTTP/S ports are allowed or blocked
- cascade_
url_ boolfiltering - Value indicating whether to apply the URL Filtering policy even when the Cloud App Control policy already allows a transaction explicitly
- digest_
auth_ Sequence[str]bypass_ apps - Cloud applications that are exempted from Digest authentication
- digest_
auth_ Sequence[str]bypass_ url_ categories - URL categories that are exempted from Digest authentication
- digest_
auth_ Sequence[str]bypass_ urls - Custom URLs that are exempted from Digest authentication. Cloud applications that are exempted from Digest authentication
- dns_
resolution_ Sequence[str]on_ transparent_ proxy_ apps - Cloud applications to which DNS optimization on transparent proxy mode applies
- dns_
resolution_ Sequence[str]on_ transparent_ proxy_ exempt_ apps - Cloud applications that are excluded from DNS optimization on transparent proxy mode
- dns_
resolution_ Sequence[str]on_ transparent_ proxy_ exempt_ url_ categories - dns_
resolution_ Sequence[str]on_ transparent_ proxy_ exempt_ urls - URLs that are excluded from DNS optimization on transparent proxy mode
- dns_
resolution_ Sequence[str]on_ transparent_ proxy_ ipv6_ apps - Cloud applications to which DNS optimization for IPv6 addresses on transparent proxy mode applies
- dns_
resolution_ Sequence[str]on_ transparent_ proxy_ ipv6_ exempt_ apps - Cloud applications that are excluded from DNS optimization for IPv6 addresses on transparent proxy mode
- dns_
resolution_ Sequence[str]on_ transparent_ proxy_ ipv6_ exempt_ url_ categories - dns_
resolution_ Sequence[str]on_ transparent_ proxy_ ipv6_ url_ categories - IPv6 URL categories to which DNS optimization on transparent proxy mode applies
- dns_
resolution_ Sequence[str]on_ transparent_ proxy_ url_ categories - URL categories to which DNS optimization on transparent proxy mode applies
- dns_
resolution_ Sequence[str]on_ transparent_ proxy_ urls - URLs to which DNS optimization on transparent proxy mode applies
- domain_
fronting_ Sequence[str]bypass_ url_ categories - URL categories that are exempted from domain fronting
- dynamic_
user_ boolrisk_ enabled - Value indicating whether to dynamically update user risk score by tracking risky user activities in real time
- ecs_
for_ boolall_ enabled - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- enable_
admin_ boolrank_ access - Value indicating whether ranks are enabled for admins to allow admin ranks in policy configuration and management
- enable_
dns_ boolresolution_ on_ transparent_ proxy - Value indicating whether DNS optimization is enabled or disabled for Z-Tunnel 2.0 and transparent proxy mode traffic (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- enable_
evaluate_ boolpolicy_ on_ global_ ssl_ bypass - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- enable_
ipv6_ booldns_ optimization_ on_ all_ transparent_ proxy - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- enable_
ipv6_ booldns_ resolution_ on_ transparent_ proxy - Value indicating whether DNS optimization is enabled or disabled for IPv6 connections to dual-stack or IPv6-only destinations sent via Z-Tunnel 2.0 and transparent proxy proxy mode (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- enable_
office365 bool - Value indicating whether Microsoft Office 365 One Click Configuration is enabled or not
- enable_
policy_ boolfor_ unauthenticated_ traffic - Value indicating whether policies that include user and department criteria can be configured and applied for unauthenticated traffic
- enforce_
surrogate_ boolip_ for_ windows_ app - Enforce Surrogate IP authentication for Windows app traffic
- http2_
nonbrowser_ booltraffic_ enabled - Value indicating whether or not HTTP/2 should be the default web protocol for accessing various applications at your organizational level
- http_
range_ Sequence[str]header_ remove_ url_ categories - URL categories for which HTTP range headers must be removed
- kerberos_
bypass_ Sequence[str]apps - Cloud applications that are exempted from Kerberos authentication
- kerberos_
bypass_ Sequence[str]url_ categories - URL categories that are exempted from Kerberos authentication
- kerberos_
bypass_ Sequence[str]urls - Custom URLs that are exempted from Kerberos authentication
- log_
internal_ boolip - Value indicating whether to log internal IP address present in X-Forwarded-For (XFF) proxy header or not
- prefer_
sni_ boolover_ conn_ host - Value indicating whether or not to use the SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections
- prefer_
sni_ Sequence[str]over_ conn_ host_ apps - Applications that are exempted from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- sipa_
xff_ boolheader_ enabled - Value indicating whether or not to insert XFF header to all traffic forwarded from ZIA to ZPA, including source IP-anchored and ZIA-inspected ZPA application traffic.
- sni_
dns_ Sequence[str]optimization_ bypass_ url_ categories - URL categories that are excluded from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- track_
http_ booltunnel_ on_ http_ ports - Value indicating whether to apply configured policies on tunneled HTTP traffic sent via a CONNECT method request on port 80
- ui_
session_ inttimeout - Specifies the login session timeout for admins accessing the ZIA Admin Portal
- zscaler_
client_ boolconnector1_ and_ pac_ road_ warrior_ in_ firewall - Value indicating whether to apply the Firewall rules configured without a specified location criteria (or with the Road Warrior location) to remote user traffic forwarded via Z-Tunnel 1.0 or PAC files
- auth
Bypass List<String>Apps - Cloud applications that are exempted from cookie authentication
- auth
Bypass List<String>Url Categories - URL categories that are exempted from cookie authentication
- auth
Bypass List<String>Urls - Custom URLs that are exempted from cookie authentication for users
- basic
Bypass List<String>Apps - Cloud applications that are exempted from Basic authentication
- basic
Bypass List<String>Url Categories - URL categories that are exempted from Basic authentication
- block
Connect BooleanHost Sni Mismatch - Value indicating whether CONNECT host and SNI mismatch (i.e., CONNECT host doesn't match the SSL/TLS client hello SNI) is blocked or not
- block
Domain List<String>Fronting Apps - Applications which are subjected to Domain Fronting
- block
Domain BooleanFronting On Host Header - Value indicating whether to block or allow HTTP/S transactions in which the FQDN of the request URL is different than the FQDN of the request's host header
- block
Http BooleanTunnel On Non Http Ports - Value indicating whether HTTP CONNECT method requests to non-standard ports are allowed or not (i.e., requests directed to ports other than the standard HTTP/S ports 80 and 443)
- block
Non BooleanCompliant Http Request On Http Ports - Value indicating whether to allow or block traffic that is not compliant with RFC HTTP protocol standards
- block
Non BooleanHttp On Http Port Enabled - Value indicating whether non-HTTP Traffic on HTTP/S ports are allowed or blocked
- cascade
Url BooleanFiltering - Value indicating whether to apply the URL Filtering policy even when the Cloud App Control policy already allows a transaction explicitly
- digest
Auth List<String>Bypass Apps - Cloud applications that are exempted from Digest authentication
- digest
Auth List<String>Bypass Url Categories - URL categories that are exempted from Digest authentication
- digest
Auth List<String>Bypass Urls - Custom URLs that are exempted from Digest authentication. Cloud applications that are exempted from Digest authentication
- dns
Resolution List<String>On Transparent Proxy Apps - Cloud applications to which DNS optimization on transparent proxy mode applies
- dns
Resolution List<String>On Transparent Proxy Exempt Apps - Cloud applications that are excluded from DNS optimization on transparent proxy mode
- dns
Resolution List<String>On Transparent Proxy Exempt Url Categories - dns
Resolution List<String>On Transparent Proxy Exempt Urls - URLs that are excluded from DNS optimization on transparent proxy mode
- dns
Resolution List<String>On Transparent Proxy Ipv6Apps - Cloud applications to which DNS optimization for IPv6 addresses on transparent proxy mode applies
- dns
Resolution List<String>On Transparent Proxy Ipv6Exempt Apps - Cloud applications that are excluded from DNS optimization for IPv6 addresses on transparent proxy mode
- dns
Resolution List<String>On Transparent Proxy Ipv6Exempt Url Categories - dns
Resolution List<String>On Transparent Proxy Ipv6Url Categories - IPv6 URL categories to which DNS optimization on transparent proxy mode applies
- dns
Resolution List<String>On Transparent Proxy Url Categories - URL categories to which DNS optimization on transparent proxy mode applies
- dns
Resolution List<String>On Transparent Proxy Urls - URLs to which DNS optimization on transparent proxy mode applies
- domain
Fronting List<String>Bypass Url Categories - URL categories that are exempted from domain fronting
- dynamic
User BooleanRisk Enabled - Value indicating whether to dynamically update user risk score by tracking risky user activities in real time
- ecs
For BooleanAll Enabled - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- enable
Admin BooleanRank Access - Value indicating whether ranks are enabled for admins to allow admin ranks in policy configuration and management
- enable
Dns BooleanResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for Z-Tunnel 2.0 and transparent proxy mode traffic (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- enable
Evaluate BooleanPolicy On Global Ssl Bypass - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- enable
Ipv6Dns BooleanOptimization On All Transparent Proxy - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- enable
Ipv6Dns BooleanResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for IPv6 connections to dual-stack or IPv6-only destinations sent via Z-Tunnel 2.0 and transparent proxy proxy mode (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- enable
Office365 Boolean - Value indicating whether Microsoft Office 365 One Click Configuration is enabled or not
- enable
Policy BooleanFor Unauthenticated Traffic - Value indicating whether policies that include user and department criteria can be configured and applied for unauthenticated traffic
- enforce
Surrogate BooleanIp For Windows App - Enforce Surrogate IP authentication for Windows app traffic
- http2Nonbrowser
Traffic BooleanEnabled - Value indicating whether or not HTTP/2 should be the default web protocol for accessing various applications at your organizational level
- http
Range List<String>Header Remove Url Categories - URL categories for which HTTP range headers must be removed
- kerberos
Bypass List<String>Apps - Cloud applications that are exempted from Kerberos authentication
- kerberos
Bypass List<String>Url Categories - URL categories that are exempted from Kerberos authentication
- kerberos
Bypass List<String>Urls - Custom URLs that are exempted from Kerberos authentication
- log
Internal BooleanIp - Value indicating whether to log internal IP address present in X-Forwarded-For (XFF) proxy header or not
- prefer
Sni BooleanOver Conn Host - Value indicating whether or not to use the SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections
- prefer
Sni List<String>Over Conn Host Apps - Applications that are exempted from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- sipa
Xff BooleanHeader Enabled - Value indicating whether or not to insert XFF header to all traffic forwarded from ZIA to ZPA, including source IP-anchored and ZIA-inspected ZPA application traffic.
- sni
Dns List<String>Optimization Bypass Url Categories - URL categories that are excluded from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- track
Http BooleanTunnel On Http Ports - Value indicating whether to apply configured policies on tunneled HTTP traffic sent via a CONNECT method request on port 80
- ui
Session NumberTimeout - Specifies the login session timeout for admins accessing the ZIA Admin Portal
- zscaler
Client BooleanConnector1And Pac Road Warrior In Firewall - Value indicating whether to apply the Firewall rules configured without a specified location criteria (or with the Road Warrior location) to remote user traffic forwarded via Z-Tunnel 1.0 or PAC files
Outputs
All input properties are implicitly available as output properties. Additionally, the AdvancedSettings resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing AdvancedSettings Resource
Get an existing AdvancedSettings resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: AdvancedSettingsState, opts?: CustomResourceOptions): AdvancedSettings
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
auth_bypass_apps: Optional[Sequence[str]] = None,
auth_bypass_url_categories: Optional[Sequence[str]] = None,
auth_bypass_urls: Optional[Sequence[str]] = None,
basic_bypass_apps: Optional[Sequence[str]] = None,
basic_bypass_url_categories: Optional[Sequence[str]] = None,
block_connect_host_sni_mismatch: Optional[bool] = None,
block_domain_fronting_apps: Optional[Sequence[str]] = None,
block_domain_fronting_on_host_header: Optional[bool] = None,
block_http_tunnel_on_non_http_ports: Optional[bool] = None,
block_non_compliant_http_request_on_http_ports: Optional[bool] = None,
block_non_http_on_http_port_enabled: Optional[bool] = None,
cascade_url_filtering: Optional[bool] = None,
digest_auth_bypass_apps: Optional[Sequence[str]] = None,
digest_auth_bypass_url_categories: Optional[Sequence[str]] = None,
digest_auth_bypass_urls: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_apps: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_exempt_apps: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_exempt_url_categories: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_exempt_urls: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_ipv6_apps: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_ipv6_exempt_apps: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_ipv6_exempt_url_categories: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_ipv6_url_categories: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_url_categories: Optional[Sequence[str]] = None,
dns_resolution_on_transparent_proxy_urls: Optional[Sequence[str]] = None,
domain_fronting_bypass_url_categories: Optional[Sequence[str]] = None,
dynamic_user_risk_enabled: Optional[bool] = None,
ecs_for_all_enabled: Optional[bool] = None,
enable_admin_rank_access: Optional[bool] = None,
enable_dns_resolution_on_transparent_proxy: Optional[bool] = None,
enable_evaluate_policy_on_global_ssl_bypass: Optional[bool] = None,
enable_ipv6_dns_optimization_on_all_transparent_proxy: Optional[bool] = None,
enable_ipv6_dns_resolution_on_transparent_proxy: Optional[bool] = None,
enable_office365: Optional[bool] = None,
enable_policy_for_unauthenticated_traffic: Optional[bool] = None,
enforce_surrogate_ip_for_windows_app: Optional[bool] = None,
http2_nonbrowser_traffic_enabled: Optional[bool] = None,
http_range_header_remove_url_categories: Optional[Sequence[str]] = None,
kerberos_bypass_apps: Optional[Sequence[str]] = None,
kerberos_bypass_url_categories: Optional[Sequence[str]] = None,
kerberos_bypass_urls: Optional[Sequence[str]] = None,
log_internal_ip: Optional[bool] = None,
prefer_sni_over_conn_host: Optional[bool] = None,
prefer_sni_over_conn_host_apps: Optional[Sequence[str]] = None,
sipa_xff_header_enabled: Optional[bool] = None,
sni_dns_optimization_bypass_url_categories: Optional[Sequence[str]] = None,
track_http_tunnel_on_http_ports: Optional[bool] = None,
ui_session_timeout: Optional[int] = None,
zscaler_client_connector1_and_pac_road_warrior_in_firewall: Optional[bool] = None) -> AdvancedSettings
func GetAdvancedSettings(ctx *Context, name string, id IDInput, state *AdvancedSettingsState, opts ...ResourceOption) (*AdvancedSettings, error)
public static AdvancedSettings Get(string name, Input<string> id, AdvancedSettingsState? state, CustomResourceOptions? opts = null)
public static AdvancedSettings get(String name, Output<String> id, AdvancedSettingsState state, CustomResourceOptions options)
resources: _: type: zia:AdvancedSettings get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Auth
Bypass List<string>Apps - Cloud applications that are exempted from cookie authentication
- Auth
Bypass List<string>Url Categories - URL categories that are exempted from cookie authentication
- Auth
Bypass List<string>Urls - Custom URLs that are exempted from cookie authentication for users
- Basic
Bypass List<string>Apps - Cloud applications that are exempted from Basic authentication
- Basic
Bypass List<string>Url Categories - URL categories that are exempted from Basic authentication
- Block
Connect boolHost Sni Mismatch - Value indicating whether CONNECT host and SNI mismatch (i.e., CONNECT host doesn't match the SSL/TLS client hello SNI) is blocked or not
- Block
Domain List<string>Fronting Apps - Applications which are subjected to Domain Fronting
- Block
Domain boolFronting On Host Header - Value indicating whether to block or allow HTTP/S transactions in which the FQDN of the request URL is different than the FQDN of the request's host header
- Block
Http boolTunnel On Non Http Ports - Value indicating whether HTTP CONNECT method requests to non-standard ports are allowed or not (i.e., requests directed to ports other than the standard HTTP/S ports 80 and 443)
- Block
Non boolCompliant Http Request On Http Ports - Value indicating whether to allow or block traffic that is not compliant with RFC HTTP protocol standards
- Block
Non boolHttp On Http Port Enabled - Value indicating whether non-HTTP Traffic on HTTP/S ports are allowed or blocked
- Cascade
Url boolFiltering - Value indicating whether to apply the URL Filtering policy even when the Cloud App Control policy already allows a transaction explicitly
- Digest
Auth List<string>Bypass Apps - Cloud applications that are exempted from Digest authentication
- Digest
Auth List<string>Bypass Url Categories - URL categories that are exempted from Digest authentication
- Digest
Auth List<string>Bypass Urls - Custom URLs that are exempted from Digest authentication. Cloud applications that are exempted from Digest authentication
- Dns
Resolution List<string>On Transparent Proxy Apps - Cloud applications to which DNS optimization on transparent proxy mode applies
- Dns
Resolution List<string>On Transparent Proxy Exempt Apps - Cloud applications that are excluded from DNS optimization on transparent proxy mode
- Dns
Resolution List<string>On Transparent Proxy Exempt Url Categories - Dns
Resolution List<string>On Transparent Proxy Exempt Urls - URLs that are excluded from DNS optimization on transparent proxy mode
- Dns
Resolution List<string>On Transparent Proxy Ipv6Apps - Cloud applications to which DNS optimization for IPv6 addresses on transparent proxy mode applies
- Dns
Resolution List<string>On Transparent Proxy Ipv6Exempt Apps - Cloud applications that are excluded from DNS optimization for IPv6 addresses on transparent proxy mode
- Dns
Resolution List<string>On Transparent Proxy Ipv6Exempt Url Categories - Dns
Resolution List<string>On Transparent Proxy Ipv6Url Categories - IPv6 URL categories to which DNS optimization on transparent proxy mode applies
- Dns
Resolution List<string>On Transparent Proxy Url Categories - URL categories to which DNS optimization on transparent proxy mode applies
- Dns
Resolution List<string>On Transparent Proxy Urls - URLs to which DNS optimization on transparent proxy mode applies
- Domain
Fronting List<string>Bypass Url Categories - URL categories that are exempted from domain fronting
- Dynamic
User boolRisk Enabled - Value indicating whether to dynamically update user risk score by tracking risky user activities in real time
- Ecs
For boolAll Enabled - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- Enable
Admin boolRank Access - Value indicating whether ranks are enabled for admins to allow admin ranks in policy configuration and management
- Enable
Dns boolResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for Z-Tunnel 2.0 and transparent proxy mode traffic (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- Enable
Evaluate boolPolicy On Global Ssl Bypass - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- Enable
Ipv6Dns boolOptimization On All Transparent Proxy - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- Enable
Ipv6Dns boolResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for IPv6 connections to dual-stack or IPv6-only destinations sent via Z-Tunnel 2.0 and transparent proxy proxy mode (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- Enable
Office365 bool - Value indicating whether Microsoft Office 365 One Click Configuration is enabled or not
- Enable
Policy boolFor Unauthenticated Traffic - Value indicating whether policies that include user and department criteria can be configured and applied for unauthenticated traffic
- Enforce
Surrogate boolIp For Windows App - Enforce Surrogate IP authentication for Windows app traffic
- Http2Nonbrowser
Traffic boolEnabled - Value indicating whether or not HTTP/2 should be the default web protocol for accessing various applications at your organizational level
- Http
Range List<string>Header Remove Url Categories - URL categories for which HTTP range headers must be removed
- Kerberos
Bypass List<string>Apps - Cloud applications that are exempted from Kerberos authentication
- Kerberos
Bypass List<string>Url Categories - URL categories that are exempted from Kerberos authentication
- Kerberos
Bypass List<string>Urls - Custom URLs that are exempted from Kerberos authentication
- Log
Internal boolIp - Value indicating whether to log internal IP address present in X-Forwarded-For (XFF) proxy header or not
- Prefer
Sni boolOver Conn Host - Value indicating whether or not to use the SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections
- Prefer
Sni List<string>Over Conn Host Apps - Applications that are exempted from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- Sipa
Xff boolHeader Enabled - Value indicating whether or not to insert XFF header to all traffic forwarded from ZIA to ZPA, including source IP-anchored and ZIA-inspected ZPA application traffic.
- Sni
Dns List<string>Optimization Bypass Url Categories - URL categories that are excluded from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- Track
Http boolTunnel On Http Ports - Value indicating whether to apply configured policies on tunneled HTTP traffic sent via a CONNECT method request on port 80
- Ui
Session intTimeout - Specifies the login session timeout for admins accessing the ZIA Admin Portal
- Zscaler
Client boolConnector1And Pac Road Warrior In Firewall - Value indicating whether to apply the Firewall rules configured without a specified location criteria (or with the Road Warrior location) to remote user traffic forwarded via Z-Tunnel 1.0 or PAC files
- Auth
Bypass []stringApps - Cloud applications that are exempted from cookie authentication
- Auth
Bypass []stringUrl Categories - URL categories that are exempted from cookie authentication
- Auth
Bypass []stringUrls - Custom URLs that are exempted from cookie authentication for users
- Basic
Bypass []stringApps - Cloud applications that are exempted from Basic authentication
- Basic
Bypass []stringUrl Categories - URL categories that are exempted from Basic authentication
- Block
Connect boolHost Sni Mismatch - Value indicating whether CONNECT host and SNI mismatch (i.e., CONNECT host doesn't match the SSL/TLS client hello SNI) is blocked or not
- Block
Domain []stringFronting Apps - Applications which are subjected to Domain Fronting
- Block
Domain boolFronting On Host Header - Value indicating whether to block or allow HTTP/S transactions in which the FQDN of the request URL is different than the FQDN of the request's host header
- Block
Http boolTunnel On Non Http Ports - Value indicating whether HTTP CONNECT method requests to non-standard ports are allowed or not (i.e., requests directed to ports other than the standard HTTP/S ports 80 and 443)
- Block
Non boolCompliant Http Request On Http Ports - Value indicating whether to allow or block traffic that is not compliant with RFC HTTP protocol standards
- Block
Non boolHttp On Http Port Enabled - Value indicating whether non-HTTP Traffic on HTTP/S ports are allowed or blocked
- Cascade
Url boolFiltering - Value indicating whether to apply the URL Filtering policy even when the Cloud App Control policy already allows a transaction explicitly
- Digest
Auth []stringBypass Apps - Cloud applications that are exempted from Digest authentication
- Digest
Auth []stringBypass Url Categories - URL categories that are exempted from Digest authentication
- Digest
Auth []stringBypass Urls - Custom URLs that are exempted from Digest authentication. Cloud applications that are exempted from Digest authentication
- Dns
Resolution []stringOn Transparent Proxy Apps - Cloud applications to which DNS optimization on transparent proxy mode applies
- Dns
Resolution []stringOn Transparent Proxy Exempt Apps - Cloud applications that are excluded from DNS optimization on transparent proxy mode
- Dns
Resolution []stringOn Transparent Proxy Exempt Url Categories - Dns
Resolution []stringOn Transparent Proxy Exempt Urls - URLs that are excluded from DNS optimization on transparent proxy mode
- Dns
Resolution []stringOn Transparent Proxy Ipv6Apps - Cloud applications to which DNS optimization for IPv6 addresses on transparent proxy mode applies
- Dns
Resolution []stringOn Transparent Proxy Ipv6Exempt Apps - Cloud applications that are excluded from DNS optimization for IPv6 addresses on transparent proxy mode
- Dns
Resolution []stringOn Transparent Proxy Ipv6Exempt Url Categories - Dns
Resolution []stringOn Transparent Proxy Ipv6Url Categories - IPv6 URL categories to which DNS optimization on transparent proxy mode applies
- Dns
Resolution []stringOn Transparent Proxy Url Categories - URL categories to which DNS optimization on transparent proxy mode applies
- Dns
Resolution []stringOn Transparent Proxy Urls - URLs to which DNS optimization on transparent proxy mode applies
- Domain
Fronting []stringBypass Url Categories - URL categories that are exempted from domain fronting
- Dynamic
User boolRisk Enabled - Value indicating whether to dynamically update user risk score by tracking risky user activities in real time
- Ecs
For boolAll Enabled - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- Enable
Admin boolRank Access - Value indicating whether ranks are enabled for admins to allow admin ranks in policy configuration and management
- Enable
Dns boolResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for Z-Tunnel 2.0 and transparent proxy mode traffic (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- Enable
Evaluate boolPolicy On Global Ssl Bypass - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- Enable
Ipv6Dns boolOptimization On All Transparent Proxy - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- Enable
Ipv6Dns boolResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for IPv6 connections to dual-stack or IPv6-only destinations sent via Z-Tunnel 2.0 and transparent proxy proxy mode (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- Enable
Office365 bool - Value indicating whether Microsoft Office 365 One Click Configuration is enabled or not
- Enable
Policy boolFor Unauthenticated Traffic - Value indicating whether policies that include user and department criteria can be configured and applied for unauthenticated traffic
- Enforce
Surrogate boolIp For Windows App - Enforce Surrogate IP authentication for Windows app traffic
- Http2Nonbrowser
Traffic boolEnabled - Value indicating whether or not HTTP/2 should be the default web protocol for accessing various applications at your organizational level
- Http
Range []stringHeader Remove Url Categories - URL categories for which HTTP range headers must be removed
- Kerberos
Bypass []stringApps - Cloud applications that are exempted from Kerberos authentication
- Kerberos
Bypass []stringUrl Categories - URL categories that are exempted from Kerberos authentication
- Kerberos
Bypass []stringUrls - Custom URLs that are exempted from Kerberos authentication
- Log
Internal boolIp - Value indicating whether to log internal IP address present in X-Forwarded-For (XFF) proxy header or not
- Prefer
Sni boolOver Conn Host - Value indicating whether or not to use the SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections
- Prefer
Sni []stringOver Conn Host Apps - Applications that are exempted from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- Sipa
Xff boolHeader Enabled - Value indicating whether or not to insert XFF header to all traffic forwarded from ZIA to ZPA, including source IP-anchored and ZIA-inspected ZPA application traffic.
- Sni
Dns []stringOptimization Bypass Url Categories - URL categories that are excluded from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- Track
Http boolTunnel On Http Ports - Value indicating whether to apply configured policies on tunneled HTTP traffic sent via a CONNECT method request on port 80
- Ui
Session intTimeout - Specifies the login session timeout for admins accessing the ZIA Admin Portal
- Zscaler
Client boolConnector1And Pac Road Warrior In Firewall - Value indicating whether to apply the Firewall rules configured without a specified location criteria (or with the Road Warrior location) to remote user traffic forwarded via Z-Tunnel 1.0 or PAC files
- auth
Bypass List<String>Apps - Cloud applications that are exempted from cookie authentication
- auth
Bypass List<String>Url Categories - URL categories that are exempted from cookie authentication
- auth
Bypass List<String>Urls - Custom URLs that are exempted from cookie authentication for users
- basic
Bypass List<String>Apps - Cloud applications that are exempted from Basic authentication
- basic
Bypass List<String>Url Categories - URL categories that are exempted from Basic authentication
- block
Connect BooleanHost Sni Mismatch - Value indicating whether CONNECT host and SNI mismatch (i.e., CONNECT host doesn't match the SSL/TLS client hello SNI) is blocked or not
- block
Domain List<String>Fronting Apps - Applications which are subjected to Domain Fronting
- block
Domain BooleanFronting On Host Header - Value indicating whether to block or allow HTTP/S transactions in which the FQDN of the request URL is different than the FQDN of the request's host header
- block
Http BooleanTunnel On Non Http Ports - Value indicating whether HTTP CONNECT method requests to non-standard ports are allowed or not (i.e., requests directed to ports other than the standard HTTP/S ports 80 and 443)
- block
Non BooleanCompliant Http Request On Http Ports - Value indicating whether to allow or block traffic that is not compliant with RFC HTTP protocol standards
- block
Non BooleanHttp On Http Port Enabled - Value indicating whether non-HTTP Traffic on HTTP/S ports are allowed or blocked
- cascade
Url BooleanFiltering - Value indicating whether to apply the URL Filtering policy even when the Cloud App Control policy already allows a transaction explicitly
- digest
Auth List<String>Bypass Apps - Cloud applications that are exempted from Digest authentication
- digest
Auth List<String>Bypass Url Categories - URL categories that are exempted from Digest authentication
- digest
Auth List<String>Bypass Urls - Custom URLs that are exempted from Digest authentication. Cloud applications that are exempted from Digest authentication
- dns
Resolution List<String>On Transparent Proxy Apps - Cloud applications to which DNS optimization on transparent proxy mode applies
- dns
Resolution List<String>On Transparent Proxy Exempt Apps - Cloud applications that are excluded from DNS optimization on transparent proxy mode
- dns
Resolution List<String>On Transparent Proxy Exempt Url Categories - dns
Resolution List<String>On Transparent Proxy Exempt Urls - URLs that are excluded from DNS optimization on transparent proxy mode
- dns
Resolution List<String>On Transparent Proxy Ipv6Apps - Cloud applications to which DNS optimization for IPv6 addresses on transparent proxy mode applies
- dns
Resolution List<String>On Transparent Proxy Ipv6Exempt Apps - Cloud applications that are excluded from DNS optimization for IPv6 addresses on transparent proxy mode
- dns
Resolution List<String>On Transparent Proxy Ipv6Exempt Url Categories - dns
Resolution List<String>On Transparent Proxy Ipv6Url Categories - IPv6 URL categories to which DNS optimization on transparent proxy mode applies
- dns
Resolution List<String>On Transparent Proxy Url Categories - URL categories to which DNS optimization on transparent proxy mode applies
- dns
Resolution List<String>On Transparent Proxy Urls - URLs to which DNS optimization on transparent proxy mode applies
- domain
Fronting List<String>Bypass Url Categories - URL categories that are exempted from domain fronting
- dynamic
User BooleanRisk Enabled - Value indicating whether to dynamically update user risk score by tracking risky user activities in real time
- ecs
For BooleanAll Enabled - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- enable
Admin BooleanRank Access - Value indicating whether ranks are enabled for admins to allow admin ranks in policy configuration and management
- enable
Dns BooleanResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for Z-Tunnel 2.0 and transparent proxy mode traffic (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- enable
Evaluate BooleanPolicy On Global Ssl Bypass - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- enable
Ipv6Dns BooleanOptimization On All Transparent Proxy - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- enable
Ipv6Dns BooleanResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for IPv6 connections to dual-stack or IPv6-only destinations sent via Z-Tunnel 2.0 and transparent proxy proxy mode (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- enable
Office365 Boolean - Value indicating whether Microsoft Office 365 One Click Configuration is enabled or not
- enable
Policy BooleanFor Unauthenticated Traffic - Value indicating whether policies that include user and department criteria can be configured and applied for unauthenticated traffic
- enforce
Surrogate BooleanIp For Windows App - Enforce Surrogate IP authentication for Windows app traffic
- http2Nonbrowser
Traffic BooleanEnabled - Value indicating whether or not HTTP/2 should be the default web protocol for accessing various applications at your organizational level
- http
Range List<String>Header Remove Url Categories - URL categories for which HTTP range headers must be removed
- kerberos
Bypass List<String>Apps - Cloud applications that are exempted from Kerberos authentication
- kerberos
Bypass List<String>Url Categories - URL categories that are exempted from Kerberos authentication
- kerberos
Bypass List<String>Urls - Custom URLs that are exempted from Kerberos authentication
- log
Internal BooleanIp - Value indicating whether to log internal IP address present in X-Forwarded-For (XFF) proxy header or not
- prefer
Sni BooleanOver Conn Host - Value indicating whether or not to use the SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections
- prefer
Sni List<String>Over Conn Host Apps - Applications that are exempted from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- sipa
Xff BooleanHeader Enabled - Value indicating whether or not to insert XFF header to all traffic forwarded from ZIA to ZPA, including source IP-anchored and ZIA-inspected ZPA application traffic.
- sni
Dns List<String>Optimization Bypass Url Categories - URL categories that are excluded from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- track
Http BooleanTunnel On Http Ports - Value indicating whether to apply configured policies on tunneled HTTP traffic sent via a CONNECT method request on port 80
- ui
Session IntegerTimeout - Specifies the login session timeout for admins accessing the ZIA Admin Portal
- zscaler
Client BooleanConnector1And Pac Road Warrior In Firewall - Value indicating whether to apply the Firewall rules configured without a specified location criteria (or with the Road Warrior location) to remote user traffic forwarded via Z-Tunnel 1.0 or PAC files
- auth
Bypass string[]Apps - Cloud applications that are exempted from cookie authentication
- auth
Bypass string[]Url Categories - URL categories that are exempted from cookie authentication
- auth
Bypass string[]Urls - Custom URLs that are exempted from cookie authentication for users
- basic
Bypass string[]Apps - Cloud applications that are exempted from Basic authentication
- basic
Bypass string[]Url Categories - URL categories that are exempted from Basic authentication
- block
Connect booleanHost Sni Mismatch - Value indicating whether CONNECT host and SNI mismatch (i.e., CONNECT host doesn't match the SSL/TLS client hello SNI) is blocked or not
- block
Domain string[]Fronting Apps - Applications which are subjected to Domain Fronting
- block
Domain booleanFronting On Host Header - Value indicating whether to block or allow HTTP/S transactions in which the FQDN of the request URL is different than the FQDN of the request's host header
- block
Http booleanTunnel On Non Http Ports - Value indicating whether HTTP CONNECT method requests to non-standard ports are allowed or not (i.e., requests directed to ports other than the standard HTTP/S ports 80 and 443)
- block
Non booleanCompliant Http Request On Http Ports - Value indicating whether to allow or block traffic that is not compliant with RFC HTTP protocol standards
- block
Non booleanHttp On Http Port Enabled - Value indicating whether non-HTTP Traffic on HTTP/S ports are allowed or blocked
- cascade
Url booleanFiltering - Value indicating whether to apply the URL Filtering policy even when the Cloud App Control policy already allows a transaction explicitly
- digest
Auth string[]Bypass Apps - Cloud applications that are exempted from Digest authentication
- digest
Auth string[]Bypass Url Categories - URL categories that are exempted from Digest authentication
- digest
Auth string[]Bypass Urls - Custom URLs that are exempted from Digest authentication. Cloud applications that are exempted from Digest authentication
- dns
Resolution string[]On Transparent Proxy Apps - Cloud applications to which DNS optimization on transparent proxy mode applies
- dns
Resolution string[]On Transparent Proxy Exempt Apps - Cloud applications that are excluded from DNS optimization on transparent proxy mode
- dns
Resolution string[]On Transparent Proxy Exempt Url Categories - dns
Resolution string[]On Transparent Proxy Exempt Urls - URLs that are excluded from DNS optimization on transparent proxy mode
- dns
Resolution string[]On Transparent Proxy Ipv6Apps - Cloud applications to which DNS optimization for IPv6 addresses on transparent proxy mode applies
- dns
Resolution string[]On Transparent Proxy Ipv6Exempt Apps - Cloud applications that are excluded from DNS optimization for IPv6 addresses on transparent proxy mode
- dns
Resolution string[]On Transparent Proxy Ipv6Exempt Url Categories - dns
Resolution string[]On Transparent Proxy Ipv6Url Categories - IPv6 URL categories to which DNS optimization on transparent proxy mode applies
- dns
Resolution string[]On Transparent Proxy Url Categories - URL categories to which DNS optimization on transparent proxy mode applies
- dns
Resolution string[]On Transparent Proxy Urls - URLs to which DNS optimization on transparent proxy mode applies
- domain
Fronting string[]Bypass Url Categories - URL categories that are exempted from domain fronting
- dynamic
User booleanRisk Enabled - Value indicating whether to dynamically update user risk score by tracking risky user activities in real time
- ecs
For booleanAll Enabled - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- enable
Admin booleanRank Access - Value indicating whether ranks are enabled for admins to allow admin ranks in policy configuration and management
- enable
Dns booleanResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for Z-Tunnel 2.0 and transparent proxy mode traffic (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- enable
Evaluate booleanPolicy On Global Ssl Bypass - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- enable
Ipv6Dns booleanOptimization On All Transparent Proxy - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- enable
Ipv6Dns booleanResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for IPv6 connections to dual-stack or IPv6-only destinations sent via Z-Tunnel 2.0 and transparent proxy proxy mode (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- enable
Office365 boolean - Value indicating whether Microsoft Office 365 One Click Configuration is enabled or not
- enable
Policy booleanFor Unauthenticated Traffic - Value indicating whether policies that include user and department criteria can be configured and applied for unauthenticated traffic
- enforce
Surrogate booleanIp For Windows App - Enforce Surrogate IP authentication for Windows app traffic
- http2Nonbrowser
Traffic booleanEnabled - Value indicating whether or not HTTP/2 should be the default web protocol for accessing various applications at your organizational level
- http
Range string[]Header Remove Url Categories - URL categories for which HTTP range headers must be removed
- kerberos
Bypass string[]Apps - Cloud applications that are exempted from Kerberos authentication
- kerberos
Bypass string[]Url Categories - URL categories that are exempted from Kerberos authentication
- kerberos
Bypass string[]Urls - Custom URLs that are exempted from Kerberos authentication
- log
Internal booleanIp - Value indicating whether to log internal IP address present in X-Forwarded-For (XFF) proxy header or not
- prefer
Sni booleanOver Conn Host - Value indicating whether or not to use the SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections
- prefer
Sni string[]Over Conn Host Apps - Applications that are exempted from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- sipa
Xff booleanHeader Enabled - Value indicating whether or not to insert XFF header to all traffic forwarded from ZIA to ZPA, including source IP-anchored and ZIA-inspected ZPA application traffic.
- sni
Dns string[]Optimization Bypass Url Categories - URL categories that are excluded from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- track
Http booleanTunnel On Http Ports - Value indicating whether to apply configured policies on tunneled HTTP traffic sent via a CONNECT method request on port 80
- ui
Session numberTimeout - Specifies the login session timeout for admins accessing the ZIA Admin Portal
- zscaler
Client booleanConnector1And Pac Road Warrior In Firewall - Value indicating whether to apply the Firewall rules configured without a specified location criteria (or with the Road Warrior location) to remote user traffic forwarded via Z-Tunnel 1.0 or PAC files
- auth_
bypass_ Sequence[str]apps - Cloud applications that are exempted from cookie authentication
- auth_
bypass_ Sequence[str]url_ categories - URL categories that are exempted from cookie authentication
- auth_
bypass_ Sequence[str]urls - Custom URLs that are exempted from cookie authentication for users
- basic_
bypass_ Sequence[str]apps - Cloud applications that are exempted from Basic authentication
- basic_
bypass_ Sequence[str]url_ categories - URL categories that are exempted from Basic authentication
- block_
connect_ boolhost_ sni_ mismatch - Value indicating whether CONNECT host and SNI mismatch (i.e., CONNECT host doesn't match the SSL/TLS client hello SNI) is blocked or not
- block_
domain_ Sequence[str]fronting_ apps - Applications which are subjected to Domain Fronting
- block_
domain_ boolfronting_ on_ host_ header - Value indicating whether to block or allow HTTP/S transactions in which the FQDN of the request URL is different than the FQDN of the request's host header
- block_
http_ booltunnel_ on_ non_ http_ ports - Value indicating whether HTTP CONNECT method requests to non-standard ports are allowed or not (i.e., requests directed to ports other than the standard HTTP/S ports 80 and 443)
- block_
non_ boolcompliant_ http_ request_ on_ http_ ports - Value indicating whether to allow or block traffic that is not compliant with RFC HTTP protocol standards
- block_
non_ boolhttp_ on_ http_ port_ enabled - Value indicating whether non-HTTP Traffic on HTTP/S ports are allowed or blocked
- cascade_
url_ boolfiltering - Value indicating whether to apply the URL Filtering policy even when the Cloud App Control policy already allows a transaction explicitly
- digest_
auth_ Sequence[str]bypass_ apps - Cloud applications that are exempted from Digest authentication
- digest_
auth_ Sequence[str]bypass_ url_ categories - URL categories that are exempted from Digest authentication
- digest_
auth_ Sequence[str]bypass_ urls - Custom URLs that are exempted from Digest authentication. Cloud applications that are exempted from Digest authentication
- dns_
resolution_ Sequence[str]on_ transparent_ proxy_ apps - Cloud applications to which DNS optimization on transparent proxy mode applies
- dns_
resolution_ Sequence[str]on_ transparent_ proxy_ exempt_ apps - Cloud applications that are excluded from DNS optimization on transparent proxy mode
- dns_
resolution_ Sequence[str]on_ transparent_ proxy_ exempt_ url_ categories - dns_
resolution_ Sequence[str]on_ transparent_ proxy_ exempt_ urls - URLs that are excluded from DNS optimization on transparent proxy mode
- dns_
resolution_ Sequence[str]on_ transparent_ proxy_ ipv6_ apps - Cloud applications to which DNS optimization for IPv6 addresses on transparent proxy mode applies
- dns_
resolution_ Sequence[str]on_ transparent_ proxy_ ipv6_ exempt_ apps - Cloud applications that are excluded from DNS optimization for IPv6 addresses on transparent proxy mode
- dns_
resolution_ Sequence[str]on_ transparent_ proxy_ ipv6_ exempt_ url_ categories - dns_
resolution_ Sequence[str]on_ transparent_ proxy_ ipv6_ url_ categories - IPv6 URL categories to which DNS optimization on transparent proxy mode applies
- dns_
resolution_ Sequence[str]on_ transparent_ proxy_ url_ categories - URL categories to which DNS optimization on transparent proxy mode applies
- dns_
resolution_ Sequence[str]on_ transparent_ proxy_ urls - URLs to which DNS optimization on transparent proxy mode applies
- domain_
fronting_ Sequence[str]bypass_ url_ categories - URL categories that are exempted from domain fronting
- dynamic_
user_ boolrisk_ enabled - Value indicating whether to dynamically update user risk score by tracking risky user activities in real time
- ecs_
for_ boolall_ enabled - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- enable_
admin_ boolrank_ access - Value indicating whether ranks are enabled for admins to allow admin ranks in policy configuration and management
- enable_
dns_ boolresolution_ on_ transparent_ proxy - Value indicating whether DNS optimization is enabled or disabled for Z-Tunnel 2.0 and transparent proxy mode traffic (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- enable_
evaluate_ boolpolicy_ on_ global_ ssl_ bypass - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- enable_
ipv6_ booldns_ optimization_ on_ all_ transparent_ proxy - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- enable_
ipv6_ booldns_ resolution_ on_ transparent_ proxy - Value indicating whether DNS optimization is enabled or disabled for IPv6 connections to dual-stack or IPv6-only destinations sent via Z-Tunnel 2.0 and transparent proxy proxy mode (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- enable_
office365 bool - Value indicating whether Microsoft Office 365 One Click Configuration is enabled or not
- enable_
policy_ boolfor_ unauthenticated_ traffic - Value indicating whether policies that include user and department criteria can be configured and applied for unauthenticated traffic
- enforce_
surrogate_ boolip_ for_ windows_ app - Enforce Surrogate IP authentication for Windows app traffic
- http2_
nonbrowser_ booltraffic_ enabled - Value indicating whether or not HTTP/2 should be the default web protocol for accessing various applications at your organizational level
- http_
range_ Sequence[str]header_ remove_ url_ categories - URL categories for which HTTP range headers must be removed
- kerberos_
bypass_ Sequence[str]apps - Cloud applications that are exempted from Kerberos authentication
- kerberos_
bypass_ Sequence[str]url_ categories - URL categories that are exempted from Kerberos authentication
- kerberos_
bypass_ Sequence[str]urls - Custom URLs that are exempted from Kerberos authentication
- log_
internal_ boolip - Value indicating whether to log internal IP address present in X-Forwarded-For (XFF) proxy header or not
- prefer_
sni_ boolover_ conn_ host - Value indicating whether or not to use the SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections
- prefer_
sni_ Sequence[str]over_ conn_ host_ apps - Applications that are exempted from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- sipa_
xff_ boolheader_ enabled - Value indicating whether or not to insert XFF header to all traffic forwarded from ZIA to ZPA, including source IP-anchored and ZIA-inspected ZPA application traffic.
- sni_
dns_ Sequence[str]optimization_ bypass_ url_ categories - URL categories that are excluded from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- track_
http_ booltunnel_ on_ http_ ports - Value indicating whether to apply configured policies on tunneled HTTP traffic sent via a CONNECT method request on port 80
- ui_
session_ inttimeout - Specifies the login session timeout for admins accessing the ZIA Admin Portal
- zscaler_
client_ boolconnector1_ and_ pac_ road_ warrior_ in_ firewall - Value indicating whether to apply the Firewall rules configured without a specified location criteria (or with the Road Warrior location) to remote user traffic forwarded via Z-Tunnel 1.0 or PAC files
- auth
Bypass List<String>Apps - Cloud applications that are exempted from cookie authentication
- auth
Bypass List<String>Url Categories - URL categories that are exempted from cookie authentication
- auth
Bypass List<String>Urls - Custom URLs that are exempted from cookie authentication for users
- basic
Bypass List<String>Apps - Cloud applications that are exempted from Basic authentication
- basic
Bypass List<String>Url Categories - URL categories that are exempted from Basic authentication
- block
Connect BooleanHost Sni Mismatch - Value indicating whether CONNECT host and SNI mismatch (i.e., CONNECT host doesn't match the SSL/TLS client hello SNI) is blocked or not
- block
Domain List<String>Fronting Apps - Applications which are subjected to Domain Fronting
- block
Domain BooleanFronting On Host Header - Value indicating whether to block or allow HTTP/S transactions in which the FQDN of the request URL is different than the FQDN of the request's host header
- block
Http BooleanTunnel On Non Http Ports - Value indicating whether HTTP CONNECT method requests to non-standard ports are allowed or not (i.e., requests directed to ports other than the standard HTTP/S ports 80 and 443)
- block
Non BooleanCompliant Http Request On Http Ports - Value indicating whether to allow or block traffic that is not compliant with RFC HTTP protocol standards
- block
Non BooleanHttp On Http Port Enabled - Value indicating whether non-HTTP Traffic on HTTP/S ports are allowed or blocked
- cascade
Url BooleanFiltering - Value indicating whether to apply the URL Filtering policy even when the Cloud App Control policy already allows a transaction explicitly
- digest
Auth List<String>Bypass Apps - Cloud applications that are exempted from Digest authentication
- digest
Auth List<String>Bypass Url Categories - URL categories that are exempted from Digest authentication
- digest
Auth List<String>Bypass Urls - Custom URLs that are exempted from Digest authentication. Cloud applications that are exempted from Digest authentication
- dns
Resolution List<String>On Transparent Proxy Apps - Cloud applications to which DNS optimization on transparent proxy mode applies
- dns
Resolution List<String>On Transparent Proxy Exempt Apps - Cloud applications that are excluded from DNS optimization on transparent proxy mode
- dns
Resolution List<String>On Transparent Proxy Exempt Url Categories - dns
Resolution List<String>On Transparent Proxy Exempt Urls - URLs that are excluded from DNS optimization on transparent proxy mode
- dns
Resolution List<String>On Transparent Proxy Ipv6Apps - Cloud applications to which DNS optimization for IPv6 addresses on transparent proxy mode applies
- dns
Resolution List<String>On Transparent Proxy Ipv6Exempt Apps - Cloud applications that are excluded from DNS optimization for IPv6 addresses on transparent proxy mode
- dns
Resolution List<String>On Transparent Proxy Ipv6Exempt Url Categories - dns
Resolution List<String>On Transparent Proxy Ipv6Url Categories - IPv6 URL categories to which DNS optimization on transparent proxy mode applies
- dns
Resolution List<String>On Transparent Proxy Url Categories - URL categories to which DNS optimization on transparent proxy mode applies
- dns
Resolution List<String>On Transparent Proxy Urls - URLs to which DNS optimization on transparent proxy mode applies
- domain
Fronting List<String>Bypass Url Categories - URL categories that are exempted from domain fronting
- dynamic
User BooleanRisk Enabled - Value indicating whether to dynamically update user risk score by tracking risky user activities in real time
- ecs
For BooleanAll Enabled - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- enable
Admin BooleanRank Access - Value indicating whether ranks are enabled for admins to allow admin ranks in policy configuration and management
- enable
Dns BooleanResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for Z-Tunnel 2.0 and transparent proxy mode traffic (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- enable
Evaluate BooleanPolicy On Global Ssl Bypass - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- enable
Ipv6Dns BooleanOptimization On All Transparent Proxy - Enable/Disable DNS optimization for all IPv6 transparent proxy traffic
- enable
Ipv6Dns BooleanResolution On Transparent Proxy - Value indicating whether DNS optimization is enabled or disabled for IPv6 connections to dual-stack or IPv6-only destinations sent via Z-Tunnel 2.0 and transparent proxy proxy mode (e.g., traffic via GRE or IPSec tunnels without a PAC file).
- enable
Office365 Boolean - Value indicating whether Microsoft Office 365 One Click Configuration is enabled or not
- enable
Policy BooleanFor Unauthenticated Traffic - Value indicating whether policies that include user and department criteria can be configured and applied for unauthenticated traffic
- enforce
Surrogate BooleanIp For Windows App - Enforce Surrogate IP authentication for Windows app traffic
- http2Nonbrowser
Traffic BooleanEnabled - Value indicating whether or not HTTP/2 should be the default web protocol for accessing various applications at your organizational level
- http
Range List<String>Header Remove Url Categories - URL categories for which HTTP range headers must be removed
- kerberos
Bypass List<String>Apps - Cloud applications that are exempted from Kerberos authentication
- kerberos
Bypass List<String>Url Categories - URL categories that are exempted from Kerberos authentication
- kerberos
Bypass List<String>Urls - Custom URLs that are exempted from Kerberos authentication
- log
Internal BooleanIp - Value indicating whether to log internal IP address present in X-Forwarded-For (XFF) proxy header or not
- prefer
Sni BooleanOver Conn Host - Value indicating whether or not to use the SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections
- prefer
Sni List<String>Over Conn Host Apps - Applications that are exempted from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- sipa
Xff BooleanHeader Enabled - Value indicating whether or not to insert XFF header to all traffic forwarded from ZIA to ZPA, including source IP-anchored and ZIA-inspected ZPA application traffic.
- sni
Dns List<String>Optimization Bypass Url Categories - URL categories that are excluded from the preferSniOverConnHost setting (i.e., prefer SSL/TLS client hello SNI for DNS resolution instead of the CONNECT host for forward proxy connections)
- track
Http BooleanTunnel On Http Ports - Value indicating whether to apply configured policies on tunneled HTTP traffic sent via a CONNECT method request on port 80
- ui
Session NumberTimeout - Specifies the login session timeout for admins accessing the ZIA Admin Portal
- zscaler
Client BooleanConnector1And Pac Road Warrior In Firewall - Value indicating whether to apply the Firewall rules configured without a specified location criteria (or with the Road Warrior location) to remote user traffic forwarded via Z-Tunnel 1.0 or PAC files
Import
Zscaler offers a dedicated tool called Zscaler-Terraformer to allow the automated import of ZIA configurations into Terraform-compliant HashiCorp Configuration Language.
Visit
zia_advanced_settings can be imported by using advanced_settings
as the import ID.
For example:
$ pulumi import zia:index/advancedSettings:AdvancedSettings this "advanced_settings"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
- MIT
- Notes
- This Pulumi package is based on the
zia
Terraform Provider.