INPUT_OBJECT

GcpCloudAccountOauthCompleteInput

Description

Input to complete the GCP cloud account OAuth flow.

link GraphQL Schema definition

  • input GcpCloudAccountOauthCompleteInput {
  • # Session ID of the current OAuth session.
  • sessionId: String!
  • # Authorization code received after the OAuth flow.
  • authorizationCode: String!
  • # Redirect URL used in the OAuth flow.
  • redirectUrl: String!
  • }

link Require by