INPUT_OBJECT
Configuration for O365 Azure AD App creation flow completion.
input CreateO365AppCompleteInput {# ID of the created app.appClientId: String!# CSRF token for the setup flow.stateToken: String!# ID of the MSFT tenant for which the app was created.tenantId: String!}