zpa.ApplicationSegment
Explore with Pulumi AI
Import
Zscaler offers a dedicated tool called Zscaler-Terraformer to allow the automated import of ZPA configurations into Terraform-compliant HashiCorp Configuration Language.
Visit
Application Segment can be imported by using <APPLICATION SEGMENT ID>
or <APPLICATION SEGMENT NAME>
as the import ID.
$ pulumi import zpa:index/applicationSegment:ApplicationSegment example <application_segment_id>
or
$ pulumi import zpa:index/applicationSegment:ApplicationSegment example <application_segment_name>
Create ApplicationSegment Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ApplicationSegment(name: string, args: ApplicationSegmentArgs, opts?: CustomResourceOptions);
@overload
def ApplicationSegment(resource_name: str,
args: ApplicationSegmentArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ApplicationSegment(resource_name: str,
opts: Optional[ResourceOptions] = None,
domain_names: Optional[Sequence[str]] = None,
match_style: Optional[str] = None,
enabled: Optional[bool] = None,
microtenant_id: Optional[str] = None,
double_encrypt: Optional[bool] = None,
name: Optional[str] = None,
health_check_type: Optional[str] = None,
health_reporting: Optional[str] = None,
passive_health_enabled: Optional[bool] = None,
ip_anchored: Optional[bool] = None,
is_cname_enabled: Optional[bool] = None,
is_incomplete_dr_config: Optional[bool] = None,
bypass_type: Optional[str] = None,
config_space: Optional[str] = None,
description: Optional[str] = None,
icmp_access_type: Optional[str] = None,
segment_group_id: Optional[str] = None,
segment_group_name: Optional[str] = None,
select_connector_close_to_app: Optional[bool] = None,
server_groups: Optional[Sequence[ApplicationSegmentServerGroupArgs]] = None,
tcp_keep_alive: Optional[str] = None,
tcp_port_range: Optional[Sequence[ApplicationSegmentTcpPortRangeArgs]] = None,
tcp_port_ranges: Optional[Sequence[str]] = None,
udp_port_range: Optional[Sequence[ApplicationSegmentUdpPortRangeArgs]] = None,
udp_port_ranges: Optional[Sequence[str]] = None,
use_in_dr_mode: Optional[bool] = None)
func NewApplicationSegment(ctx *Context, name string, args ApplicationSegmentArgs, opts ...ResourceOption) (*ApplicationSegment, error)
public ApplicationSegment(string name, ApplicationSegmentArgs args, CustomResourceOptions? opts = null)
public ApplicationSegment(String name, ApplicationSegmentArgs args)
public ApplicationSegment(String name, ApplicationSegmentArgs args, CustomResourceOptions options)
type: zpa:ApplicationSegment
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 ApplicationSegmentArgs
- 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 ApplicationSegmentArgs
- 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 ApplicationSegmentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ApplicationSegmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ApplicationSegmentArgs
- 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 applicationSegmentResource = new Zpa.ApplicationSegment("applicationSegmentResource", new()
{
DomainNames = new[]
{
"string",
},
MatchStyle = "string",
Enabled = false,
MicrotenantId = "string",
DoubleEncrypt = false,
Name = "string",
HealthCheckType = "string",
HealthReporting = "string",
PassiveHealthEnabled = false,
IpAnchored = false,
IsCnameEnabled = false,
IsIncompleteDrConfig = false,
BypassType = "string",
ConfigSpace = "string",
Description = "string",
IcmpAccessType = "string",
SegmentGroupId = "string",
SegmentGroupName = "string",
SelectConnectorCloseToApp = false,
ServerGroups = new[]
{
new Zpa.Inputs.ApplicationSegmentServerGroupArgs
{
Ids = new[]
{
"string",
},
},
},
TcpKeepAlive = "string",
TcpPortRange = new[]
{
new Zpa.Inputs.ApplicationSegmentTcpPortRangeArgs
{
From = "string",
To = "string",
},
},
TcpPortRanges = new[]
{
"string",
},
UdpPortRange = new[]
{
new Zpa.Inputs.ApplicationSegmentUdpPortRangeArgs
{
From = "string",
To = "string",
},
},
UdpPortRanges = new[]
{
"string",
},
UseInDrMode = false,
});
example, err := zpa.NewApplicationSegment(ctx, "applicationSegmentResource", &zpa.ApplicationSegmentArgs{
DomainNames: pulumi.StringArray{
pulumi.String("string"),
},
MatchStyle: pulumi.String("string"),
Enabled: pulumi.Bool(false),
MicrotenantId: pulumi.String("string"),
DoubleEncrypt: pulumi.Bool(false),
Name: pulumi.String("string"),
HealthCheckType: pulumi.String("string"),
HealthReporting: pulumi.String("string"),
PassiveHealthEnabled: pulumi.Bool(false),
IpAnchored: pulumi.Bool(false),
IsCnameEnabled: pulumi.Bool(false),
IsIncompleteDrConfig: pulumi.Bool(false),
BypassType: pulumi.String("string"),
ConfigSpace: pulumi.String("string"),
Description: pulumi.String("string"),
IcmpAccessType: pulumi.String("string"),
SegmentGroupId: pulumi.String("string"),
SegmentGroupName: pulumi.String("string"),
SelectConnectorCloseToApp: pulumi.Bool(false),
ServerGroups: zpa.ApplicationSegmentServerGroupArray{
&zpa.ApplicationSegmentServerGroupArgs{
Ids: pulumi.StringArray{
pulumi.String("string"),
},
},
},
TcpKeepAlive: pulumi.String("string"),
TcpPortRange: zpa.ApplicationSegmentTcpPortRangeArray{
&zpa.ApplicationSegmentTcpPortRangeArgs{
From: pulumi.String("string"),
To: pulumi.String("string"),
},
},
TcpPortRanges: pulumi.StringArray{
pulumi.String("string"),
},
UdpPortRange: zpa.ApplicationSegmentUdpPortRangeArray{
&zpa.ApplicationSegmentUdpPortRangeArgs{
From: pulumi.String("string"),
To: pulumi.String("string"),
},
},
UdpPortRanges: pulumi.StringArray{
pulumi.String("string"),
},
UseInDrMode: pulumi.Bool(false),
})
var applicationSegmentResource = new ApplicationSegment("applicationSegmentResource", ApplicationSegmentArgs.builder()
.domainNames("string")
.matchStyle("string")
.enabled(false)
.microtenantId("string")
.doubleEncrypt(false)
.name("string")
.healthCheckType("string")
.healthReporting("string")
.passiveHealthEnabled(false)
.ipAnchored(false)
.isCnameEnabled(false)
.isIncompleteDrConfig(false)
.bypassType("string")
.configSpace("string")
.description("string")
.icmpAccessType("string")
.segmentGroupId("string")
.segmentGroupName("string")
.selectConnectorCloseToApp(false)
.serverGroups(ApplicationSegmentServerGroupArgs.builder()
.ids("string")
.build())
.tcpKeepAlive("string")
.tcpPortRange(ApplicationSegmentTcpPortRangeArgs.builder()
.from("string")
.to("string")
.build())
.tcpPortRanges("string")
.udpPortRange(ApplicationSegmentUdpPortRangeArgs.builder()
.from("string")
.to("string")
.build())
.udpPortRanges("string")
.useInDrMode(false)
.build());
application_segment_resource = zpa.ApplicationSegment("applicationSegmentResource",
domain_names=["string"],
match_style="string",
enabled=False,
microtenant_id="string",
double_encrypt=False,
name="string",
health_check_type="string",
health_reporting="string",
passive_health_enabled=False,
ip_anchored=False,
is_cname_enabled=False,
is_incomplete_dr_config=False,
bypass_type="string",
config_space="string",
description="string",
icmp_access_type="string",
segment_group_id="string",
segment_group_name="string",
select_connector_close_to_app=False,
server_groups=[zpa.ApplicationSegmentServerGroupArgs(
ids=["string"],
)],
tcp_keep_alive="string",
tcp_port_range=[zpa.ApplicationSegmentTcpPortRangeArgs(
from_="string",
to="string",
)],
tcp_port_ranges=["string"],
udp_port_range=[zpa.ApplicationSegmentUdpPortRangeArgs(
from_="string",
to="string",
)],
udp_port_ranges=["string"],
use_in_dr_mode=False)
const applicationSegmentResource = new zpa.ApplicationSegment("applicationSegmentResource", {
domainNames: ["string"],
matchStyle: "string",
enabled: false,
microtenantId: "string",
doubleEncrypt: false,
name: "string",
healthCheckType: "string",
healthReporting: "string",
passiveHealthEnabled: false,
ipAnchored: false,
isCnameEnabled: false,
isIncompleteDrConfig: false,
bypassType: "string",
configSpace: "string",
description: "string",
icmpAccessType: "string",
segmentGroupId: "string",
segmentGroupName: "string",
selectConnectorCloseToApp: false,
serverGroups: [{
ids: ["string"],
}],
tcpKeepAlive: "string",
tcpPortRange: [{
from: "string",
to: "string",
}],
tcpPortRanges: ["string"],
udpPortRange: [{
from: "string",
to: "string",
}],
udpPortRanges: ["string"],
useInDrMode: false,
});
type: zpa:ApplicationSegment
properties:
bypassType: string
configSpace: string
description: string
domainNames:
- string
doubleEncrypt: false
enabled: false
healthCheckType: string
healthReporting: string
icmpAccessType: string
ipAnchored: false
isCnameEnabled: false
isIncompleteDrConfig: false
matchStyle: string
microtenantId: string
name: string
passiveHealthEnabled: false
segmentGroupId: string
segmentGroupName: string
selectConnectorCloseToApp: false
serverGroups:
- ids:
- string
tcpKeepAlive: string
tcpPortRange:
- from: string
to: string
tcpPortRanges:
- string
udpPortRange:
- from: string
to: string
udpPortRanges:
- string
useInDrMode: false
ApplicationSegment Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ApplicationSegment resource accepts the following input properties:
- Domain
Names List<string> - List of domains and IPs.
- Bypass
Type string - Indicates whether users can bypass ZPA to access applications.
- Config
Space string - Description string
- Description of the application.
- Double
Encrypt bool - Whether Double Encryption is enabled or disabled for the app.
- Enabled bool
- Whether this application is enabled or not.
- Health
Check stringType - Health
Reporting string - Whether health reporting for the app is Continuous or On Access. Supported values: NONE, ON_ACCESS, CONTINUOUS.
- Icmp
Access stringType - Ip
Anchored bool - Is
Cname boolEnabled - Indicates if the Zscaler Client Connector (formerly Zscaler App or Z App) receives CNAME DNS records from the connectors.
- Is
Incomplete boolDr Config - Match
Style string - Microtenant
Id string - Name string
- Name of the application.
- Passive
Health boolEnabled - Segment
Group stringId - Segment
Group stringName - Select
Connector boolClose To App - Server
Groups List<Zscaler.Zpa. Inputs. Application Segment Server Group> - List of the server group IDs.
- Tcp
Keep stringAlive - Tcp
Port List<Zscaler.Range Zpa. Inputs. Application Segment Tcp Port Range> - tcp port range
- Tcp
Port List<string>Ranges - TCP port ranges used to access the app.
- Udp
Port List<Zscaler.Range Zpa. Inputs. Application Segment Udp Port Range> - udp port range
- Udp
Port List<string>Ranges - UDP port ranges used to access the app.
- Use
In boolDr Mode
- Domain
Names []string - List of domains and IPs.
- Bypass
Type string - Indicates whether users can bypass ZPA to access applications.
- Config
Space string - Description string
- Description of the application.
- Double
Encrypt bool - Whether Double Encryption is enabled or disabled for the app.
- Enabled bool
- Whether this application is enabled or not.
- Health
Check stringType - Health
Reporting string - Whether health reporting for the app is Continuous or On Access. Supported values: NONE, ON_ACCESS, CONTINUOUS.
- Icmp
Access stringType - Ip
Anchored bool - Is
Cname boolEnabled - Indicates if the Zscaler Client Connector (formerly Zscaler App or Z App) receives CNAME DNS records from the connectors.
- Is
Incomplete boolDr Config - Match
Style string - Microtenant
Id string - Name string
- Name of the application.
- Passive
Health boolEnabled - Segment
Group stringId - Segment
Group stringName - Select
Connector boolClose To App - Server
Groups []ApplicationSegment Server Group Args - List of the server group IDs.
- Tcp
Keep stringAlive - Tcp
Port []ApplicationRange Segment Tcp Port Range Args - tcp port range
- Tcp
Port []stringRanges - TCP port ranges used to access the app.
- Udp
Port []ApplicationRange Segment Udp Port Range Args - udp port range
- Udp
Port []stringRanges - UDP port ranges used to access the app.
- Use
In boolDr Mode
- domain
Names List<String> - List of domains and IPs.
- bypass
Type String - Indicates whether users can bypass ZPA to access applications.
- config
Space String - description String
- Description of the application.
- double
Encrypt Boolean - Whether Double Encryption is enabled or disabled for the app.
- enabled Boolean
- Whether this application is enabled or not.
- health
Check StringType - health
Reporting String - Whether health reporting for the app is Continuous or On Access. Supported values: NONE, ON_ACCESS, CONTINUOUS.
- icmp
Access StringType - ip
Anchored Boolean - is
Cname BooleanEnabled - Indicates if the Zscaler Client Connector (formerly Zscaler App or Z App) receives CNAME DNS records from the connectors.
- is
Incomplete BooleanDr Config - match
Style String - microtenant
Id String - name String
- Name of the application.
- passive
Health BooleanEnabled - segment
Group StringId - segment
Group StringName - select
Connector BooleanClose To App - server
Groups List<ApplicationSegment Server Group> - List of the server group IDs.
- tcp
Keep StringAlive - tcp
Port List<ApplicationRange Segment Tcp Port Range> - tcp port range
- tcp
Port List<String>Ranges - TCP port ranges used to access the app.
- udp
Port List<ApplicationRange Segment Udp Port Range> - udp port range
- udp
Port List<String>Ranges - UDP port ranges used to access the app.
- use
In BooleanDr Mode
- domain
Names string[] - List of domains and IPs.
- bypass
Type string - Indicates whether users can bypass ZPA to access applications.
- config
Space string - description string
- Description of the application.
- double
Encrypt boolean - Whether Double Encryption is enabled or disabled for the app.
- enabled boolean
- Whether this application is enabled or not.
- health
Check stringType - health
Reporting string - Whether health reporting for the app is Continuous or On Access. Supported values: NONE, ON_ACCESS, CONTINUOUS.
- icmp
Access stringType - ip
Anchored boolean - is
Cname booleanEnabled - Indicates if the Zscaler Client Connector (formerly Zscaler App or Z App) receives CNAME DNS records from the connectors.
- is
Incomplete booleanDr Config - match
Style string - microtenant
Id string - name string
- Name of the application.
- passive
Health booleanEnabled - segment
Group stringId - segment
Group stringName - select
Connector booleanClose To App - server
Groups ApplicationSegment Server Group[] - List of the server group IDs.
- tcp
Keep stringAlive - tcp
Port ApplicationRange Segment Tcp Port Range[] - tcp port range
- tcp
Port string[]Ranges - TCP port ranges used to access the app.
- udp
Port ApplicationRange Segment Udp Port Range[] - udp port range
- udp
Port string[]Ranges - UDP port ranges used to access the app.
- use
In booleanDr Mode
- domain_
names Sequence[str] - List of domains and IPs.
- bypass_
type str - Indicates whether users can bypass ZPA to access applications.
- config_
space str - description str
- Description of the application.
- double_
encrypt bool - Whether Double Encryption is enabled or disabled for the app.
- enabled bool
- Whether this application is enabled or not.
- health_
check_ strtype - health_
reporting str - Whether health reporting for the app is Continuous or On Access. Supported values: NONE, ON_ACCESS, CONTINUOUS.
- icmp_
access_ strtype - ip_
anchored bool - is_
cname_ boolenabled - Indicates if the Zscaler Client Connector (formerly Zscaler App or Z App) receives CNAME DNS records from the connectors.
- is_
incomplete_ booldr_ config - match_
style str - microtenant_
id str - name str
- Name of the application.
- passive_
health_ boolenabled - segment_
group_ strid - segment_
group_ strname - select_
connector_ boolclose_ to_ app - server_
groups Sequence[ApplicationSegment Server Group Args] - List of the server group IDs.
- tcp_
keep_ stralive - tcp_
port_ Sequence[Applicationrange Segment Tcp Port Range Args] - tcp port range
- tcp_
port_ Sequence[str]ranges - TCP port ranges used to access the app.
- udp_
port_ Sequence[Applicationrange Segment Udp Port Range Args] - udp port range
- udp_
port_ Sequence[str]ranges - UDP port ranges used to access the app.
- use_
in_ booldr_ mode
- domain
Names List<String> - List of domains and IPs.
- bypass
Type String - Indicates whether users can bypass ZPA to access applications.
- config
Space String - description String
- Description of the application.
- double
Encrypt Boolean - Whether Double Encryption is enabled or disabled for the app.
- enabled Boolean
- Whether this application is enabled or not.
- health
Check StringType - health
Reporting String - Whether health reporting for the app is Continuous or On Access. Supported values: NONE, ON_ACCESS, CONTINUOUS.
- icmp
Access StringType - ip
Anchored Boolean - is
Cname BooleanEnabled - Indicates if the Zscaler Client Connector (formerly Zscaler App or Z App) receives CNAME DNS records from the connectors.
- is
Incomplete BooleanDr Config - match
Style String - microtenant
Id String - name String
- Name of the application.
- passive
Health BooleanEnabled - segment
Group StringId - segment
Group StringName - select
Connector BooleanClose To App - server
Groups List<Property Map> - List of the server group IDs.
- tcp
Keep StringAlive - tcp
Port List<Property Map>Range - tcp port range
- tcp
Port List<String>Ranges - TCP port ranges used to access the app.
- udp
Port List<Property Map>Range - udp port range
- udp
Port List<String>Ranges - UDP port ranges used to access the app.
- use
In BooleanDr Mode
Outputs
All input properties are implicitly available as output properties. Additionally, the ApplicationSegment 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 ApplicationSegment Resource
Get an existing ApplicationSegment 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?: ApplicationSegmentState, opts?: CustomResourceOptions): ApplicationSegment
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
bypass_type: Optional[str] = None,
config_space: Optional[str] = None,
description: Optional[str] = None,
domain_names: Optional[Sequence[str]] = None,
double_encrypt: Optional[bool] = None,
enabled: Optional[bool] = None,
health_check_type: Optional[str] = None,
health_reporting: Optional[str] = None,
icmp_access_type: Optional[str] = None,
ip_anchored: Optional[bool] = None,
is_cname_enabled: Optional[bool] = None,
is_incomplete_dr_config: Optional[bool] = None,
match_style: Optional[str] = None,
microtenant_id: Optional[str] = None,
name: Optional[str] = None,
passive_health_enabled: Optional[bool] = None,
segment_group_id: Optional[str] = None,
segment_group_name: Optional[str] = None,
select_connector_close_to_app: Optional[bool] = None,
server_groups: Optional[Sequence[ApplicationSegmentServerGroupArgs]] = None,
tcp_keep_alive: Optional[str] = None,
tcp_port_range: Optional[Sequence[ApplicationSegmentTcpPortRangeArgs]] = None,
tcp_port_ranges: Optional[Sequence[str]] = None,
udp_port_range: Optional[Sequence[ApplicationSegmentUdpPortRangeArgs]] = None,
udp_port_ranges: Optional[Sequence[str]] = None,
use_in_dr_mode: Optional[bool] = None) -> ApplicationSegment
func GetApplicationSegment(ctx *Context, name string, id IDInput, state *ApplicationSegmentState, opts ...ResourceOption) (*ApplicationSegment, error)
public static ApplicationSegment Get(string name, Input<string> id, ApplicationSegmentState? state, CustomResourceOptions? opts = null)
public static ApplicationSegment get(String name, Output<String> id, ApplicationSegmentState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Bypass
Type string - Indicates whether users can bypass ZPA to access applications.
- Config
Space string - Description string
- Description of the application.
- Domain
Names List<string> - List of domains and IPs.
- Double
Encrypt bool - Whether Double Encryption is enabled or disabled for the app.
- Enabled bool
- Whether this application is enabled or not.
- Health
Check stringType - Health
Reporting string - Whether health reporting for the app is Continuous or On Access. Supported values: NONE, ON_ACCESS, CONTINUOUS.
- Icmp
Access stringType - Ip
Anchored bool - Is
Cname boolEnabled - Indicates if the Zscaler Client Connector (formerly Zscaler App or Z App) receives CNAME DNS records from the connectors.
- Is
Incomplete boolDr Config - Match
Style string - Microtenant
Id string - Name string
- Name of the application.
- Passive
Health boolEnabled - Segment
Group stringId - Segment
Group stringName - Select
Connector boolClose To App - Server
Groups List<Zscaler.Zpa. Inputs. Application Segment Server Group> - List of the server group IDs.
- Tcp
Keep stringAlive - Tcp
Port List<Zscaler.Range Zpa. Inputs. Application Segment Tcp Port Range> - tcp port range
- Tcp
Port List<string>Ranges - TCP port ranges used to access the app.
- Udp
Port List<Zscaler.Range Zpa. Inputs. Application Segment Udp Port Range> - udp port range
- Udp
Port List<string>Ranges - UDP port ranges used to access the app.
- Use
In boolDr Mode
- Bypass
Type string - Indicates whether users can bypass ZPA to access applications.
- Config
Space string - Description string
- Description of the application.
- Domain
Names []string - List of domains and IPs.
- Double
Encrypt bool - Whether Double Encryption is enabled or disabled for the app.
- Enabled bool
- Whether this application is enabled or not.
- Health
Check stringType - Health
Reporting string - Whether health reporting for the app is Continuous or On Access. Supported values: NONE, ON_ACCESS, CONTINUOUS.
- Icmp
Access stringType - Ip
Anchored bool - Is
Cname boolEnabled - Indicates if the Zscaler Client Connector (formerly Zscaler App or Z App) receives CNAME DNS records from the connectors.
- Is
Incomplete boolDr Config - Match
Style string - Microtenant
Id string - Name string
- Name of the application.
- Passive
Health boolEnabled - Segment
Group stringId - Segment
Group stringName - Select
Connector boolClose To App - Server
Groups []ApplicationSegment Server Group Args - List of the server group IDs.
- Tcp
Keep stringAlive - Tcp
Port []ApplicationRange Segment Tcp Port Range Args - tcp port range
- Tcp
Port []stringRanges - TCP port ranges used to access the app.
- Udp
Port []ApplicationRange Segment Udp Port Range Args - udp port range
- Udp
Port []stringRanges - UDP port ranges used to access the app.
- Use
In boolDr Mode
- bypass
Type String - Indicates whether users can bypass ZPA to access applications.
- config
Space String - description String
- Description of the application.
- domain
Names List<String> - List of domains and IPs.
- double
Encrypt Boolean - Whether Double Encryption is enabled or disabled for the app.
- enabled Boolean
- Whether this application is enabled or not.
- health
Check StringType - health
Reporting String - Whether health reporting for the app is Continuous or On Access. Supported values: NONE, ON_ACCESS, CONTINUOUS.
- icmp
Access StringType - ip
Anchored Boolean - is
Cname BooleanEnabled - Indicates if the Zscaler Client Connector (formerly Zscaler App or Z App) receives CNAME DNS records from the connectors.
- is
Incomplete BooleanDr Config - match
Style String - microtenant
Id String - name String
- Name of the application.
- passive
Health BooleanEnabled - segment
Group StringId - segment
Group StringName - select
Connector BooleanClose To App - server
Groups List<ApplicationSegment Server Group> - List of the server group IDs.
- tcp
Keep StringAlive - tcp
Port List<ApplicationRange Segment Tcp Port Range> - tcp port range
- tcp
Port List<String>Ranges - TCP port ranges used to access the app.
- udp
Port List<ApplicationRange Segment Udp Port Range> - udp port range
- udp
Port List<String>Ranges - UDP port ranges used to access the app.
- use
In BooleanDr Mode
- bypass
Type string - Indicates whether users can bypass ZPA to access applications.
- config
Space string - description string
- Description of the application.
- domain
Names string[] - List of domains and IPs.
- double
Encrypt boolean - Whether Double Encryption is enabled or disabled for the app.
- enabled boolean
- Whether this application is enabled or not.
- health
Check stringType - health
Reporting string - Whether health reporting for the app is Continuous or On Access. Supported values: NONE, ON_ACCESS, CONTINUOUS.
- icmp
Access stringType - ip
Anchored boolean - is
Cname booleanEnabled - Indicates if the Zscaler Client Connector (formerly Zscaler App or Z App) receives CNAME DNS records from the connectors.
- is
Incomplete booleanDr Config - match
Style string - microtenant
Id string - name string
- Name of the application.
- passive
Health booleanEnabled - segment
Group stringId - segment
Group stringName - select
Connector booleanClose To App - server
Groups ApplicationSegment Server Group[] - List of the server group IDs.
- tcp
Keep stringAlive - tcp
Port ApplicationRange Segment Tcp Port Range[] - tcp port range
- tcp
Port string[]Ranges - TCP port ranges used to access the app.
- udp
Port ApplicationRange Segment Udp Port Range[] - udp port range
- udp
Port string[]Ranges - UDP port ranges used to access the app.
- use
In booleanDr Mode
- bypass_
type str - Indicates whether users can bypass ZPA to access applications.
- config_
space str - description str
- Description of the application.
- domain_
names Sequence[str] - List of domains and IPs.
- double_
encrypt bool - Whether Double Encryption is enabled or disabled for the app.
- enabled bool
- Whether this application is enabled or not.
- health_
check_ strtype - health_
reporting str - Whether health reporting for the app is Continuous or On Access. Supported values: NONE, ON_ACCESS, CONTINUOUS.
- icmp_
access_ strtype - ip_
anchored bool - is_
cname_ boolenabled - Indicates if the Zscaler Client Connector (formerly Zscaler App or Z App) receives CNAME DNS records from the connectors.
- is_
incomplete_ booldr_ config - match_
style str - microtenant_
id str - name str
- Name of the application.
- passive_
health_ boolenabled - segment_
group_ strid - segment_
group_ strname - select_
connector_ boolclose_ to_ app - server_
groups Sequence[ApplicationSegment Server Group Args] - List of the server group IDs.
- tcp_
keep_ stralive - tcp_
port_ Sequence[Applicationrange Segment Tcp Port Range Args] - tcp port range
- tcp_
port_ Sequence[str]ranges - TCP port ranges used to access the app.
- udp_
port_ Sequence[Applicationrange Segment Udp Port Range Args] - udp port range
- udp_
port_ Sequence[str]ranges - UDP port ranges used to access the app.
- use_
in_ booldr_ mode
- bypass
Type String - Indicates whether users can bypass ZPA to access applications.
- config
Space String - description String
- Description of the application.
- domain
Names List<String> - List of domains and IPs.
- double
Encrypt Boolean - Whether Double Encryption is enabled or disabled for the app.
- enabled Boolean
- Whether this application is enabled or not.
- health
Check StringType - health
Reporting String - Whether health reporting for the app is Continuous or On Access. Supported values: NONE, ON_ACCESS, CONTINUOUS.
- icmp
Access StringType - ip
Anchored Boolean - is
Cname BooleanEnabled - Indicates if the Zscaler Client Connector (formerly Zscaler App or Z App) receives CNAME DNS records from the connectors.
- is
Incomplete BooleanDr Config - match
Style String - microtenant
Id String - name String
- Name of the application.
- passive
Health BooleanEnabled - segment
Group StringId - segment
Group StringName - select
Connector BooleanClose To App - server
Groups List<Property Map> - List of the server group IDs.
- tcp
Keep StringAlive - tcp
Port List<Property Map>Range - tcp port range
- tcp
Port List<String>Ranges - TCP port ranges used to access the app.
- udp
Port List<Property Map>Range - udp port range
- udp
Port List<String>Ranges - UDP port ranges used to access the app.
- use
In BooleanDr Mode
Supporting Types
ApplicationSegmentServerGroup, ApplicationSegmentServerGroupArgs
- Ids List<string>
- Ids []string
- ids List<String>
- ids string[]
- ids Sequence[str]
- ids List<String>
ApplicationSegmentTcpPortRange, ApplicationSegmentTcpPortRangeArgs
ApplicationSegmentUdpPortRange, ApplicationSegmentUdpPortRangeArgs
Package Details
- Repository
- zpa zscaler/pulumi-zpa
- License
- MIT
- Notes
- This Pulumi package is based on the
zpa
Terraform Provider.