INPUT_OBJECT
Input to complete the GCP cloud account OAuth flow.
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!}