zpa.AppConnectorGroup.getAppConnectorGroup
Example Usage
using System.Collections.Generic;
using Pulumi;
using Zpa = Pulumi.Zpa;
return await Deployment.RunAsync(() =>
{
var foo = Zpa.AppConnectorGroup.GetAppConnectorGroup.Invoke(new()
{
Name = "DataCenter",
});
});
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/zscaler/pulumi-zpa/sdk/go/zpa/AppConnectorGroup"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := AppConnectorGroup.GetAppConnectorGroup(ctx, &appconnectorgroup.GetAppConnectorGroupArgs{
Name: pulumi.StringRef("DataCenter"),
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.zpa.AppConnectorGroup.AppConnectorGroupFunctions;
import com.pulumi.zpa.AppConnectorGroup.inputs.GetAppConnectorGroupArgs;
import java.util.List;
import java.util.ArrayList;
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 foo = AppConnectorGroupFunctions.getAppConnectorGroup(GetAppConnectorGroupArgs.builder()
.name("DataCenter")
.build());
}
}
import pulumi
import pulumi_zpa as zpa
foo = zpa.AppConnectorGroup.get_app_connector_group(name="DataCenter")
import * as pulumi from "@pulumi/pulumi";
import * as zpa from "@pulumi/zpa";
const foo = zpa.AppConnectorGroup.getAppConnectorGroup({
name: "DataCenter",
});
variables:
foo:
fn::invoke:
Function: zpa:AppConnectorGroup:getAppConnectorGroup
Arguments:
name: DataCenter
using System.Collections.Generic;
using Pulumi;
using Zpa = Pulumi.Zpa;
return await Deployment.RunAsync(() =>
{
var foo = Zpa.AppConnectorGroup.GetAppConnectorGroup.Invoke(new()
{
Id = "123456789",
});
});
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/zscaler/pulumi-zpa/sdk/go/zpa/AppConnectorGroup"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := AppConnectorGroup.GetAppConnectorGroup(ctx, &appconnectorgroup.GetAppConnectorGroupArgs{
Id: pulumi.StringRef("123456789"),
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.zpa.AppConnectorGroup.AppConnectorGroupFunctions;
import com.pulumi.zpa.AppConnectorGroup.inputs.GetAppConnectorGroupArgs;
import java.util.List;
import java.util.ArrayList;
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 foo = AppConnectorGroupFunctions.getAppConnectorGroup(GetAppConnectorGroupArgs.builder()
.id("123456789")
.build());
}
}
import pulumi
import pulumi_zpa as zpa
foo = zpa.AppConnectorGroup.get_app_connector_group(id="123456789")
import * as pulumi from "@pulumi/pulumi";
import * as zpa from "@pulumi/zpa";
const foo = zpa.AppConnectorGroup.getAppConnectorGroup({
id: "123456789",
});
variables:
foo:
fn::invoke:
Function: zpa:AppConnectorGroup:getAppConnectorGroup
Arguments:
id: '123456789'
Using getAppConnectorGroup
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 getAppConnectorGroup(args: GetAppConnectorGroupArgs, opts?: InvokeOptions): Promise<GetAppConnectorGroupResult>
function getAppConnectorGroupOutput(args: GetAppConnectorGroupOutputArgs, opts?: InvokeOptions): Output<GetAppConnectorGroupResult>
def get_app_connector_group(id: Optional[str] = None,
name: Optional[str] = None,
override_version_profile: Optional[bool] = None,
opts: Optional[InvokeOptions] = None) -> GetAppConnectorGroupResult
def get_app_connector_group_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
override_version_profile: Optional[pulumi.Input[bool]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppConnectorGroupResult]
func GetAppConnectorGroup(ctx *Context, args *GetAppConnectorGroupArgs, opts ...InvokeOption) (*GetAppConnectorGroupResult, error)
func GetAppConnectorGroupOutput(ctx *Context, args *GetAppConnectorGroupOutputArgs, opts ...InvokeOption) GetAppConnectorGroupResultOutput
> Note: This function is named GetAppConnectorGroup
in the Go SDK.
public static class GetAppConnectorGroup
{
public static Task<GetAppConnectorGroupResult> InvokeAsync(GetAppConnectorGroupArgs args, InvokeOptions? opts = null)
public static Output<GetAppConnectorGroupResult> Invoke(GetAppConnectorGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppConnectorGroupResult> getAppConnectorGroup(GetAppConnectorGroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: zpa:AppConnectorGroup/getAppConnectorGroup:getAppConnectorGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
ID of the App Connector Group.
- Name string
Name of the App Connector Group.
- Override
Version boolProfile (bool) Whether the default version profile of the App Connector Group is applied or overridden. Default:
false
Supported values:true
,false
- Id string
ID of the App Connector Group.
- Name string
Name of the App Connector Group.
- Override
Version boolProfile (bool) Whether the default version profile of the App Connector Group is applied or overridden. Default:
false
Supported values:true
,false
- id String
ID of the App Connector Group.
- name String
Name of the App Connector Group.
- override
Version BooleanProfile (bool) Whether the default version profile of the App Connector Group is applied or overridden. Default:
false
Supported values:true
,false
- id string
ID of the App Connector Group.
- name string
Name of the App Connector Group.
- override
Version booleanProfile (bool) Whether the default version profile of the App Connector Group is applied or overridden. Default:
false
Supported values:true
,false
- id str
ID of the App Connector Group.
- name str
Name of the App Connector Group.
- override_
version_ boolprofile (bool) Whether the default version profile of the App Connector Group is applied or overridden. Default:
false
Supported values:true
,false
- id String
ID of the App Connector Group.
- name String
Name of the App Connector Group.
- override
Version BooleanProfile (bool) Whether the default version profile of the App Connector Group is applied or overridden. Default:
false
Supported values:true
,false
getAppConnectorGroup Result
The following output properties are available:
- City
Country string (String) Whether Double Encryption is enabled or disabled for the app.
- Connectors
List<zscaler.
Pulumi Package. Zpa. App Connector Group. Outputs. Get App Connector Group Connector> - Country
Code string (String)
- Creation
Time string - Description string
(String) Description of the App Connector Group.
- Dns
Query stringType (String)
- Enabled bool
(String) Whether this App Connector Group is enabled or not. Default value:
true
. Supported values:true
,false
- Geo
Location stringId (String)
- Latitude string
(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of
-90
to90
- Location string
(String) Location of the App Connector Group.
- Longitude string
(String) Longitude of the App Connector Group. Integer or decimal. With values in the range of
-180
to180
- Lss
App boolConnector Group - Modified
Time string - Modifiedby string
- Server
Groups List<zscaler.Pulumi Package. Zpa. App Connector Group. Outputs. Get App Connector Group Server Group> - Tcp
Quick boolAck App - Tcp
Quick boolAck Assistant - Tcp
Quick boolAck Read Assistant - Upgrade
Day string (String) App Connectors in this group will attempt to update to a newer version of the software during this specified day
- Upgrade
Time stringIn Secs (String) App Connectors in this group will attempt to update to a newer version of the software during this specified time. Default value:
66600
. Integer in seconds (i.e.,-66600
). The integer should be greater than or equal to0
and less than86400
, in15
minute intervals- Use
In boolDr Mode - Version
Profile stringId (String) ID of the version profile. Exported values are:
- Version
Profile stringName (String) Exported values are:
- Version
Profile stringVisibility Scope (String) Exported values are:
- Id string
- Name string
- Override
Version boolProfile (bool) Whether the default version profile of the App Connector Group is applied or overridden. Default:
false
Supported values:true
,false
- City
Country string (String) Whether Double Encryption is enabled or disabled for the app.
- Connectors
[]Get
App Connector Group Connector - Country
Code string (String)
- Creation
Time string - Description string
(String) Description of the App Connector Group.
- Dns
Query stringType (String)
- Enabled bool
(String) Whether this App Connector Group is enabled or not. Default value:
true
. Supported values:true
,false
- Geo
Location stringId (String)
- Latitude string
(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of
-90
to90
- Location string
(String) Location of the App Connector Group.
- Longitude string
(String) Longitude of the App Connector Group. Integer or decimal. With values in the range of
-180
to180
- Lss
App boolConnector Group - Modified
Time string - Modifiedby string
- Server
Groups []GetApp Connector Group Server Group - Tcp
Quick boolAck App - Tcp
Quick boolAck Assistant - Tcp
Quick boolAck Read Assistant - Upgrade
Day string (String) App Connectors in this group will attempt to update to a newer version of the software during this specified day
- Upgrade
Time stringIn Secs (String) App Connectors in this group will attempt to update to a newer version of the software during this specified time. Default value:
66600
. Integer in seconds (i.e.,-66600
). The integer should be greater than or equal to0
and less than86400
, in15
minute intervals- Use
In boolDr Mode - Version
Profile stringId (String) ID of the version profile. Exported values are:
- Version
Profile stringName (String) Exported values are:
- Version
Profile stringVisibility Scope (String) Exported values are:
- Id string
- Name string
- Override
Version boolProfile (bool) Whether the default version profile of the App Connector Group is applied or overridden. Default:
false
Supported values:true
,false
- city
Country String (String) Whether Double Encryption is enabled or disabled for the app.
- connectors
List<Get
Connector> - country
Code String (String)
- creation
Time String - description String
(String) Description of the App Connector Group.
- dns
Query StringType (String)
- enabled Boolean
(String) Whether this App Connector Group is enabled or not. Default value:
true
. Supported values:true
,false
- geo
Location StringId (String)
- latitude String
(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of
-90
to90
- location String
(String) Location of the App Connector Group.
- longitude String
(String) Longitude of the App Connector Group. Integer or decimal. With values in the range of
-180
to180
- lss
App BooleanConnector Group - modified
Time String - modifiedby String
- server
Groups List<GetServer Group> - tcp
Quick BooleanAck App - tcp
Quick BooleanAck Assistant - tcp
Quick BooleanAck Read Assistant - upgrade
Day String (String) App Connectors in this group will attempt to update to a newer version of the software during this specified day
- upgrade
Time StringIn Secs (String) App Connectors in this group will attempt to update to a newer version of the software during this specified time. Default value:
66600
. Integer in seconds (i.e.,-66600
). The integer should be greater than or equal to0
and less than86400
, in15
minute intervals- use
In BooleanDr Mode - version
Profile StringId (String) ID of the version profile. Exported values are:
- version
Profile StringName (String) Exported values are:
- version
Profile StringVisibility Scope (String) Exported values are:
- id String
- name String
- override
Version BooleanProfile (bool) Whether the default version profile of the App Connector Group is applied or overridden. Default:
false
Supported values:true
,false
- city
Country string (String) Whether Double Encryption is enabled or disabled for the app.
- connectors
Get
App Connector Group Connector[] - country
Code string (String)
- creation
Time string - description string
(String) Description of the App Connector Group.
- dns
Query stringType (String)
- enabled boolean
(String) Whether this App Connector Group is enabled or not. Default value:
true
. Supported values:true
,false
- geo
Location stringId (String)
- latitude string
(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of
-90
to90
- location string
(String) Location of the App Connector Group.
- longitude string
(String) Longitude of the App Connector Group. Integer or decimal. With values in the range of
-180
to180
- lss
App booleanConnector Group - modified
Time string - modifiedby string
- server
Groups GetApp Connector Group Server Group[] - tcp
Quick booleanAck App - tcp
Quick booleanAck Assistant - tcp
Quick booleanAck Read Assistant - upgrade
Day string (String) App Connectors in this group will attempt to update to a newer version of the software during this specified day
- upgrade
Time stringIn Secs (String) App Connectors in this group will attempt to update to a newer version of the software during this specified time. Default value:
66600
. Integer in seconds (i.e.,-66600
). The integer should be greater than or equal to0
and less than86400
, in15
minute intervals- use
In booleanDr Mode - version
Profile stringId (String) ID of the version profile. Exported values are:
- version
Profile stringName (String) Exported values are:
- version
Profile stringVisibility Scope (String) Exported values are:
- id string
- name string
- override
Version booleanProfile (bool) Whether the default version profile of the App Connector Group is applied or overridden. Default:
false
Supported values:true
,false
- city_
country str (String) Whether Double Encryption is enabled or disabled for the app.
- connectors
Get
App Connector Group Connector] - country_
code str (String)
- creation_
time str - description str
(String) Description of the App Connector Group.
- dns_
query_ strtype (String)
- enabled bool
(String) Whether this App Connector Group is enabled or not. Default value:
true
. Supported values:true
,false
- geo_
location_ strid (String)
- latitude str
(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of
-90
to90
- location str
(String) Location of the App Connector Group.
- longitude str
(String) Longitude of the App Connector Group. Integer or decimal. With values in the range of
-180
to180
- lss_
app_ boolconnector_ group - modified_
time str - modifiedby str
- server_
groups GetApp Connector Group Server Group] - tcp_
quick_ boolack_ app - tcp_
quick_ boolack_ assistant - tcp_
quick_ boolack_ read_ assistant - upgrade_
day str (String) App Connectors in this group will attempt to update to a newer version of the software during this specified day
- upgrade_
time_ strin_ secs (String) App Connectors in this group will attempt to update to a newer version of the software during this specified time. Default value:
66600
. Integer in seconds (i.e.,-66600
). The integer should be greater than or equal to0
and less than86400
, in15
minute intervals- use_
in_ booldr_ mode - version_
profile_ strid (String) ID of the version profile. Exported values are:
- version_
profile_ strname (String) Exported values are:
- version_
profile_ strvisibility_ scope (String) Exported values are:
- id str
- name str
- override_
version_ boolprofile (bool) Whether the default version profile of the App Connector Group is applied or overridden. Default:
false
Supported values:true
,false
- city
Country String (String) Whether Double Encryption is enabled or disabled for the app.
- connectors List<Property Map>
- country
Code String (String)
- creation
Time String - description String
(String) Description of the App Connector Group.
- dns
Query StringType (String)
- enabled Boolean
(String) Whether this App Connector Group is enabled or not. Default value:
true
. Supported values:true
,false
- geo
Location StringId (String)
- latitude String
(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of
-90
to90
- location String
(String) Location of the App Connector Group.
- longitude String
(String) Longitude of the App Connector Group. Integer or decimal. With values in the range of
-180
to180
- lss
App BooleanConnector Group - modified
Time String - modifiedby String
- server
Groups List<Property Map> - tcp
Quick BooleanAck App - tcp
Quick BooleanAck Assistant - tcp
Quick BooleanAck Read Assistant - upgrade
Day String (String) App Connectors in this group will attempt to update to a newer version of the software during this specified day
- upgrade
Time StringIn Secs (String) App Connectors in this group will attempt to update to a newer version of the software during this specified time. Default value:
66600
. Integer in seconds (i.e.,-66600
). The integer should be greater than or equal to0
and less than86400
, in15
minute intervals- use
In BooleanDr Mode - version
Profile StringId (String) ID of the version profile. Exported values are:
- version
Profile StringName (String) Exported values are:
- version
Profile StringVisibility Scope (String) Exported values are:
- id String
- name String
- override
Version BooleanProfile (bool) Whether the default version profile of the App Connector Group is applied or overridden. Default:
false
Supported values:true
,false
Supporting Types
GetAppConnectorGroupConnector
- Appconnector
Group stringId - Appconnector
Group stringName - Application
Start stringTime - Control
Channel stringStatus - Creation
Time string - Ctrl
Broker stringName - Current
Version string - Description string
(String) Description of the App Connector Group.
- Enabled bool
(String) Whether this App Connector Group is enabled or not. Default value:
true
. Supported values:true
,false
- Enrollment
Cert Dictionary<string, object> - Expected
Upgrade stringTime - Expected
Version string - Fingerprint string
- Id string
ID of the App Connector Group.
- Ipacl string
- Issued
Cert stringId - Last
Broker stringConnect Time - Last
Broker stringConnect Time Duration - Last
Broker stringDisconnect Time - Last
Broker stringDisconnect Time Duration - Last
Upgrade stringTime - Latitude string
(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of
-90
to90
- Location string
(String) Location of the App Connector Group.
- Longitude string
(String) Longitude of the App Connector Group. Integer or decimal. With values in the range of
-180
to180
- Modified
Time string - Modifiedby string
- Name string
Name of the App Connector Group.
- Platform string
- Previous
Version string - Private
Ip string - Provisioning
Key stringId - Provisioning
Key stringName - Public
Ip string - Sarge
Version string - Upgrade
Attempt string - Upgrade
Status string
- Appconnector
Group stringId - Appconnector
Group stringName - Application
Start stringTime - Control
Channel stringStatus - Creation
Time string - Ctrl
Broker stringName - Current
Version string - Description string
(String) Description of the App Connector Group.
- Enabled bool
(String) Whether this App Connector Group is enabled or not. Default value:
true
. Supported values:true
,false
- Enrollment
Cert map[string]interface{} - Expected
Upgrade stringTime - Expected
Version string - Fingerprint string
- Id string
ID of the App Connector Group.
- Ipacl string
- Issued
Cert stringId - Last
Broker stringConnect Time - Last
Broker stringConnect Time Duration - Last
Broker stringDisconnect Time - Last
Broker stringDisconnect Time Duration - Last
Upgrade stringTime - Latitude string
(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of
-90
to90
- Location string
(String) Location of the App Connector Group.
- Longitude string
(String) Longitude of the App Connector Group. Integer or decimal. With values in the range of
-180
to180
- Modified
Time string - Modifiedby string
- Name string
Name of the App Connector Group.
- Platform string
- Previous
Version string - Private
Ip string - Provisioning
Key stringId - Provisioning
Key stringName - Public
Ip string - Sarge
Version string - Upgrade
Attempt string - Upgrade
Status string
- appconnector
Group StringId - appconnector
Group StringName - application
Start StringTime - control
Channel StringStatus - creation
Time String - ctrl
Broker StringName - current
Version String - description String
(String) Description of the App Connector Group.
- enabled Boolean
(String) Whether this App Connector Group is enabled or not. Default value:
true
. Supported values:true
,false
- enrollment
Cert Map<String,Object> - expected
Upgrade StringTime - expected
Version String - fingerprint String
- id String
ID of the App Connector Group.
- ipacl String
- issued
Cert StringId - last
Broker StringConnect Time - last
Broker StringConnect Time Duration - last
Broker StringDisconnect Time - last
Broker StringDisconnect Time Duration - last
Upgrade StringTime - latitude String
(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of
-90
to90
- location String
(String) Location of the App Connector Group.
- longitude String
(String) Longitude of the App Connector Group. Integer or decimal. With values in the range of
-180
to180
- modified
Time String - modifiedby String
- name String
Name of the App Connector Group.
- platform String
- previous
Version String - private
Ip String - provisioning
Key StringId - provisioning
Key StringName - public
Ip String - sarge
Version String - upgrade
Attempt String - upgrade
Status String
- appconnector
Group stringId - appconnector
Group stringName - application
Start stringTime - control
Channel stringStatus - creation
Time string - ctrl
Broker stringName - current
Version string - description string
(String) Description of the App Connector Group.
- enabled boolean
(String) Whether this App Connector Group is enabled or not. Default value:
true
. Supported values:true
,false
- enrollment
Cert {[key: string]: any} - expected
Upgrade stringTime - expected
Version string - fingerprint string
- id string
ID of the App Connector Group.
- ipacl string
- issued
Cert stringId - last
Broker stringConnect Time - last
Broker stringConnect Time Duration - last
Broker stringDisconnect Time - last
Broker stringDisconnect Time Duration - last
Upgrade stringTime - latitude string
(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of
-90
to90
- location string
(String) Location of the App Connector Group.
- longitude string
(String) Longitude of the App Connector Group. Integer or decimal. With values in the range of
-180
to180
- modified
Time string - modifiedby string
- name string
Name of the App Connector Group.
- platform string
- previous
Version string - private
Ip string - provisioning
Key stringId - provisioning
Key stringName - public
Ip string - sarge
Version string - upgrade
Attempt string - upgrade
Status string
- appconnector_
group_ strid - appconnector_
group_ strname - application_
start_ strtime - control_
channel_ strstatus - creation_
time str - ctrl_
broker_ strname - current_
version str - description str
(String) Description of the App Connector Group.
- enabled bool
(String) Whether this App Connector Group is enabled or not. Default value:
true
. Supported values:true
,false
- enrollment_
cert Mapping[str, Any] - expected_
upgrade_ strtime - expected_
version str - fingerprint str
- id str
ID of the App Connector Group.
- ipacl str
- issued_
cert_ strid - last_
broker_ strconnect_ time - last_
broker_ strconnect_ time_ duration - last_
broker_ strdisconnect_ time - last_
broker_ strdisconnect_ time_ duration - last_
upgrade_ strtime - latitude str
(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of
-90
to90
- location str
(String) Location of the App Connector Group.
- longitude str
(String) Longitude of the App Connector Group. Integer or decimal. With values in the range of
-180
to180
- modified_
time str - modifiedby str
- name str
Name of the App Connector Group.
- platform str
- previous_
version str - private_
ip str - provisioning_
key_ strid - provisioning_
key_ strname - public_
ip str - sarge_
version str - upgrade_
attempt str - upgrade_
status str
- appconnector
Group StringId - appconnector
Group StringName - application
Start StringTime - control
Channel StringStatus - creation
Time String - ctrl
Broker StringName - current
Version String - description String
(String) Description of the App Connector Group.
- enabled Boolean
(String) Whether this App Connector Group is enabled or not. Default value:
true
. Supported values:true
,false
- enrollment
Cert Map<Any> - expected
Upgrade StringTime - expected
Version String - fingerprint String
- id String
ID of the App Connector Group.
- ipacl String
- issued
Cert StringId - last
Broker StringConnect Time - last
Broker StringConnect Time Duration - last
Broker StringDisconnect Time - last
Broker StringDisconnect Time Duration - last
Upgrade StringTime - latitude String
(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of
-90
to90
- location String
(String) Location of the App Connector Group.
- longitude String
(String) Longitude of the App Connector Group. Integer or decimal. With values in the range of
-180
to180
- modified
Time String - modifiedby String
- name String
Name of the App Connector Group.
- platform String
- previous
Version String - private
Ip String - provisioning
Key StringId - provisioning
Key StringName - public
Ip String - sarge
Version String - upgrade
Attempt String - upgrade
Status String
GetAppConnectorGroupServerGroup
- Config
Space string - Creation
Time string - Description string
(String) Description of the App Connector Group.
- Dynamic
Discovery bool - Enabled bool
(String) Whether this App Connector Group is enabled or not. Default value:
true
. Supported values:true
,false
- Id string
ID of the App Connector Group.
- Modified
Time string - Modifiedby string
- Name string
Name of the App Connector Group.
- Config
Space string - Creation
Time string - Description string
(String) Description of the App Connector Group.
- Dynamic
Discovery bool - Enabled bool
(String) Whether this App Connector Group is enabled or not. Default value:
true
. Supported values:true
,false
- Id string
ID of the App Connector Group.
- Modified
Time string - Modifiedby string
- Name string
Name of the App Connector Group.
- config
Space String - creation
Time String - description String
(String) Description of the App Connector Group.
- dynamic
Discovery Boolean - enabled Boolean
(String) Whether this App Connector Group is enabled or not. Default value:
true
. Supported values:true
,false
- id String
ID of the App Connector Group.
- modified
Time String - modifiedby String
- name String
Name of the App Connector Group.
- config
Space string - creation
Time string - description string
(String) Description of the App Connector Group.
- dynamic
Discovery boolean - enabled boolean
(String) Whether this App Connector Group is enabled or not. Default value:
true
. Supported values:true
,false
- id string
ID of the App Connector Group.
- modified
Time string - modifiedby string
- name string
Name of the App Connector Group.
- config_
space str - creation_
time str - description str
(String) Description of the App Connector Group.
- dynamic_
discovery bool - enabled bool
(String) Whether this App Connector Group is enabled or not. Default value:
true
. Supported values:true
,false
- id str
ID of the App Connector Group.
- modified_
time str - modifiedby str
- name str
Name of the App Connector Group.
- config
Space String - creation
Time String - description String
(String) Description of the App Connector Group.
- dynamic
Discovery Boolean - enabled Boolean
(String) Whether this App Connector Group is enabled or not. Default value:
true
. Supported values:true
,false
- id String
ID of the App Connector Group.
- modified
Time String - modifiedby String
- name String
Name of the App Connector Group.
Package Details
- Repository
- zpa zscaler/pulumi-zpa
- License
- MIT
- Notes
This Pulumi package is based on the
zpa
Terraform Provider.