Class PrincipalType


  • public final class PrincipalType
    extends com.azure.core.util.ExpandableStringEnum<PrincipalType>
    Defines values for PrincipalType.
    • Field Detail

      • APP

        public static final PrincipalType APP
        Static value App for PrincipalType.
      • GROUP

        public static final PrincipalType GROUP
        Static value Group for PrincipalType.
      • USER

        public static final PrincipalType USER
        Static value User for PrincipalType.
    • Constructor Detail

      • PrincipalType

        public PrincipalType()
    • Method Detail

      • fromString

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