Viewing docs for Cisco Catalyst SD-WAN v0.9.1
published on Friday, Jun 26, 2026 by Pulumi
published on Friday, Jun 26, 2026 by Pulumi
Viewing docs for Cisco Catalyst SD-WAN v0.9.1
published on Friday, Jun 26, 2026 by Pulumi
published on Friday, Jun 26, 2026 by Pulumi
This data source can read the SSE Zscaler Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getSseZscalerFeature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_sse_zscaler_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
package main
import (
"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := sdwan.GetSseZscalerFeature(ctx, &sdwan.LookupSseZscalerFeatureArgs{
Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;
return await Deployment.RunAsync(() =>
{
var example = Sdwan.GetSseZscalerFeature.Invoke(new()
{
Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.SdwanFunctions;
import com.pulumi.sdwan.inputs.GetSseZscalerFeatureArgs;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = SdwanFunctions.getSseZscalerFeature(GetSseZscalerFeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getSseZscalerFeature
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
pulumi {
required_providers {
sdwan = {
source = "pulumi/sdwan"
}
}
}
data "sdwan_getssezscalerfeature" "example" {
id = "f6b2c44c-693c-4763-b010-895aa3d236bd"
feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
}
Using getSseZscalerFeature
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSseZscalerFeature(args: GetSseZscalerFeatureArgs, opts?: InvokeOptions): Promise<GetSseZscalerFeatureResult>
function getSseZscalerFeatureOutput(args: GetSseZscalerFeatureOutputArgs, opts?: InvokeOptions): Output<GetSseZscalerFeatureResult>def get_sse_zscaler_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSseZscalerFeatureResult
def get_sse_zscaler_feature_output(feature_profile_id: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSseZscalerFeatureResult]func LookupSseZscalerFeature(ctx *Context, args *LookupSseZscalerFeatureArgs, opts ...InvokeOption) (*LookupSseZscalerFeatureResult, error)
func LookupSseZscalerFeatureOutput(ctx *Context, args *LookupSseZscalerFeatureOutputArgs, opts ...InvokeOption) LookupSseZscalerFeatureResultOutput> Note: This function is named LookupSseZscalerFeature in the Go SDK.
public static class GetSseZscalerFeature
{
public static Task<GetSseZscalerFeatureResult> InvokeAsync(GetSseZscalerFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetSseZscalerFeatureResult> Invoke(GetSseZscalerFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSseZscalerFeatureResult> getSseZscalerFeature(GetSseZscalerFeatureArgs args, InvokeOptions options)
public static Output<GetSseZscalerFeatureResult> getSseZscalerFeature(GetSseZscalerFeatureArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getSseZscalerFeature:getSseZscalerFeature
arguments:
# arguments dictionarydata "sdwan_getssezscalerfeature" "name" {
# arguments
}The following arguments are supported:
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- feature_
profile_ stringid - Feature Profile ID
- id string
- The id of the Feature
- name string
- The name of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- name string
- The name of the Feature
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- name str
- The name of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
getSseZscalerFeature Result
The following output properties are available:
- Aup
Enabled bool - Enable Acceptable User Policy
- Aup
Enabled stringVariable - Variable name
- Aup
Timeout int - Custom Acceptable User Policy frequency in days
- Aup
Timeout stringVariable - Variable name
- Auth
Required bool - Enforce Authentication
- Auth
Required stringVariable - Variable name
- Block
Internet boolUntil Accepted - For first-time Acceptable User Policy behavior, block Internet access
- Block
Internet stringUntil Accepted Variable - Variable name
- Caution
Enabled bool - Enable Caution
- Caution
Enabled stringVariable - Variable name
- Country bool
- Country
Variable string - Variable name
- Description string
- The description of the Feature
- Display
Time stringUnit - Display time unit
- Display
Time stringUnit Variable - Variable name
- Dn
Bandwidth double - Dn
Bandwidth stringVariable - Variable name
- Enforce
Bandwidth boolControl - Enforce
Bandwidth stringControl Variable - Variable name
- Feature
Profile stringId - Feature Profile ID
- Force
Ssl boolInspection - For first-time Acceptable User Policy behavior, force SSL inspection
- Force
Ssl stringInspection Variable - Variable name
- Id string
- The id of the Feature
- Idle
Time int - Idle time to disassociation
- Idle
Time stringVariable - Variable name
- Interface
Pairs List<GetSse Zscaler Feature Interface Pair> - Interface Pair for active and backup
- Interfaces
List<Get
Sse Zscaler Feature Interface> - Interface name: IPsec when present
- Ip
Enforced boolFor Known Browsers - Enforce Surrogate IP for known browsers
- Ip
Enforced stringFor Known Browsers Variable - Variable name
- Ips
Control bool - Enable IPS Control
- Ips
Control stringVariable - Variable name
- Location
Name string - Zscaler location name (optional)
- Location
Name stringVariable - Variable name
- Name string
- The name of the Feature
- Ofw
Enabled bool - Firewall enabled
- Ofw
Enabled stringVariable - Variable name
- Primary
Data stringCenter - Custom Primary Datacenter
- Primary
Data stringCenter Variable - Variable name
- Refresh
Time int - Refresh time for re-validation of surrogacy in minutes
- Refresh
Time stringUnit - Refresh Time unit
- Refresh
Time stringUnit Variable - Variable name
- Refresh
Time stringVariable - Variable name
- Secondary
Data stringCenter - Custom Secondary Datacenter
- Secondary
Data stringCenter Variable - Variable name
- Src
Vpn bool - Share Source VPN
- Sub
Locations List<GetSse Zscaler Feature Sub Location> - Surrogate
Ip bool - Enable Surrogate IP
- Surrogate
Ip stringVariable - Variable name
- Tracker
Source stringIp - Source IP address for Tracker
- Tracker
Source stringIp Variable - Variable name
- Trackers
List<Get
Sse Zscaler Feature Tracker> - Tracker configuration
- Up
Bandwidth double - Up
Bandwidth stringVariable - Variable name
- Version int
- The version of the Feature
- Xff
Forward boolEnabled - XFF forwarding enabled
- Xff
Forward stringEnabled Variable - Variable name
- Aup
Enabled bool - Enable Acceptable User Policy
- Aup
Enabled stringVariable - Variable name
- Aup
Timeout int - Custom Acceptable User Policy frequency in days
- Aup
Timeout stringVariable - Variable name
- Auth
Required bool - Enforce Authentication
- Auth
Required stringVariable - Variable name
- Block
Internet boolUntil Accepted - For first-time Acceptable User Policy behavior, block Internet access
- Block
Internet stringUntil Accepted Variable - Variable name
- Caution
Enabled bool - Enable Caution
- Caution
Enabled stringVariable - Variable name
- Country bool
- Country
Variable string - Variable name
- Description string
- The description of the Feature
- Display
Time stringUnit - Display time unit
- Display
Time stringUnit Variable - Variable name
- Dn
Bandwidth float64 - Dn
Bandwidth stringVariable - Variable name
- Enforce
Bandwidth boolControl - Enforce
Bandwidth stringControl Variable - Variable name
- Feature
Profile stringId - Feature Profile ID
- Force
Ssl boolInspection - For first-time Acceptable User Policy behavior, force SSL inspection
- Force
Ssl stringInspection Variable - Variable name
- Id string
- The id of the Feature
- Idle
Time int - Idle time to disassociation
- Idle
Time stringVariable - Variable name
- Interface
Pairs []GetSse Zscaler Feature Interface Pair - Interface Pair for active and backup
- Interfaces
[]Get
Sse Zscaler Feature Interface - Interface name: IPsec when present
- Ip
Enforced boolFor Known Browsers - Enforce Surrogate IP for known browsers
- Ip
Enforced stringFor Known Browsers Variable - Variable name
- Ips
Control bool - Enable IPS Control
- Ips
Control stringVariable - Variable name
- Location
Name string - Zscaler location name (optional)
- Location
Name stringVariable - Variable name
- Name string
- The name of the Feature
- Ofw
Enabled bool - Firewall enabled
- Ofw
Enabled stringVariable - Variable name
- Primary
Data stringCenter - Custom Primary Datacenter
- Primary
Data stringCenter Variable - Variable name
- Refresh
Time int - Refresh time for re-validation of surrogacy in minutes
- Refresh
Time stringUnit - Refresh Time unit
- Refresh
Time stringUnit Variable - Variable name
- Refresh
Time stringVariable - Variable name
- Secondary
Data stringCenter - Custom Secondary Datacenter
- Secondary
Data stringCenter Variable - Variable name
- Src
Vpn bool - Share Source VPN
- Sub
Locations []GetSse Zscaler Feature Sub Location - Surrogate
Ip bool - Enable Surrogate IP
- Surrogate
Ip stringVariable - Variable name
- Tracker
Source stringIp - Source IP address for Tracker
- Tracker
Source stringIp Variable - Variable name
- Trackers
[]Get
Sse Zscaler Feature Tracker - Tracker configuration
- Up
Bandwidth float64 - Up
Bandwidth stringVariable - Variable name
- Version int
- The version of the Feature
- Xff
Forward boolEnabled - XFF forwarding enabled
- Xff
Forward stringEnabled Variable - Variable name
- aup_
enabled bool - Enable Acceptable User Policy
- aup_
enabled_ stringvariable - Variable name
- aup_
timeout number - Custom Acceptable User Policy frequency in days
- aup_
timeout_ stringvariable - Variable name
- auth_
required bool - Enforce Authentication
- auth_
required_ stringvariable - Variable name
- block_
internet_ booluntil_ accepted - For first-time Acceptable User Policy behavior, block Internet access
- block_
internet_ stringuntil_ accepted_ variable - Variable name
- caution_
enabled bool - Enable Caution
- caution_
enabled_ stringvariable - Variable name
- country bool
- country_
variable string - Variable name
- description string
- The description of the Feature
- display_
time_ stringunit - Display time unit
- display_
time_ stringunit_ variable - Variable name
- dn_
bandwidth number - dn_
bandwidth_ stringvariable - Variable name
- enforce_
bandwidth_ boolcontrol - enforce_
bandwidth_ stringcontrol_ variable - Variable name
- feature_
profile_ stringid - Feature Profile ID
- force_
ssl_ boolinspection - For first-time Acceptable User Policy behavior, force SSL inspection
- force_
ssl_ stringinspection_ variable - Variable name
- id string
- The id of the Feature
- idle_
time number - Idle time to disassociation
- idle_
time_ stringvariable - Variable name
- interface_
pairs list(object) - Interface Pair for active and backup
- interfaces list(object)
- Interface name: IPsec when present
- ip_
enforced_ boolfor_ known_ browsers - Enforce Surrogate IP for known browsers
- ip_
enforced_ stringfor_ known_ browsers_ variable - Variable name
- ips_
control bool - Enable IPS Control
- ips_
control_ stringvariable - Variable name
- location_
name string - Zscaler location name (optional)
- location_
name_ stringvariable - Variable name
- name string
- The name of the Feature
- ofw_
enabled bool - Firewall enabled
- ofw_
enabled_ stringvariable - Variable name
- primary_
data_ stringcenter - Custom Primary Datacenter
- primary_
data_ stringcenter_ variable - Variable name
- refresh_
time number - Refresh time for re-validation of surrogacy in minutes
- refresh_
time_ stringunit - Refresh Time unit
- refresh_
time_ stringunit_ variable - Variable name
- refresh_
time_ stringvariable - Variable name
- secondary_
data_ stringcenter - Custom Secondary Datacenter
- secondary_
data_ stringcenter_ variable - Variable name
- src_
vpn bool - Share Source VPN
- sub_
locations list(object) - surrogate_
ip bool - Enable Surrogate IP
- surrogate_
ip_ stringvariable - Variable name
- tracker_
source_ stringip - Source IP address for Tracker
- tracker_
source_ stringip_ variable - Variable name
- trackers list(object)
- Tracker configuration
- up_
bandwidth number - up_
bandwidth_ stringvariable - Variable name
- version number
- The version of the Feature
- xff_
forward_ boolenabled - XFF forwarding enabled
- xff_
forward_ stringenabled_ variable - Variable name
- aup
Enabled Boolean - Enable Acceptable User Policy
- aup
Enabled StringVariable - Variable name
- aup
Timeout Integer - Custom Acceptable User Policy frequency in days
- aup
Timeout StringVariable - Variable name
- auth
Required Boolean - Enforce Authentication
- auth
Required StringVariable - Variable name
- block
Internet BooleanUntil Accepted - For first-time Acceptable User Policy behavior, block Internet access
- block
Internet StringUntil Accepted Variable - Variable name
- caution
Enabled Boolean - Enable Caution
- caution
Enabled StringVariable - Variable name
- country Boolean
- country
Variable String - Variable name
- description String
- The description of the Feature
- display
Time StringUnit - Display time unit
- display
Time StringUnit Variable - Variable name
- dn
Bandwidth Double - dn
Bandwidth StringVariable - Variable name
- enforce
Bandwidth BooleanControl - enforce
Bandwidth StringControl Variable - Variable name
- feature
Profile StringId - Feature Profile ID
- force
Ssl BooleanInspection - For first-time Acceptable User Policy behavior, force SSL inspection
- force
Ssl StringInspection Variable - Variable name
- id String
- The id of the Feature
- idle
Time Integer - Idle time to disassociation
- idle
Time StringVariable - Variable name
- interface
Pairs List<GetSse Zscaler Feature Interface Pair> - Interface Pair for active and backup
- interfaces
List<Get
Sse Zscaler Feature Interface> - Interface name: IPsec when present
- ip
Enforced BooleanFor Known Browsers - Enforce Surrogate IP for known browsers
- ip
Enforced StringFor Known Browsers Variable - Variable name
- ips
Control Boolean - Enable IPS Control
- ips
Control StringVariable - Variable name
- location
Name String - Zscaler location name (optional)
- location
Name StringVariable - Variable name
- name String
- The name of the Feature
- ofw
Enabled Boolean - Firewall enabled
- ofw
Enabled StringVariable - Variable name
- primary
Data StringCenter - Custom Primary Datacenter
- primary
Data StringCenter Variable - Variable name
- refresh
Time Integer - Refresh time for re-validation of surrogacy in minutes
- refresh
Time StringUnit - Refresh Time unit
- refresh
Time StringUnit Variable - Variable name
- refresh
Time StringVariable - Variable name
- secondary
Data StringCenter - Custom Secondary Datacenter
- secondary
Data StringCenter Variable - Variable name
- src
Vpn Boolean - Share Source VPN
- sub
Locations List<GetSse Zscaler Feature Sub Location> - surrogate
Ip Boolean - Enable Surrogate IP
- surrogate
Ip StringVariable - Variable name
- tracker
Source StringIp - Source IP address for Tracker
- tracker
Source StringIp Variable - Variable name
- trackers
List<Get
Sse Zscaler Feature Tracker> - Tracker configuration
- up
Bandwidth Double - up
Bandwidth StringVariable - Variable name
- version Integer
- The version of the Feature
- xff
Forward BooleanEnabled - XFF forwarding enabled
- xff
Forward StringEnabled Variable - Variable name
- aup
Enabled boolean - Enable Acceptable User Policy
- aup
Enabled stringVariable - Variable name
- aup
Timeout number - Custom Acceptable User Policy frequency in days
- aup
Timeout stringVariable - Variable name
- auth
Required boolean - Enforce Authentication
- auth
Required stringVariable - Variable name
- block
Internet booleanUntil Accepted - For first-time Acceptable User Policy behavior, block Internet access
- block
Internet stringUntil Accepted Variable - Variable name
- caution
Enabled boolean - Enable Caution
- caution
Enabled stringVariable - Variable name
- country boolean
- country
Variable string - Variable name
- description string
- The description of the Feature
- display
Time stringUnit - Display time unit
- display
Time stringUnit Variable - Variable name
- dn
Bandwidth number - dn
Bandwidth stringVariable - Variable name
- enforce
Bandwidth booleanControl - enforce
Bandwidth stringControl Variable - Variable name
- feature
Profile stringId - Feature Profile ID
- force
Ssl booleanInspection - For first-time Acceptable User Policy behavior, force SSL inspection
- force
Ssl stringInspection Variable - Variable name
- id string
- The id of the Feature
- idle
Time number - Idle time to disassociation
- idle
Time stringVariable - Variable name
- interface
Pairs GetSse Zscaler Feature Interface Pair[] - Interface Pair for active and backup
- interfaces
Get
Sse Zscaler Feature Interface[] - Interface name: IPsec when present
- ip
Enforced booleanFor Known Browsers - Enforce Surrogate IP for known browsers
- ip
Enforced stringFor Known Browsers Variable - Variable name
- ips
Control boolean - Enable IPS Control
- ips
Control stringVariable - Variable name
- location
Name string - Zscaler location name (optional)
- location
Name stringVariable - Variable name
- name string
- The name of the Feature
- ofw
Enabled boolean - Firewall enabled
- ofw
Enabled stringVariable - Variable name
- primary
Data stringCenter - Custom Primary Datacenter
- primary
Data stringCenter Variable - Variable name
- refresh
Time number - Refresh time for re-validation of surrogacy in minutes
- refresh
Time stringUnit - Refresh Time unit
- refresh
Time stringUnit Variable - Variable name
- refresh
Time stringVariable - Variable name
- secondary
Data stringCenter - Custom Secondary Datacenter
- secondary
Data stringCenter Variable - Variable name
- src
Vpn boolean - Share Source VPN
- sub
Locations GetSse Zscaler Feature Sub Location[] - surrogate
Ip boolean - Enable Surrogate IP
- surrogate
Ip stringVariable - Variable name
- tracker
Source stringIp - Source IP address for Tracker
- tracker
Source stringIp Variable - Variable name
- trackers
Get
Sse Zscaler Feature Tracker[] - Tracker configuration
- up
Bandwidth number - up
Bandwidth stringVariable - Variable name
- version number
- The version of the Feature
- xff
Forward booleanEnabled - XFF forwarding enabled
- xff
Forward stringEnabled Variable - Variable name
- aup_
enabled bool - Enable Acceptable User Policy
- aup_
enabled_ strvariable - Variable name
- aup_
timeout int - Custom Acceptable User Policy frequency in days
- aup_
timeout_ strvariable - Variable name
- auth_
required bool - Enforce Authentication
- auth_
required_ strvariable - Variable name
- block_
internet_ booluntil_ accepted - For first-time Acceptable User Policy behavior, block Internet access
- block_
internet_ struntil_ accepted_ variable - Variable name
- caution_
enabled bool - Enable Caution
- caution_
enabled_ strvariable - Variable name
- country bool
- country_
variable str - Variable name
- description str
- The description of the Feature
- display_
time_ strunit - Display time unit
- display_
time_ strunit_ variable - Variable name
- dn_
bandwidth float - dn_
bandwidth_ strvariable - Variable name
- enforce_
bandwidth_ boolcontrol - enforce_
bandwidth_ strcontrol_ variable - Variable name
- feature_
profile_ strid - Feature Profile ID
- force_
ssl_ boolinspection - For first-time Acceptable User Policy behavior, force SSL inspection
- force_
ssl_ strinspection_ variable - Variable name
- id str
- The id of the Feature
- idle_
time int - Idle time to disassociation
- idle_
time_ strvariable - Variable name
- interface_
pairs Sequence[GetSse Zscaler Feature Interface Pair] - Interface Pair for active and backup
- interfaces
Sequence[Get
Sse Zscaler Feature Interface] - Interface name: IPsec when present
- ip_
enforced_ boolfor_ known_ browsers - Enforce Surrogate IP for known browsers
- ip_
enforced_ strfor_ known_ browsers_ variable - Variable name
- ips_
control bool - Enable IPS Control
- ips_
control_ strvariable - Variable name
- location_
name str - Zscaler location name (optional)
- location_
name_ strvariable - Variable name
- name str
- The name of the Feature
- ofw_
enabled bool - Firewall enabled
- ofw_
enabled_ strvariable - Variable name
- primary_
data_ strcenter - Custom Primary Datacenter
- primary_
data_ strcenter_ variable - Variable name
- refresh_
time int - Refresh time for re-validation of surrogacy in minutes
- refresh_
time_ strunit - Refresh Time unit
- refresh_
time_ strunit_ variable - Variable name
- refresh_
time_ strvariable - Variable name
- secondary_
data_ strcenter - Custom Secondary Datacenter
- secondary_
data_ strcenter_ variable - Variable name
- src_
vpn bool - Share Source VPN
- sub_
locations Sequence[GetSse Zscaler Feature Sub Location] - surrogate_
ip bool - Enable Surrogate IP
- surrogate_
ip_ strvariable - Variable name
- tracker_
source_ strip - Source IP address for Tracker
- tracker_
source_ strip_ variable - Variable name
- trackers
Sequence[Get
Sse Zscaler Feature Tracker] - Tracker configuration
- up_
bandwidth float - up_
bandwidth_ strvariable - Variable name
- version int
- The version of the Feature
- xff_
forward_ boolenabled - XFF forwarding enabled
- xff_
forward_ strenabled_ variable - Variable name
- aup
Enabled Boolean - Enable Acceptable User Policy
- aup
Enabled StringVariable - Variable name
- aup
Timeout Number - Custom Acceptable User Policy frequency in days
- aup
Timeout StringVariable - Variable name
- auth
Required Boolean - Enforce Authentication
- auth
Required StringVariable - Variable name
- block
Internet BooleanUntil Accepted - For first-time Acceptable User Policy behavior, block Internet access
- block
Internet StringUntil Accepted Variable - Variable name
- caution
Enabled Boolean - Enable Caution
- caution
Enabled StringVariable - Variable name
- country Boolean
- country
Variable String - Variable name
- description String
- The description of the Feature
- display
Time StringUnit - Display time unit
- display
Time StringUnit Variable - Variable name
- dn
Bandwidth Number - dn
Bandwidth StringVariable - Variable name
- enforce
Bandwidth BooleanControl - enforce
Bandwidth StringControl Variable - Variable name
- feature
Profile StringId - Feature Profile ID
- force
Ssl BooleanInspection - For first-time Acceptable User Policy behavior, force SSL inspection
- force
Ssl StringInspection Variable - Variable name
- id String
- The id of the Feature
- idle
Time Number - Idle time to disassociation
- idle
Time StringVariable - Variable name
- interface
Pairs List<Property Map> - Interface Pair for active and backup
- interfaces List<Property Map>
- Interface name: IPsec when present
- ip
Enforced BooleanFor Known Browsers - Enforce Surrogate IP for known browsers
- ip
Enforced StringFor Known Browsers Variable - Variable name
- ips
Control Boolean - Enable IPS Control
- ips
Control StringVariable - Variable name
- location
Name String - Zscaler location name (optional)
- location
Name StringVariable - Variable name
- name String
- The name of the Feature
- ofw
Enabled Boolean - Firewall enabled
- ofw
Enabled StringVariable - Variable name
- primary
Data StringCenter - Custom Primary Datacenter
- primary
Data StringCenter Variable - Variable name
- refresh
Time Number - Refresh time for re-validation of surrogacy in minutes
- refresh
Time StringUnit - Refresh Time unit
- refresh
Time StringUnit Variable - Variable name
- refresh
Time StringVariable - Variable name
- secondary
Data StringCenter - Custom Secondary Datacenter
- secondary
Data StringCenter Variable - Variable name
- src
Vpn Boolean - Share Source VPN
- sub
Locations List<Property Map> - surrogate
Ip Boolean - Enable Surrogate IP
- surrogate
Ip StringVariable - Variable name
- tracker
Source StringIp - Source IP address for Tracker
- tracker
Source StringIp Variable - Variable name
- trackers List<Property Map>
- Tracker configuration
- up
Bandwidth Number - up
Bandwidth StringVariable - Variable name
- version Number
- The version of the Feature
- xff
Forward BooleanEnabled - XFF forwarding enabled
- xff
Forward StringEnabled Variable - Variable name
Supporting Types
GetSseZscalerFeatureInterface
- Auto bool
- Auto Tunnel Mode
- Dpd
Interval int - IKE keepalive interval (seconds)
- Dpd
Interval stringVariable - Variable name
- Dpd
Retries int - IKE keepalive retries
- Dpd
Retries stringVariable - Variable name
- Ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- Ike
Ciphersuite stringVariable - Variable name
- Ike
Group string - IKE Diffie Hellman Groups
- Ike
Group stringVariable - Variable name
- Ike
Local stringId - IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- Ike
Local stringId Variable - Variable name
- Ike
Rekey intInterval - IKE rekey interval \n\n seconds
- Ike
Rekey stringInterval Variable - Variable name
- Ike
Remote stringId - IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- Ike
Remote stringId Variable - Variable name
- Ike
Version int - IKE Version \n\n
- Ike
Version stringVariable - Variable name
- Interface
Description string - Interface description
- Interface
Description stringVariable - Variable name
- Interface
Name string - Interface name: IPsec when present
- Ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- Ipsec
Ciphersuite stringVariable - Variable name
- Ipsec
Rekey intInterval - IPsec rekey interval \n\n seconds
- Ipsec
Rekey stringInterval Variable - Variable name
- Ipsec
Replay intWindow - Replay window size 32..8192 (must be a power of 2)
- Ipsec
Replay stringWindow Variable - Variable name
- Ipv4Address string
- Assign IPv4 address
- Ipv4Address
Variable string - Variable name
- Mtu int
- Interface MTU \n\n, in bytes
- Mtu
Variable string - Variable name
- Perfect
Forward stringSecrecy - IPsec perfect forward secrecy settings
- Perfect
Forward stringSecrecy Variable - Variable name
- bool
- Use preshared key to authenticate IKE peer
- string
- Use preshared key to authenticate IKE peer
- string
- Variable name
- Shutdown bool
- Administrative state
- Tcp
Mss intAdjust - TCP MSS on SYN packets, in bytes
- Tcp
Mss stringAdjust Variable - Variable name
- Track
Enable bool - Enable/disable Zscaler SSE tracking
- Tracker string
- Enable tracker for this interface
- Tunnel
Dc stringPreference - Zscaler SSE Tunnel Data Center
- Tunnel
Destination string - Tunnel destination IP address
- Tunnel
Destination stringVariable - Variable name
- Tunnel
Public stringIp - Public IP required to setup GRE tunnel to Zscaler
- Tunnel
Public stringIp Variable - Variable name
- Tunnel
Route stringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Route stringVia Variable - Variable name
- Tunnel
Set string - Zscaler SSE Tunnel Provider
- Tunnel
Source string - Tunnel source IP Address
- Tunnel
Source stringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Source stringInterface Variable - Variable name
- Tunnel
Source stringVariable - Variable name
- Unnumbered bool
- Unnumbered interface
- Auto bool
- Auto Tunnel Mode
- Dpd
Interval int - IKE keepalive interval (seconds)
- Dpd
Interval stringVariable - Variable name
- Dpd
Retries int - IKE keepalive retries
- Dpd
Retries stringVariable - Variable name
- Ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- Ike
Ciphersuite stringVariable - Variable name
- Ike
Group string - IKE Diffie Hellman Groups
- Ike
Group stringVariable - Variable name
- Ike
Local stringId - IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- Ike
Local stringId Variable - Variable name
- Ike
Rekey intInterval - IKE rekey interval \n\n seconds
- Ike
Rekey stringInterval Variable - Variable name
- Ike
Remote stringId - IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- Ike
Remote stringId Variable - Variable name
- Ike
Version int - IKE Version \n\n
- Ike
Version stringVariable - Variable name
- Interface
Description string - Interface description
- Interface
Description stringVariable - Variable name
- Interface
Name string - Interface name: IPsec when present
- Ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- Ipsec
Ciphersuite stringVariable - Variable name
- Ipsec
Rekey intInterval - IPsec rekey interval \n\n seconds
- Ipsec
Rekey stringInterval Variable - Variable name
- Ipsec
Replay intWindow - Replay window size 32..8192 (must be a power of 2)
- Ipsec
Replay stringWindow Variable - Variable name
- Ipv4Address string
- Assign IPv4 address
- Ipv4Address
Variable string - Variable name
- Mtu int
- Interface MTU \n\n, in bytes
- Mtu
Variable string - Variable name
- Perfect
Forward stringSecrecy - IPsec perfect forward secrecy settings
- Perfect
Forward stringSecrecy Variable - Variable name
- bool
- Use preshared key to authenticate IKE peer
- string
- Use preshared key to authenticate IKE peer
- string
- Variable name
- Shutdown bool
- Administrative state
- Tcp
Mss intAdjust - TCP MSS on SYN packets, in bytes
- Tcp
Mss stringAdjust Variable - Variable name
- Track
Enable bool - Enable/disable Zscaler SSE tracking
- Tracker string
- Enable tracker for this interface
- Tunnel
Dc stringPreference - Zscaler SSE Tunnel Data Center
- Tunnel
Destination string - Tunnel destination IP address
- Tunnel
Destination stringVariable - Variable name
- Tunnel
Public stringIp - Public IP required to setup GRE tunnel to Zscaler
- Tunnel
Public stringIp Variable - Variable name
- Tunnel
Route stringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Route stringVia Variable - Variable name
- Tunnel
Set string - Zscaler SSE Tunnel Provider
- Tunnel
Source string - Tunnel source IP Address
- Tunnel
Source stringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Source stringInterface Variable - Variable name
- Tunnel
Source stringVariable - Variable name
- Unnumbered bool
- Unnumbered interface
- auto bool
- Auto Tunnel Mode
- dpd_
interval number - IKE keepalive interval (seconds)
- dpd_
interval_ stringvariable - Variable name
- dpd_
retries number - IKE keepalive retries
- dpd_
retries_ stringvariable - Variable name
- ike_
ciphersuite string - IKE identity the IKE preshared secret belongs to
- ike_
ciphersuite_ stringvariable - Variable name
- ike_
group string - IKE Diffie Hellman Groups
- ike_
group_ stringvariable - Variable name
- ike_
local_ stringid - IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- ike_
local_ stringid_ variable - Variable name
- ike_
rekey_ numberinterval - IKE rekey interval \n\n seconds
- ike_
rekey_ stringinterval_ variable - Variable name
- ike_
remote_ stringid - IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- ike_
remote_ stringid_ variable - Variable name
- ike_
version number - IKE Version \n\n
- ike_
version_ stringvariable - Variable name
- interface_
description string - Interface description
- interface_
description_ stringvariable - Variable name
- interface_
name string - Interface name: IPsec when present
- ipsec_
ciphersuite string - IPsec(ESP) encryption and integrity protocol
- ipsec_
ciphersuite_ stringvariable - Variable name
- ipsec_
rekey_ numberinterval - IPsec rekey interval \n\n seconds
- ipsec_
rekey_ stringinterval_ variable - Variable name
- ipsec_
replay_ numberwindow - Replay window size 32..8192 (must be a power of 2)
- ipsec_
replay_ stringwindow_ variable - Variable name
- ipv4_
address string - Assign IPv4 address
- ipv4_
address_ stringvariable - Variable name
- mtu number
- Interface MTU \n\n, in bytes
- mtu_
variable string - Variable name
- perfect_
forward_ stringsecrecy - IPsec perfect forward secrecy settings
- perfect_
forward_ stringsecrecy_ variable - Variable name
- bool
- Use preshared key to authenticate IKE peer
- string
- Use preshared key to authenticate IKE peer
- string
- Variable name
- shutdown bool
- Administrative state
- tcp_
mss_ numberadjust - TCP MSS on SYN packets, in bytes
- tcp_
mss_ stringadjust_ variable - Variable name
- track_
enable bool - Enable/disable Zscaler SSE tracking
- tracker string
- Enable tracker for this interface
- tunnel_
dc_ stringpreference - Zscaler SSE Tunnel Data Center
- tunnel_
destination string - Tunnel destination IP address
- tunnel_
destination_ stringvariable - Variable name
- tunnel_
public_ stringip - Public IP required to setup GRE tunnel to Zscaler
- tunnel_
public_ stringip_ variable - Variable name
- tunnel_
route_ stringvia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel_
route_ stringvia_ variable - Variable name
- tunnel_
set string - Zscaler SSE Tunnel Provider
- tunnel_
source string - Tunnel source IP Address
- tunnel_
source_ stringinterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel_
source_ stringinterface_ variable - Variable name
- tunnel_
source_ stringvariable - Variable name
- unnumbered bool
- Unnumbered interface
- auto Boolean
- Auto Tunnel Mode
- dpd
Interval Integer - IKE keepalive interval (seconds)
- dpd
Interval StringVariable - Variable name
- dpd
Retries Integer - IKE keepalive retries
- dpd
Retries StringVariable - Variable name
- ike
Ciphersuite String - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite StringVariable - Variable name
- ike
Group String - IKE Diffie Hellman Groups
- ike
Group StringVariable - Variable name
- ike
Local StringId - IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- ike
Local StringId Variable - Variable name
- ike
Rekey IntegerInterval - IKE rekey interval \n\n seconds
- ike
Rekey StringInterval Variable - Variable name
- ike
Remote StringId - IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- ike
Remote StringId Variable - Variable name
- ike
Version Integer - IKE Version \n\n
- ike
Version StringVariable - Variable name
- interface
Description String - Interface description
- interface
Description StringVariable - Variable name
- interface
Name String - Interface name: IPsec when present
- ipsec
Ciphersuite String - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite StringVariable - Variable name
- ipsec
Rekey IntegerInterval - IPsec rekey interval \n\n seconds
- ipsec
Rekey StringInterval Variable - Variable name
- ipsec
Replay IntegerWindow - Replay window size 32..8192 (must be a power of 2)
- ipsec
Replay StringWindow Variable - Variable name
- ipv4Address String
- Assign IPv4 address
- ipv4Address
Variable String - Variable name
- mtu Integer
- Interface MTU \n\n, in bytes
- mtu
Variable String - Variable name
- perfect
Forward StringSecrecy - IPsec perfect forward secrecy settings
- perfect
Forward StringSecrecy Variable - Variable name
- Boolean
- Use preshared key to authenticate IKE peer
- String
- Use preshared key to authenticate IKE peer
- String
- Variable name
- shutdown Boolean
- Administrative state
- tcp
Mss IntegerAdjust - TCP MSS on SYN packets, in bytes
- tcp
Mss StringAdjust Variable - Variable name
- track
Enable Boolean - Enable/disable Zscaler SSE tracking
- tracker String
- Enable tracker for this interface
- tunnel
Dc StringPreference - Zscaler SSE Tunnel Data Center
- tunnel
Destination String - Tunnel destination IP address
- tunnel
Destination StringVariable - Variable name
- tunnel
Public StringIp - Public IP required to setup GRE tunnel to Zscaler
- tunnel
Public StringIp Variable - Variable name
- tunnel
Route StringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route StringVia Variable - Variable name
- tunnel
Set String - Zscaler SSE Tunnel Provider
- tunnel
Source String - Tunnel source IP Address
- tunnel
Source StringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source StringInterface Variable - Variable name
- tunnel
Source StringVariable - Variable name
- unnumbered Boolean
- Unnumbered interface
- auto boolean
- Auto Tunnel Mode
- dpd
Interval number - IKE keepalive interval (seconds)
- dpd
Interval stringVariable - Variable name
- dpd
Retries number - IKE keepalive retries
- dpd
Retries stringVariable - Variable name
- ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite stringVariable - Variable name
- ike
Group string - IKE Diffie Hellman Groups
- ike
Group stringVariable - Variable name
- ike
Local stringId - IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- ike
Local stringId Variable - Variable name
- ike
Rekey numberInterval - IKE rekey interval \n\n seconds
- ike
Rekey stringInterval Variable - Variable name
- ike
Remote stringId - IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- ike
Remote stringId Variable - Variable name
- ike
Version number - IKE Version \n\n
- ike
Version stringVariable - Variable name
- interface
Description string - Interface description
- interface
Description stringVariable - Variable name
- interface
Name string - Interface name: IPsec when present
- ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite stringVariable - Variable name
- ipsec
Rekey numberInterval - IPsec rekey interval \n\n seconds
- ipsec
Rekey stringInterval Variable - Variable name
- ipsec
Replay numberWindow - Replay window size 32..8192 (must be a power of 2)
- ipsec
Replay stringWindow Variable - Variable name
- ipv4Address string
- Assign IPv4 address
- ipv4Address
Variable string - Variable name
- mtu number
- Interface MTU \n\n, in bytes
- mtu
Variable string - Variable name
- perfect
Forward stringSecrecy - IPsec perfect forward secrecy settings
- perfect
Forward stringSecrecy Variable - Variable name
- boolean
- Use preshared key to authenticate IKE peer
- string
- Use preshared key to authenticate IKE peer
- string
- Variable name
- shutdown boolean
- Administrative state
- tcp
Mss numberAdjust - TCP MSS on SYN packets, in bytes
- tcp
Mss stringAdjust Variable - Variable name
- track
Enable boolean - Enable/disable Zscaler SSE tracking
- tracker string
- Enable tracker for this interface
- tunnel
Dc stringPreference - Zscaler SSE Tunnel Data Center
- tunnel
Destination string - Tunnel destination IP address
- tunnel
Destination stringVariable - Variable name
- tunnel
Public stringIp - Public IP required to setup GRE tunnel to Zscaler
- tunnel
Public stringIp Variable - Variable name
- tunnel
Route stringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route stringVia Variable - Variable name
- tunnel
Set string - Zscaler SSE Tunnel Provider
- tunnel
Source string - Tunnel source IP Address
- tunnel
Source stringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source stringInterface Variable - Variable name
- tunnel
Source stringVariable - Variable name
- unnumbered boolean
- Unnumbered interface
- auto bool
- Auto Tunnel Mode
- dpd_
interval int - IKE keepalive interval (seconds)
- dpd_
interval_ strvariable - Variable name
- dpd_
retries int - IKE keepalive retries
- dpd_
retries_ strvariable - Variable name
- ike_
ciphersuite str - IKE identity the IKE preshared secret belongs to
- ike_
ciphersuite_ strvariable - Variable name
- ike_
group str - IKE Diffie Hellman Groups
- ike_
group_ strvariable - Variable name
- ike_
local_ strid - IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- ike_
local_ strid_ variable - Variable name
- ike_
rekey_ intinterval - IKE rekey interval \n\n seconds
- ike_
rekey_ strinterval_ variable - Variable name
- ike_
remote_ strid - IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- ike_
remote_ strid_ variable - Variable name
- ike_
version int - IKE Version \n\n
- ike_
version_ strvariable - Variable name
- interface_
description str - Interface description
- interface_
description_ strvariable - Variable name
- interface_
name str - Interface name: IPsec when present
- ipsec_
ciphersuite str - IPsec(ESP) encryption and integrity protocol
- ipsec_
ciphersuite_ strvariable - Variable name
- ipsec_
rekey_ intinterval - IPsec rekey interval \n\n seconds
- ipsec_
rekey_ strinterval_ variable - Variable name
- ipsec_
replay_ intwindow - Replay window size 32..8192 (must be a power of 2)
- ipsec_
replay_ strwindow_ variable - Variable name
- ipv4_
address str - Assign IPv4 address
- ipv4_
address_ strvariable - Variable name
- mtu int
- Interface MTU \n\n, in bytes
- mtu_
variable str - Variable name
- perfect_
forward_ strsecrecy - IPsec perfect forward secrecy settings
- perfect_
forward_ strsecrecy_ variable - Variable name
- bool
- Use preshared key to authenticate IKE peer
- str
- Use preshared key to authenticate IKE peer
- str
- Variable name
- shutdown bool
- Administrative state
- tcp_
mss_ intadjust - TCP MSS on SYN packets, in bytes
- tcp_
mss_ stradjust_ variable - Variable name
- track_
enable bool - Enable/disable Zscaler SSE tracking
- tracker str
- Enable tracker for this interface
- tunnel_
dc_ strpreference - Zscaler SSE Tunnel Data Center
- tunnel_
destination str - Tunnel destination IP address
- tunnel_
destination_ strvariable - Variable name
- tunnel_
public_ strip - Public IP required to setup GRE tunnel to Zscaler
- tunnel_
public_ strip_ variable - Variable name
- tunnel_
route_ strvia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel_
route_ strvia_ variable - Variable name
- tunnel_
set str - Zscaler SSE Tunnel Provider
- tunnel_
source str - Tunnel source IP Address
- tunnel_
source_ strinterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel_
source_ strinterface_ variable - Variable name
- tunnel_
source_ strvariable - Variable name
- unnumbered bool
- Unnumbered interface
- auto Boolean
- Auto Tunnel Mode
- dpd
Interval Number - IKE keepalive interval (seconds)
- dpd
Interval StringVariable - Variable name
- dpd
Retries Number - IKE keepalive retries
- dpd
Retries StringVariable - Variable name
- ike
Ciphersuite String - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite StringVariable - Variable name
- ike
Group String - IKE Diffie Hellman Groups
- ike
Group StringVariable - Variable name
- ike
Local StringId - IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- ike
Local StringId Variable - Variable name
- ike
Rekey NumberInterval - IKE rekey interval \n\n seconds
- ike
Rekey StringInterval Variable - Variable name
- ike
Remote StringId - IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- ike
Remote StringId Variable - Variable name
- ike
Version Number - IKE Version \n\n
- ike
Version StringVariable - Variable name
- interface
Description String - Interface description
- interface
Description StringVariable - Variable name
- interface
Name String - Interface name: IPsec when present
- ipsec
Ciphersuite String - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite StringVariable - Variable name
- ipsec
Rekey NumberInterval - IPsec rekey interval \n\n seconds
- ipsec
Rekey StringInterval Variable - Variable name
- ipsec
Replay NumberWindow - Replay window size 32..8192 (must be a power of 2)
- ipsec
Replay StringWindow Variable - Variable name
- ipv4Address String
- Assign IPv4 address
- ipv4Address
Variable String - Variable name
- mtu Number
- Interface MTU \n\n, in bytes
- mtu
Variable String - Variable name
- perfect
Forward StringSecrecy - IPsec perfect forward secrecy settings
- perfect
Forward StringSecrecy Variable - Variable name
- Boolean
- Use preshared key to authenticate IKE peer
- String
- Use preshared key to authenticate IKE peer
- String
- Variable name
- shutdown Boolean
- Administrative state
- tcp
Mss NumberAdjust - TCP MSS on SYN packets, in bytes
- tcp
Mss StringAdjust Variable - Variable name
- track
Enable Boolean - Enable/disable Zscaler SSE tracking
- tracker String
- Enable tracker for this interface
- tunnel
Dc StringPreference - Zscaler SSE Tunnel Data Center
- tunnel
Destination String - Tunnel destination IP address
- tunnel
Destination StringVariable - Variable name
- tunnel
Public StringIp - Public IP required to setup GRE tunnel to Zscaler
- tunnel
Public StringIp Variable - Variable name
- tunnel
Route StringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route StringVia Variable - Variable name
- tunnel
Set String - Zscaler SSE Tunnel Provider
- tunnel
Source String - Tunnel source IP Address
- tunnel
Source StringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source StringInterface Variable - Variable name
- tunnel
Source StringVariable - Variable name
- unnumbered Boolean
- Unnumbered interface
GetSseZscalerFeatureInterfacePair
- Active
Interface string - Active Tunnel Interface for Zscaler SSE
- Active
Interface intWeight - Active Tunnel Interface Weight
- Backup
Interface string - Backup Tunnel Interface for Zscaler SSE
- Backup
Interface intWeight - Backup Tunnel Interface Weight
- Active
Interface string - Active Tunnel Interface for Zscaler SSE
- Active
Interface intWeight - Active Tunnel Interface Weight
- Backup
Interface string - Backup Tunnel Interface for Zscaler SSE
- Backup
Interface intWeight - Backup Tunnel Interface Weight
- active_
interface string - Active Tunnel Interface for Zscaler SSE
- active_
interface_ numberweight - Active Tunnel Interface Weight
- backup_
interface string - Backup Tunnel Interface for Zscaler SSE
- backup_
interface_ numberweight - Backup Tunnel Interface Weight
- active
Interface String - Active Tunnel Interface for Zscaler SSE
- active
Interface IntegerWeight - Active Tunnel Interface Weight
- backup
Interface String - Backup Tunnel Interface for Zscaler SSE
- backup
Interface IntegerWeight - Backup Tunnel Interface Weight
- active
Interface string - Active Tunnel Interface for Zscaler SSE
- active
Interface numberWeight - Active Tunnel Interface Weight
- backup
Interface string - Backup Tunnel Interface for Zscaler SSE
- backup
Interface numberWeight - Backup Tunnel Interface Weight
- active_
interface str - Active Tunnel Interface for Zscaler SSE
- active_
interface_ intweight - Active Tunnel Interface Weight
- backup_
interface str - Backup Tunnel Interface for Zscaler SSE
- backup_
interface_ intweight - Backup Tunnel Interface Weight
- active
Interface String - Active Tunnel Interface for Zscaler SSE
- active
Interface NumberWeight - Active Tunnel Interface Weight
- backup
Interface String - Backup Tunnel Interface for Zscaler SSE
- backup
Interface NumberWeight - Backup Tunnel Interface Weight
GetSseZscalerFeatureSubLocation
- Aup
Enabled bool - Displays an Acceptable Use Policy for unauthenticated traffic and require users to accept it
- Aup
Enabled stringVariable - Variable name
- Aup
Timeout int - How frequently in days the Acceptable Use Policy is displayed to users
- Aup
Timeout stringVariable - Variable name
- Auth
Required bool - Enable Enforce Authentication to require users from this location to authenticate to the service.
- Auth
Required stringVariable - Variable name
- Block
Internet boolUntil Accepted - Disable all access to the internet, including non-HTTP traffic, until the user accepts the Acceptable Use Policy
- Block
Internet stringUntil Accepted Variable - Variable name
- Caution
Enabled bool - Enforces a caution policy action and display an end user notification for unauthenticated traffic. If disabled, the action is treated as an allow policy.
- Caution
Enabled stringVariable - Variable name
- Display
Time stringUnit - Display time unit for Idle Time to Disassociation
- Display
Time stringUnit Variable - Variable name
- Dn
Bandwidth double - Dn
Bandwidth stringVariable - Variable name
- Enforce
Bandwidth stringControl - Enforce Bandwidth Control for sub location
- Enforce
Bandwidth stringControl Variable - Variable name
- Force
Ssl boolInspection - Enable to make SSL Interception enforce an Acceptable Use Policy for HTTPS traffic
- Force
Ssl stringInspection Variable - Variable name
- Idle
Time int - Idle time to disassociation. How long after a completed transaction the service retains the IP address to user mapping.
- Idle
Time stringVariable - Variable name
- Internal
Ips List<GetSse Zscaler Feature Sub Location Internal Ip> - Ip
Enforced boolFor Known Browsers - If enabled, and if the IP-user mapping exists, then the Surrogate user identity is used for traffic from known browsers. If disabled, traffic from known browsers will always be challenged using the configured authentication mechanism and Surrogate user identity is ignored
- Ip
Enforced stringFor Known Browsers Variable - Variable name
- Name string
- Name
Variable string - Variable name
- Ofw
Enabled bool - Enforces firewall at the location
- Ofw
Enabled stringVariable - Variable name
- Refresh
Time int - Length of time that surrogate user identity can be used for traffic from known browsers before it must refresh and re-validate the surrogate user identity
- Refresh
Time stringUnit - Refresh Time display unit
- Refresh
Time stringUnit Variable - Variable name
- Refresh
Time stringVariable - Variable name
- Service
Vpn stringVariable - Variable name
- Service
Vpns List<string> - Surrogate
Ip bool - Enable Surrogate IP. Maps users to device IP addresses. This is used to enforce user policies on cookie-compatible traffic.
- Surrogate
Ip stringVariable - Variable name
- Up
Bandwidth double - Up
Bandwidth stringVariable - Variable name
- Aup
Enabled bool - Displays an Acceptable Use Policy for unauthenticated traffic and require users to accept it
- Aup
Enabled stringVariable - Variable name
- Aup
Timeout int - How frequently in days the Acceptable Use Policy is displayed to users
- Aup
Timeout stringVariable - Variable name
- Auth
Required bool - Enable Enforce Authentication to require users from this location to authenticate to the service.
- Auth
Required stringVariable - Variable name
- Block
Internet boolUntil Accepted - Disable all access to the internet, including non-HTTP traffic, until the user accepts the Acceptable Use Policy
- Block
Internet stringUntil Accepted Variable - Variable name
- Caution
Enabled bool - Enforces a caution policy action and display an end user notification for unauthenticated traffic. If disabled, the action is treated as an allow policy.
- Caution
Enabled stringVariable - Variable name
- Display
Time stringUnit - Display time unit for Idle Time to Disassociation
- Display
Time stringUnit Variable - Variable name
- Dn
Bandwidth float64 - Dn
Bandwidth stringVariable - Variable name
- Enforce
Bandwidth stringControl - Enforce Bandwidth Control for sub location
- Enforce
Bandwidth stringControl Variable - Variable name
- Force
Ssl boolInspection - Enable to make SSL Interception enforce an Acceptable Use Policy for HTTPS traffic
- Force
Ssl stringInspection Variable - Variable name
- Idle
Time int - Idle time to disassociation. How long after a completed transaction the service retains the IP address to user mapping.
- Idle
Time stringVariable - Variable name
- Internal
Ips []GetSse Zscaler Feature Sub Location Internal Ip - Ip
Enforced boolFor Known Browsers - If enabled, and if the IP-user mapping exists, then the Surrogate user identity is used for traffic from known browsers. If disabled, traffic from known browsers will always be challenged using the configured authentication mechanism and Surrogate user identity is ignored
- Ip
Enforced stringFor Known Browsers Variable - Variable name
- Name string
- Name
Variable string - Variable name
- Ofw
Enabled bool - Enforces firewall at the location
- Ofw
Enabled stringVariable - Variable name
- Refresh
Time int - Length of time that surrogate user identity can be used for traffic from known browsers before it must refresh and re-validate the surrogate user identity
- Refresh
Time stringUnit - Refresh Time display unit
- Refresh
Time stringUnit Variable - Variable name
- Refresh
Time stringVariable - Variable name
- Service
Vpn stringVariable - Variable name
- Service
Vpns []string - Surrogate
Ip bool - Enable Surrogate IP. Maps users to device IP addresses. This is used to enforce user policies on cookie-compatible traffic.
- Surrogate
Ip stringVariable - Variable name
- Up
Bandwidth float64 - Up
Bandwidth stringVariable - Variable name
- aup_
enabled bool - Displays an Acceptable Use Policy for unauthenticated traffic and require users to accept it
- aup_
enabled_ stringvariable - Variable name
- aup_
timeout number - How frequently in days the Acceptable Use Policy is displayed to users
- aup_
timeout_ stringvariable - Variable name
- auth_
required bool - Enable Enforce Authentication to require users from this location to authenticate to the service.
- auth_
required_ stringvariable - Variable name
- block_
internet_ booluntil_ accepted - Disable all access to the internet, including non-HTTP traffic, until the user accepts the Acceptable Use Policy
- block_
internet_ stringuntil_ accepted_ variable - Variable name
- caution_
enabled bool - Enforces a caution policy action and display an end user notification for unauthenticated traffic. If disabled, the action is treated as an allow policy.
- caution_
enabled_ stringvariable - Variable name
- display_
time_ stringunit - Display time unit for Idle Time to Disassociation
- display_
time_ stringunit_ variable - Variable name
- dn_
bandwidth number - dn_
bandwidth_ stringvariable - Variable name
- enforce_
bandwidth_ stringcontrol - Enforce Bandwidth Control for sub location
- enforce_
bandwidth_ stringcontrol_ variable - Variable name
- force_
ssl_ boolinspection - Enable to make SSL Interception enforce an Acceptable Use Policy for HTTPS traffic
- force_
ssl_ stringinspection_ variable - Variable name
- idle_
time number - Idle time to disassociation. How long after a completed transaction the service retains the IP address to user mapping.
- idle_
time_ stringvariable - Variable name
- internal_
ips list(object) - ip_
enforced_ boolfor_ known_ browsers - If enabled, and if the IP-user mapping exists, then the Surrogate user identity is used for traffic from known browsers. If disabled, traffic from known browsers will always be challenged using the configured authentication mechanism and Surrogate user identity is ignored
- ip_
enforced_ stringfor_ known_ browsers_ variable - Variable name
- name string
- name_
variable string - Variable name
- ofw_
enabled bool - Enforces firewall at the location
- ofw_
enabled_ stringvariable - Variable name
- refresh_
time number - Length of time that surrogate user identity can be used for traffic from known browsers before it must refresh and re-validate the surrogate user identity
- refresh_
time_ stringunit - Refresh Time display unit
- refresh_
time_ stringunit_ variable - Variable name
- refresh_
time_ stringvariable - Variable name
- service_
vpn_ stringvariable - Variable name
- service_
vpns list(string) - surrogate_
ip bool - Enable Surrogate IP. Maps users to device IP addresses. This is used to enforce user policies on cookie-compatible traffic.
- surrogate_
ip_ stringvariable - Variable name
- up_
bandwidth number - up_
bandwidth_ stringvariable - Variable name
- aup
Enabled Boolean - Displays an Acceptable Use Policy for unauthenticated traffic and require users to accept it
- aup
Enabled StringVariable - Variable name
- aup
Timeout Integer - How frequently in days the Acceptable Use Policy is displayed to users
- aup
Timeout StringVariable - Variable name
- auth
Required Boolean - Enable Enforce Authentication to require users from this location to authenticate to the service.
- auth
Required StringVariable - Variable name
- block
Internet BooleanUntil Accepted - Disable all access to the internet, including non-HTTP traffic, until the user accepts the Acceptable Use Policy
- block
Internet StringUntil Accepted Variable - Variable name
- caution
Enabled Boolean - Enforces a caution policy action and display an end user notification for unauthenticated traffic. If disabled, the action is treated as an allow policy.
- caution
Enabled StringVariable - Variable name
- display
Time StringUnit - Display time unit for Idle Time to Disassociation
- display
Time StringUnit Variable - Variable name
- dn
Bandwidth Double - dn
Bandwidth StringVariable - Variable name
- enforce
Bandwidth StringControl - Enforce Bandwidth Control for sub location
- enforce
Bandwidth StringControl Variable - Variable name
- force
Ssl BooleanInspection - Enable to make SSL Interception enforce an Acceptable Use Policy for HTTPS traffic
- force
Ssl StringInspection Variable - Variable name
- idle
Time Integer - Idle time to disassociation. How long after a completed transaction the service retains the IP address to user mapping.
- idle
Time StringVariable - Variable name
- internal
Ips List<GetSse Zscaler Feature Sub Location Internal Ip> - ip
Enforced BooleanFor Known Browsers - If enabled, and if the IP-user mapping exists, then the Surrogate user identity is used for traffic from known browsers. If disabled, traffic from known browsers will always be challenged using the configured authentication mechanism and Surrogate user identity is ignored
- ip
Enforced StringFor Known Browsers Variable - Variable name
- name String
- name
Variable String - Variable name
- ofw
Enabled Boolean - Enforces firewall at the location
- ofw
Enabled StringVariable - Variable name
- refresh
Time Integer - Length of time that surrogate user identity can be used for traffic from known browsers before it must refresh and re-validate the surrogate user identity
- refresh
Time StringUnit - Refresh Time display unit
- refresh
Time StringUnit Variable - Variable name
- refresh
Time StringVariable - Variable name
- service
Vpn StringVariable - Variable name
- service
Vpns List<String> - surrogate
Ip Boolean - Enable Surrogate IP. Maps users to device IP addresses. This is used to enforce user policies on cookie-compatible traffic.
- surrogate
Ip StringVariable - Variable name
- up
Bandwidth Double - up
Bandwidth StringVariable - Variable name
- aup
Enabled boolean - Displays an Acceptable Use Policy for unauthenticated traffic and require users to accept it
- aup
Enabled stringVariable - Variable name
- aup
Timeout number - How frequently in days the Acceptable Use Policy is displayed to users
- aup
Timeout stringVariable - Variable name
- auth
Required boolean - Enable Enforce Authentication to require users from this location to authenticate to the service.
- auth
Required stringVariable - Variable name
- block
Internet booleanUntil Accepted - Disable all access to the internet, including non-HTTP traffic, until the user accepts the Acceptable Use Policy
- block
Internet stringUntil Accepted Variable - Variable name
- caution
Enabled boolean - Enforces a caution policy action and display an end user notification for unauthenticated traffic. If disabled, the action is treated as an allow policy.
- caution
Enabled stringVariable - Variable name
- display
Time stringUnit - Display time unit for Idle Time to Disassociation
- display
Time stringUnit Variable - Variable name
- dn
Bandwidth number - dn
Bandwidth stringVariable - Variable name
- enforce
Bandwidth stringControl - Enforce Bandwidth Control for sub location
- enforce
Bandwidth stringControl Variable - Variable name
- force
Ssl booleanInspection - Enable to make SSL Interception enforce an Acceptable Use Policy for HTTPS traffic
- force
Ssl stringInspection Variable - Variable name
- idle
Time number - Idle time to disassociation. How long after a completed transaction the service retains the IP address to user mapping.
- idle
Time stringVariable - Variable name
- internal
Ips GetSse Zscaler Feature Sub Location Internal Ip[] - ip
Enforced booleanFor Known Browsers - If enabled, and if the IP-user mapping exists, then the Surrogate user identity is used for traffic from known browsers. If disabled, traffic from known browsers will always be challenged using the configured authentication mechanism and Surrogate user identity is ignored
- ip
Enforced stringFor Known Browsers Variable - Variable name
- name string
- name
Variable string - Variable name
- ofw
Enabled boolean - Enforces firewall at the location
- ofw
Enabled stringVariable - Variable name
- refresh
Time number - Length of time that surrogate user identity can be used for traffic from known browsers before it must refresh and re-validate the surrogate user identity
- refresh
Time stringUnit - Refresh Time display unit
- refresh
Time stringUnit Variable - Variable name
- refresh
Time stringVariable - Variable name
- service
Vpn stringVariable - Variable name
- service
Vpns string[] - surrogate
Ip boolean - Enable Surrogate IP. Maps users to device IP addresses. This is used to enforce user policies on cookie-compatible traffic.
- surrogate
Ip stringVariable - Variable name
- up
Bandwidth number - up
Bandwidth stringVariable - Variable name
- aup_
enabled bool - Displays an Acceptable Use Policy for unauthenticated traffic and require users to accept it
- aup_
enabled_ strvariable - Variable name
- aup_
timeout int - How frequently in days the Acceptable Use Policy is displayed to users
- aup_
timeout_ strvariable - Variable name
- auth_
required bool - Enable Enforce Authentication to require users from this location to authenticate to the service.
- auth_
required_ strvariable - Variable name
- block_
internet_ booluntil_ accepted - Disable all access to the internet, including non-HTTP traffic, until the user accepts the Acceptable Use Policy
- block_
internet_ struntil_ accepted_ variable - Variable name
- caution_
enabled bool - Enforces a caution policy action and display an end user notification for unauthenticated traffic. If disabled, the action is treated as an allow policy.
- caution_
enabled_ strvariable - Variable name
- display_
time_ strunit - Display time unit for Idle Time to Disassociation
- display_
time_ strunit_ variable - Variable name
- dn_
bandwidth float - dn_
bandwidth_ strvariable - Variable name
- enforce_
bandwidth_ strcontrol - Enforce Bandwidth Control for sub location
- enforce_
bandwidth_ strcontrol_ variable - Variable name
- force_
ssl_ boolinspection - Enable to make SSL Interception enforce an Acceptable Use Policy for HTTPS traffic
- force_
ssl_ strinspection_ variable - Variable name
- idle_
time int - Idle time to disassociation. How long after a completed transaction the service retains the IP address to user mapping.
- idle_
time_ strvariable - Variable name
- internal_
ips Sequence[GetSse Zscaler Feature Sub Location Internal Ip] - ip_
enforced_ boolfor_ known_ browsers - If enabled, and if the IP-user mapping exists, then the Surrogate user identity is used for traffic from known browsers. If disabled, traffic from known browsers will always be challenged using the configured authentication mechanism and Surrogate user identity is ignored
- ip_
enforced_ strfor_ known_ browsers_ variable - Variable name
- name str
- name_
variable str - Variable name
- ofw_
enabled bool - Enforces firewall at the location
- ofw_
enabled_ strvariable - Variable name
- refresh_
time int - Length of time that surrogate user identity can be used for traffic from known browsers before it must refresh and re-validate the surrogate user identity
- refresh_
time_ strunit - Refresh Time display unit
- refresh_
time_ strunit_ variable - Variable name
- refresh_
time_ strvariable - Variable name
- service_
vpn_ strvariable - Variable name
- service_
vpns Sequence[str] - surrogate_
ip bool - Enable Surrogate IP. Maps users to device IP addresses. This is used to enforce user policies on cookie-compatible traffic.
- surrogate_
ip_ strvariable - Variable name
- up_
bandwidth float - up_
bandwidth_ strvariable - Variable name
- aup
Enabled Boolean - Displays an Acceptable Use Policy for unauthenticated traffic and require users to accept it
- aup
Enabled StringVariable - Variable name
- aup
Timeout Number - How frequently in days the Acceptable Use Policy is displayed to users
- aup
Timeout StringVariable - Variable name
- auth
Required Boolean - Enable Enforce Authentication to require users from this location to authenticate to the service.
- auth
Required StringVariable - Variable name
- block
Internet BooleanUntil Accepted - Disable all access to the internet, including non-HTTP traffic, until the user accepts the Acceptable Use Policy
- block
Internet StringUntil Accepted Variable - Variable name
- caution
Enabled Boolean - Enforces a caution policy action and display an end user notification for unauthenticated traffic. If disabled, the action is treated as an allow policy.
- caution
Enabled StringVariable - Variable name
- display
Time StringUnit - Display time unit for Idle Time to Disassociation
- display
Time StringUnit Variable - Variable name
- dn
Bandwidth Number - dn
Bandwidth StringVariable - Variable name
- enforce
Bandwidth StringControl - Enforce Bandwidth Control for sub location
- enforce
Bandwidth StringControl Variable - Variable name
- force
Ssl BooleanInspection - Enable to make SSL Interception enforce an Acceptable Use Policy for HTTPS traffic
- force
Ssl StringInspection Variable - Variable name
- idle
Time Number - Idle time to disassociation. How long after a completed transaction the service retains the IP address to user mapping.
- idle
Time StringVariable - Variable name
- internal
Ips List<Property Map> - ip
Enforced BooleanFor Known Browsers - If enabled, and if the IP-user mapping exists, then the Surrogate user identity is used for traffic from known browsers. If disabled, traffic from known browsers will always be challenged using the configured authentication mechanism and Surrogate user identity is ignored
- ip
Enforced StringFor Known Browsers Variable - Variable name
- name String
- name
Variable String - Variable name
- ofw
Enabled Boolean - Enforces firewall at the location
- ofw
Enabled StringVariable - Variable name
- refresh
Time Number - Length of time that surrogate user identity can be used for traffic from known browsers before it must refresh and re-validate the surrogate user identity
- refresh
Time StringUnit - Refresh Time display unit
- refresh
Time StringUnit Variable - Variable name
- refresh
Time StringVariable - Variable name
- service
Vpn StringVariable - Variable name
- service
Vpns List<String> - surrogate
Ip Boolean - Enable Surrogate IP. Maps users to device IP addresses. This is used to enforce user policies on cookie-compatible traffic.
- surrogate
Ip StringVariable - Variable name
- up
Bandwidth Number - up
Bandwidth StringVariable - Variable name
GetSseZscalerFeatureSubLocationInternalIp
- Internal
Ip stringValue - Internal
Ip stringValue Variable - Variable name
- Internal
Ip stringValue - Internal
Ip stringValue Variable - Variable name
- internal_
ip_ stringvalue - internal_
ip_ stringvalue_ variable - Variable name
- internal
Ip StringValue - internal
Ip StringValue Variable - Variable name
- internal
Ip stringValue - internal
Ip stringValue Variable - Variable name
- internal_
ip_ strvalue - internal_
ip_ strvalue_ variable - Variable name
- internal
Ip StringValue - internal
Ip StringValue Variable - Variable name
GetSseZscalerFeatureTracker
- Endpoint
Api stringUrl - API url of endpoint
- Endpoint
Api stringUrl Variable - Variable name
- Interval int
- Probe interval \n\n seconds
- Interval
Variable string - Variable name
- Multiplier int
- Probe failure multiplier \n\n failed attempts
- Multiplier
Variable string - Variable name
- Name string
- Tracker name
- Threshold int
- Probe Timeout threshold \n\n milliseconds
- Threshold
Variable string - Variable name
- Endpoint
Api stringUrl - API url of endpoint
- Endpoint
Api stringUrl Variable - Variable name
- Interval int
- Probe interval \n\n seconds
- Interval
Variable string - Variable name
- Multiplier int
- Probe failure multiplier \n\n failed attempts
- Multiplier
Variable string - Variable name
- Name string
- Tracker name
- Threshold int
- Probe Timeout threshold \n\n milliseconds
- Threshold
Variable string - Variable name
- endpoint_
api_ stringurl - API url of endpoint
- endpoint_
api_ stringurl_ variable - Variable name
- interval number
- Probe interval \n\n seconds
- interval_
variable string - Variable name
- multiplier number
- Probe failure multiplier \n\n failed attempts
- multiplier_
variable string - Variable name
- name string
- Tracker name
- threshold number
- Probe Timeout threshold \n\n milliseconds
- threshold_
variable string - Variable name
- endpoint
Api StringUrl - API url of endpoint
- endpoint
Api StringUrl Variable - Variable name
- interval Integer
- Probe interval \n\n seconds
- interval
Variable String - Variable name
- multiplier Integer
- Probe failure multiplier \n\n failed attempts
- multiplier
Variable String - Variable name
- name String
- Tracker name
- threshold Integer
- Probe Timeout threshold \n\n milliseconds
- threshold
Variable String - Variable name
- endpoint
Api stringUrl - API url of endpoint
- endpoint
Api stringUrl Variable - Variable name
- interval number
- Probe interval \n\n seconds
- interval
Variable string - Variable name
- multiplier number
- Probe failure multiplier \n\n failed attempts
- multiplier
Variable string - Variable name
- name string
- Tracker name
- threshold number
- Probe Timeout threshold \n\n milliseconds
- threshold
Variable string - Variable name
- endpoint_
api_ strurl - API url of endpoint
- endpoint_
api_ strurl_ variable - Variable name
- interval int
- Probe interval \n\n seconds
- interval_
variable str - Variable name
- multiplier int
- Probe failure multiplier \n\n failed attempts
- multiplier_
variable str - Variable name
- name str
- Tracker name
- threshold int
- Probe Timeout threshold \n\n milliseconds
- threshold_
variable str - Variable name
- endpoint
Api StringUrl - API url of endpoint
- endpoint
Api StringUrl Variable - Variable name
- interval Number
- Probe interval \n\n seconds
- interval
Variable String - Variable name
- multiplier Number
- Probe failure multiplier \n\n failed attempts
- multiplier
Variable String - Variable name
- name String
- Tracker name
- threshold Number
- Probe Timeout threshold \n\n milliseconds
- threshold
Variable String - Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwanTerraform Provider.
Viewing docs for Cisco Catalyst SD-WAN v0.9.1
published on Friday, Jun 26, 2026 by Pulumi
published on Friday, Jun 26, 2026 by Pulumi