OBJECT

ServiceNowItsmIntegrationConfig

Description

Holds the configuration of the ServiceNow integration.

link GraphQL Schema definition

  • type ServiceNowItsmIntegrationConfig {
  • # The service account ID.
  • serviceAccountId: String!
  • # The service account name.
  • serviceAccountName: String!
  • }