ENUM

AzureAdAppSetupWarningType

Description

Specifies an unrecommended onboarding scenario.

link GraphQL Schema definition

  • enum AzureAdAppSetupWarningType {
  • # Specifies that a commercial tenant is being onboarded in an RSC FedRAMP
  • # environment, which is not recommended.
  • COMMERCIAL_TENANT_ON_RSC_FEDRAMP
  • # Specifies that a GCC tenant is being onboarded in an RSC commercial environment,
  • # which is not recommended.
  • GCC_TENANT_ON_RSC_COMMERCIAL
  • # Specifies that there is no warning.
  • UNSPECIFIED
  • }