OBJECT

GcpCloudAccountOauthInitiateReply

Description

GCP Cloud Account OAuth Initiate Response.

link GraphQL Schema definition

  • type GcpCloudAccountOauthInitiateReply {
  • # Client ID.
  • clientId: String!
  • # Session ID.
  • sessionId: String!
  • # State.
  • state: String!
  • # Redirect URL.
  • redirectUrl: String!
  • # Scope.
  • scope: [String!]!
  • }

link Require by