OBJECT
GCP Cloud Account OAuth Initiate Response.
type GcpCloudAccountOauthInitiateReply {# Client ID.clientId: String! # Session ID.sessionId: String! # State.state: String! # Redirect URL.redirectUrl: String! # Scope.scope: [String!]! }