zpa logo
Zscaler Private Access v0.0.4, Jan 30 23

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.

OverrideVersionProfile bool

(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.

OverrideVersionProfile bool

(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.

overrideVersionProfile Boolean

(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.

overrideVersionProfile boolean

(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_profile bool

(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.

overrideVersionProfile Boolean

(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:

CityCountry string

(String) Whether Double Encryption is enabled or disabled for the app.

Connectors List<zscaler.PulumiPackage.Zpa.AppConnectorGroup.Outputs.GetAppConnectorGroupConnector>
CountryCode string

(String)

CreationTime string
Description string

(String) Description of the App Connector Group.

DnsQueryType string

(String)

Enabled bool

(String) Whether this App Connector Group is enabled or not. Default value: true. Supported values: true, false

GeoLocationId string

(String)

Latitude string

(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of -90 to 90

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 to 180

LssAppConnectorGroup bool
ModifiedTime string
Modifiedby string
ServerGroups List<zscaler.PulumiPackage.Zpa.AppConnectorGroup.Outputs.GetAppConnectorGroupServerGroup>
TcpQuickAckApp bool
TcpQuickAckAssistant bool
TcpQuickAckReadAssistant bool
UpgradeDay string

(String) App Connectors in this group will attempt to update to a newer version of the software during this specified day

UpgradeTimeInSecs string

(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 to 0 and less than 86400, in 15 minute intervals

UseInDrMode bool
VersionProfileId string

(String) ID of the version profile. Exported values are:

VersionProfileName string

(String) Exported values are:

VersionProfileVisibilityScope string

(String) Exported values are:

Id string
Name string
OverrideVersionProfile bool

(bool) Whether the default version profile of the App Connector Group is applied or overridden. Default: false Supported values: true, false

CityCountry string

(String) Whether Double Encryption is enabled or disabled for the app.

Connectors []GetAppConnectorGroupConnector
CountryCode string

(String)

CreationTime string
Description string

(String) Description of the App Connector Group.

DnsQueryType string

(String)

Enabled bool

(String) Whether this App Connector Group is enabled or not. Default value: true. Supported values: true, false

GeoLocationId string

(String)

Latitude string

(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of -90 to 90

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 to 180

LssAppConnectorGroup bool
ModifiedTime string
Modifiedby string
ServerGroups []GetAppConnectorGroupServerGroup
TcpQuickAckApp bool
TcpQuickAckAssistant bool
TcpQuickAckReadAssistant bool
UpgradeDay string

(String) App Connectors in this group will attempt to update to a newer version of the software during this specified day

UpgradeTimeInSecs string

(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 to 0 and less than 86400, in 15 minute intervals

UseInDrMode bool
VersionProfileId string

(String) ID of the version profile. Exported values are:

VersionProfileName string

(String) Exported values are:

VersionProfileVisibilityScope string

(String) Exported values are:

Id string
Name string
OverrideVersionProfile bool

(bool) Whether the default version profile of the App Connector Group is applied or overridden. Default: false Supported values: true, false

cityCountry String

(String) Whether Double Encryption is enabled or disabled for the app.

connectors List<GetConnector>
countryCode String

(String)

creationTime String
description String

(String) Description of the App Connector Group.

dnsQueryType String

(String)

enabled Boolean

(String) Whether this App Connector Group is enabled or not. Default value: true. Supported values: true, false

geoLocationId String

(String)

latitude String

(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of -90 to 90

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 to 180

lssAppConnectorGroup Boolean
modifiedTime String
modifiedby String
serverGroups List<GetServerGroup>
tcpQuickAckApp Boolean
tcpQuickAckAssistant Boolean
tcpQuickAckReadAssistant Boolean
upgradeDay String

(String) App Connectors in this group will attempt to update to a newer version of the software during this specified day

upgradeTimeInSecs String

(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 to 0 and less than 86400, in 15 minute intervals

useInDrMode Boolean
versionProfileId String

(String) ID of the version profile. Exported values are:

versionProfileName String

(String) Exported values are:

versionProfileVisibilityScope String

(String) Exported values are:

id String
name String
overrideVersionProfile Boolean

(bool) Whether the default version profile of the App Connector Group is applied or overridden. Default: false Supported values: true, false

cityCountry string

(String) Whether Double Encryption is enabled or disabled for the app.

connectors GetAppConnectorGroupConnector[]
countryCode string

(String)

creationTime string
description string

(String) Description of the App Connector Group.

dnsQueryType string

(String)

enabled boolean

(String) Whether this App Connector Group is enabled or not. Default value: true. Supported values: true, false

geoLocationId string

(String)

latitude string

(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of -90 to 90

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 to 180

lssAppConnectorGroup boolean
modifiedTime string
modifiedby string
serverGroups GetAppConnectorGroupServerGroup[]
tcpQuickAckApp boolean
tcpQuickAckAssistant boolean
tcpQuickAckReadAssistant boolean
upgradeDay string

(String) App Connectors in this group will attempt to update to a newer version of the software during this specified day

upgradeTimeInSecs string

(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 to 0 and less than 86400, in 15 minute intervals

useInDrMode boolean
versionProfileId string

(String) ID of the version profile. Exported values are:

versionProfileName string

(String) Exported values are:

versionProfileVisibilityScope string

(String) Exported values are:

id string
name string
overrideVersionProfile boolean

(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 GetAppConnectorGroupConnector]
country_code str

(String)

creation_time str
description str

(String) Description of the App Connector Group.

dns_query_type str

(String)

enabled bool

(String) Whether this App Connector Group is enabled or not. Default value: true. Supported values: true, false

geo_location_id str

(String)

latitude str

(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of -90 to 90

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 to 180

lss_app_connector_group bool
modified_time str
modifiedby str
server_groups GetAppConnectorGroupServerGroup]
tcp_quick_ack_app bool
tcp_quick_ack_assistant bool
tcp_quick_ack_read_assistant bool
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_in_secs str

(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 to 0 and less than 86400, in 15 minute intervals

use_in_dr_mode bool
version_profile_id str

(String) ID of the version profile. Exported values are:

version_profile_name str

(String) Exported values are:

version_profile_visibility_scope str

(String) Exported values are:

id str
name str
override_version_profile bool

(bool) Whether the default version profile of the App Connector Group is applied or overridden. Default: false Supported values: true, false

cityCountry String

(String) Whether Double Encryption is enabled or disabled for the app.

connectors List<Property Map>
countryCode String

(String)

creationTime String
description String

(String) Description of the App Connector Group.

dnsQueryType String

(String)

enabled Boolean

(String) Whether this App Connector Group is enabled or not. Default value: true. Supported values: true, false

geoLocationId String

(String)

latitude String

(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of -90 to 90

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 to 180

lssAppConnectorGroup Boolean
modifiedTime String
modifiedby String
serverGroups List<Property Map>
tcpQuickAckApp Boolean
tcpQuickAckAssistant Boolean
tcpQuickAckReadAssistant Boolean
upgradeDay String

(String) App Connectors in this group will attempt to update to a newer version of the software during this specified day

upgradeTimeInSecs String

(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 to 0 and less than 86400, in 15 minute intervals

useInDrMode Boolean
versionProfileId String

(String) ID of the version profile. Exported values are:

versionProfileName String

(String) Exported values are:

versionProfileVisibilityScope String

(String) Exported values are:

id String
name String
overrideVersionProfile Boolean

(bool) Whether the default version profile of the App Connector Group is applied or overridden. Default: false Supported values: true, false

Supporting Types

GetAppConnectorGroupConnector

AppconnectorGroupId string
AppconnectorGroupName string
ApplicationStartTime string
ControlChannelStatus string
CreationTime string
CtrlBrokerName string
CurrentVersion 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

EnrollmentCert Dictionary<string, object>
ExpectedUpgradeTime string
ExpectedVersion string
Fingerprint string
Id string

ID of the App Connector Group.

Ipacl string
IssuedCertId string
LastBrokerConnectTime string
LastBrokerConnectTimeDuration string
LastBrokerDisconnectTime string
LastBrokerDisconnectTimeDuration string
LastUpgradeTime string
Latitude string

(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of -90 to 90

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 to 180

ModifiedTime string
Modifiedby string
Name string

Name of the App Connector Group.

Platform string
PreviousVersion string
PrivateIp string
ProvisioningKeyId string
ProvisioningKeyName string
PublicIp string
SargeVersion string
UpgradeAttempt string
UpgradeStatus string
AppconnectorGroupId string
AppconnectorGroupName string
ApplicationStartTime string
ControlChannelStatus string
CreationTime string
CtrlBrokerName string
CurrentVersion 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

EnrollmentCert map[string]interface{}
ExpectedUpgradeTime string
ExpectedVersion string
Fingerprint string
Id string

ID of the App Connector Group.

Ipacl string
IssuedCertId string
LastBrokerConnectTime string
LastBrokerConnectTimeDuration string
LastBrokerDisconnectTime string
LastBrokerDisconnectTimeDuration string
LastUpgradeTime string
Latitude string

(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of -90 to 90

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 to 180

ModifiedTime string
Modifiedby string
Name string

Name of the App Connector Group.

Platform string
PreviousVersion string
PrivateIp string
ProvisioningKeyId string
ProvisioningKeyName string
PublicIp string
SargeVersion string
UpgradeAttempt string
UpgradeStatus string
appconnectorGroupId String
appconnectorGroupName String
applicationStartTime String
controlChannelStatus String
creationTime String
ctrlBrokerName String
currentVersion 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

enrollmentCert Map<String,Object>
expectedUpgradeTime String
expectedVersion String
fingerprint String
id String

ID of the App Connector Group.

ipacl String
issuedCertId String
lastBrokerConnectTime String
lastBrokerConnectTimeDuration String
lastBrokerDisconnectTime String
lastBrokerDisconnectTimeDuration String
lastUpgradeTime String
latitude String

(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of -90 to 90

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 to 180

modifiedTime String
modifiedby String
name String

Name of the App Connector Group.

platform String
previousVersion String
privateIp String
provisioningKeyId String
provisioningKeyName String
publicIp String
sargeVersion String
upgradeAttempt String
upgradeStatus String
appconnectorGroupId string
appconnectorGroupName string
applicationStartTime string
controlChannelStatus string
creationTime string
ctrlBrokerName string
currentVersion 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

enrollmentCert {[key: string]: any}
expectedUpgradeTime string
expectedVersion string
fingerprint string
id string

ID of the App Connector Group.

ipacl string
issuedCertId string
lastBrokerConnectTime string
lastBrokerConnectTimeDuration string
lastBrokerDisconnectTime string
lastBrokerDisconnectTimeDuration string
lastUpgradeTime string
latitude string

(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of -90 to 90

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 to 180

modifiedTime string
modifiedby string
name string

Name of the App Connector Group.

platform string
previousVersion string
privateIp string
provisioningKeyId string
provisioningKeyName string
publicIp string
sargeVersion string
upgradeAttempt string
upgradeStatus string
appconnector_group_id str
appconnector_group_name str
application_start_time str
control_channel_status str
creation_time str
ctrl_broker_name str
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_time str
expected_version str
fingerprint str
id str

ID of the App Connector Group.

ipacl str
issued_cert_id str
last_broker_connect_time str
last_broker_connect_time_duration str
last_broker_disconnect_time str
last_broker_disconnect_time_duration str
last_upgrade_time str
latitude str

(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of -90 to 90

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 to 180

modified_time str
modifiedby str
name str

Name of the App Connector Group.

platform str
previous_version str
private_ip str
provisioning_key_id str
provisioning_key_name str
public_ip str
sarge_version str
upgrade_attempt str
upgrade_status str
appconnectorGroupId String
appconnectorGroupName String
applicationStartTime String
controlChannelStatus String
creationTime String
ctrlBrokerName String
currentVersion 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

enrollmentCert Map<Any>
expectedUpgradeTime String
expectedVersion String
fingerprint String
id String

ID of the App Connector Group.

ipacl String
issuedCertId String
lastBrokerConnectTime String
lastBrokerConnectTimeDuration String
lastBrokerDisconnectTime String
lastBrokerDisconnectTimeDuration String
lastUpgradeTime String
latitude String

(String) Latitude of the App Connector Group. Integer or decimal. With values in the range of -90 to 90

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 to 180

modifiedTime String
modifiedby String
name String

Name of the App Connector Group.

platform String
previousVersion String
privateIp String
provisioningKeyId String
provisioningKeyName String
publicIp String
sargeVersion String
upgradeAttempt String
upgradeStatus String

GetAppConnectorGroupServerGroup

ConfigSpace string
CreationTime string
Description string

(String) Description of the App Connector Group.

DynamicDiscovery 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.

ModifiedTime string
Modifiedby string
Name string

Name of the App Connector Group.

ConfigSpace string
CreationTime string
Description string

(String) Description of the App Connector Group.

DynamicDiscovery 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.

ModifiedTime string
Modifiedby string
Name string

Name of the App Connector Group.

configSpace String
creationTime String
description String

(String) Description of the App Connector Group.

dynamicDiscovery 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.

modifiedTime String
modifiedby String
name String

Name of the App Connector Group.

configSpace string
creationTime string
description string

(String) Description of the App Connector Group.

dynamicDiscovery 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.

modifiedTime 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.

configSpace String
creationTime String
description String

(String) Description of the App Connector Group.

dynamicDiscovery 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.

modifiedTime 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.