INPUT_OBJECT

AzureAdApp

Description

Details of the customer-owned Azure AD application to insert.

link GraphQL Schema definition

  • input AzureAdApp {
  • # ID of the application.
  • clientId: String
  • # Application secret.
  • clientSecret: String
  • }