INPUT_OBJECT

InsertCustomerO365AppInput

Description

Details of the customer-owned O365 app to insert.

link GraphQL Schema definition

  • input InsertCustomerO365AppInput {
  • # Type of app to insert.
  • appType: String!
  • # ID of the app.
  • appClientId: String!
  • # Secret for the app.
  • appClientSecret: String!
  • # ID of the subscription that the app would access.
  • subscriptionId: String!
  • # Certificate for a SharePoint-typed app.
  • base64AppCertificate: String
  • # Private key for a SharePoint-typed app.
  • base64AppPrivateKey: String
  • # Specifies whether the application exists in RSC. If so, you can update the
  • # application credentials.
  • updateAppCredentials: Boolean
  • }

link Require by