Skip to content
Start here

App Types

List application and application type mappings
client.ZeroTrust.Gateway.AppTypes.List(ctx, query) (*SinglePage[AppType], error)
GET/accounts/{account_id}/gateway/app_types
ModelsExpand Collapse
type AppType interface{…}
One of the following:
type AppTypeZeroTrustGatewayApplication struct{…}
ID int64optional

Identify this application. Only one application per ID.

ApplicationTypeID int64optional

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

CreatedAt Timeoptional
formatdate-time
Name stringoptional

Specify the name of the application or application type.

type AppTypeZeroTrustGatewayApplicationType struct{…}
ID int64optional

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

CreatedAt Timeoptional
formatdate-time
Description stringoptional

Provide a short summary of applications with this type.

Name stringoptional

Specify the name of the application or application type.