Skip to content
Start here

App Types

List application and application type mappings
client.zeroTrust.gateway.appTypes.list(AppTypeListParams { account_id } params, RequestOptionsoptions?): SinglePage<AppType>
GET/accounts/{account_id}/gateway/app_types
ModelsExpand Collapse
AppType = ZeroTrustGatewayApplication { id, application_type_id, created_at, name } | ZeroTrustGatewayApplicationType { id, created_at, description, name }
One of the following:
ZeroTrustGatewayApplication { id, application_type_id, created_at, name }
id?: number

Identify this application. Only one application per ID.

application_type_id?: number

Identify the type of this application. Multiple applications can share the same type. Refers to the id of a returned application type.

created_at?: string
formatdate-time
name?: string

Specify the name of the application or application type.

ZeroTrustGatewayApplicationType { id, created_at, description, name }
id?: number

Identify the type of this application. Multiple applications can share the same type. Refers to the id of a returned application type.

created_at?: string
formatdate-time
description?: string

Provide a short summary of applications with this type.

name?: string

Specify the name of the application or application type.