Preview

saveGoogleAppsConfig is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

saveGoogleAppsConfig

Save Google Apps configuration for a partner

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_CHANNEL_ADMIN

    Arguments

    partner String!
    input GoogleProductivityConfigOnboardingInput! PREVIEW

    GoogleProductivityConfigOnboardingInput fields

    clientId String
    clientSecret String
    accessToken String
    accessTokenExpiration Timestamp
    refreshToken String
    applicationIntegrations [GoogleAppsApplicationIntegrationInput] PREVIEW
    projectId String
    pubsubSubscriptionName String
    mpUrl String
    credentialsSetupStatus String
    apiScopeSetupStatus String
    productLinkingStatus String
    apiAuthenticationStatus String
    isDraftConfig Boolean

    Return Fields

    id ID
    resellerAccountId String
    clientId String
    clientSecret String
    accessTokenExpired Boolean
    apiScopes String
    credentialsSetupStatus String
    apiScopeSetupStatus String
    apiAuthenticationStatus String
    productLinkingStatus String
    applicationConfigs [GoogleAppsApplicationConfig] PREVIEW

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.