INPUT_OBJECT
InsertCustomerO365AppInput
Description
Details of the customer-owned O365 app to insert.
link GraphQL Schema definition
- input InsertCustomerO365AppInput {
- # Type of app to insert.
- String! :
- # ID of the app.
- String! :
- # Secret for the app.
- String! :
- # ID of the subscription that the app would access.
- String! :
- # Certificate for a SharePoint-typed app.
- String :
- # Private key for a SharePoint-typed app.
- String :
- # Specifies whether the application exists in RSC. If so, you can update the
- # application credentials.
- Boolean :
- }