Enum Class AllowedTargetScope

java.lang.Object
java.lang.Enum<AllowedTargetScope>
com.microsoft.graph.models.AllowedTargetScope
All Implemented Interfaces:
Serializable, Comparable<AllowedTargetScope>, Constable

public enum AllowedTargetScope extends Enum<AllowedTargetScope>
The Enum Allowed Target Scope.
  • Enum Constant Details

    • NOT_SPECIFIED

      public static final AllowedTargetScope NOT_SPECIFIED
      not Specified
    • SPECIFIC_DIRECTORY_USERS

      public static final AllowedTargetScope SPECIFIC_DIRECTORY_USERS
      specific Directory Users
    • SPECIFIC_CONNECTED_ORGANIZATION_USERS

      public static final AllowedTargetScope SPECIFIC_CONNECTED_ORGANIZATION_USERS
      specific Connected Organization Users
    • SPECIFIC_DIRECTORY_SERVICE_PRINCIPALS

      public static final AllowedTargetScope SPECIFIC_DIRECTORY_SERVICE_PRINCIPALS
      specific Directory Service Principals
    • ALL_MEMBER_USERS

      public static final AllowedTargetScope ALL_MEMBER_USERS
      all Member Users
    • ALL_DIRECTORY_USERS

      public static final AllowedTargetScope ALL_DIRECTORY_USERS
      all Directory Users
    • ALL_DIRECTORY_SERVICE_PRINCIPALS

      public static final AllowedTargetScope ALL_DIRECTORY_SERVICE_PRINCIPALS
      all Directory Service Principals
    • ALL_CONFIGURED_CONNECTED_ORGANIZATION_USERS

      public static final AllowedTargetScope ALL_CONFIGURED_CONNECTED_ORGANIZATION_USERS
      all Configured Connected Organization Users
    • ALL_EXTERNAL_USERS

      public static final AllowedTargetScope ALL_EXTERNAL_USERS
      all External Users
    • UNKNOWN_FUTURE_VALUE

      public static final AllowedTargetScope UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

      public static final AllowedTargetScope UNEXPECTED_VALUE
      For AllowedTargetScope values that were not expected from the service
  • Method Details

    • values

      public static AllowedTargetScope[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AllowedTargetScope valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null