Class ApplicationAccountType


  • public final class ApplicationAccountType
    extends com.azure.core.util.ExpandableStringEnum<ApplicationAccountType>
    Defines values for Application Account Type
    • Field Detail

      • AZURE_AD_MY_ORG

        public static final ApplicationAccountType AZURE_AD_MY_ORG
        Users with a Microsoft work or school account in my organization’s Azure AD tenant (single tenant)
      • AZURE_AD_MULTIPLE_ORGS

        public static final ApplicationAccountType AZURE_AD_MULTIPLE_ORGS
        Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).
      • AZURE_AD_AND_PERSONAL_MICROSOFT_ACCOUNT

        public static final ApplicationAccountType AZURE_AD_AND_PERSONAL_MICROSOFT_ACCOUNT
        Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.
      • PERSONAL_MICROSOFT_ACCOUNT

        public static final ApplicationAccountType PERSONAL_MICROSOFT_ACCOUNT
        Users with a personal Microsoft account only.
    • Constructor Detail

      • ApplicationAccountType

        public ApplicationAccountType()
    • Method Detail

      • fromString

        public static ApplicationAccountType fromString​(String name)
        Creates or finds a ApplicationAccountType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding ApplicationAccountType.