Skip to content
Start here

App Types

List application and application type mappings
GET/accounts/{account_id}/gateway/app_types
ModelsExpand Collapse
AppType = { id, application_type_id, created_at, name } or { id, created_at, description, name }
One of the following:
ZeroTrustGatewayApplication { id, application_type_id, created_at, name }
id: optional number

Identify this application. Only one application per ID.

application_type_id: optional 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: optional string
formatdate-time
name: optional string

Specify the name of the application or application type.

ZeroTrustGatewayApplicationType { id, created_at, description, name }
id: optional 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: optional string
formatdate-time
description: optional string

Provide a short summary of applications with this type.

name: optional string

Specify the name of the application or application type.