ENUM

AzureAppPermission

Description

AzureAppPermission represents the enumeration of various Azure app permissions for authenticating and connecting to the required Azure resource APIs in the customer subscriptions.

link GraphQL Schema definition

  • enum AzureAppPermission {
  • # Unspecified permission.
  • AZURE_APP_PERMISSION_UNSPECIFIED
  • # Represents the impersonation permission needed for authenticating and
  • # connecting to an Azure SQL Database or an Azure SQL Managed Instance.
  • AZURE_SQL_IMPERSONATION
  • # Represents the impersonation permission needed for authenticating and
  • # connecting to an Azure Storage.
  • AZURE_STORAGE_IMPERSONATION
  • }