singleApp

Basic application information associated with pipeline executions.

Examples

type SingleApp {
  appId: String
  appName: String
  appType: String
}

Fields

Field
Description
Supported fields

appId String

Application identifier

appName String

Application name

appType String

Application type (web, mobile, API, etc.)

References

Fields with this object:

Last updated