appInput

Application entry for pipeline workflow monitoring.

Examples

input AppInput {
  appId: String!
  appName: String!
  appType: String!
  selected: Boolean!
  disabled: Boolean!
}

Fields

Field
Description
Supported fields

appId String!

Unique identifier of the application

appName String!

Display name of the application

appType String!

Type of the application

selected Boolean!

Indicates if the application is selected

disabled Boolean!

Indicates if the application is disabled

References

Fields with this object:

Last updated