OBJECT

StartAzureAdAppSetupReply

Description

Response of the operation that initiates onboarding of Azure AD.

link GraphQL Schema definition

  • type StartAzureAdAppSetupReply {
  • # ID of the created Azure AD app.
  • appId: String!
  • # State token to be used in CompleteAzureAdAppSetupReply.
  • csrfToken: String!
  • # List of missing permissions for the Entra ID app.
  • missingPermissions: [String!]!
  • # Cloud type of the Entra ID tenant.
  • tenantCloudType: AzureCloudType!
  • # A warning message indicating a unrecommended onboarding scenario.
  • warning: AzureAdAppSetupWarningType!
  • }

link Require by