OBJECT

StartAzureCloudAccountOauthReply

Description

Response of the operation to initiate Azure Cloud Account OAuth.

link GraphQL Schema definition

  • type StartAzureCloudAccountOauthReply {
  • # Client ID of the application configured for authentication of the Azure tenant.
  • clientId: String!
  • # Session ID of the current OAuth session.
  • sessionId: String!
  • }

link Require by