INPUT_OBJECT

AddO365OrgInput

Description

Configuration for the addition of an O365 org.

link GraphQL Schema definition

  • input AddO365OrgInput {
  • # ID of the Microsoft 365 tenant.
  • tenantId: String!
  • # CSRF token for the setup flow.
  • stateToken: String!
  • # ID of the exocompute cluster.
  • exocomputeClusterId: String!
  • # Types of the apps created in the flow.
  • appTypes: [String!]!
  • }

link Require by