Package com.microsoft.graph.models
Enum Class DeviceManagementExchangeAccessStateReason
java.lang.Object
java.lang.Enum<DeviceManagementExchangeAccessStateReason>
com.microsoft.graph.models.DeviceManagementExchangeAccessStateReason
- All Implemented Interfaces:
Serializable,Comparable<DeviceManagementExchangeAccessStateReason>,Constable
public enum DeviceManagementExchangeAccessStateReason
extends Enum<DeviceManagementExchangeAccessStateReason>
The Enum Device Management Exchange Access State Reason.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionazure ADBlock Due To Access Policycompliantcompromised Passworddevice Not Known With Managed Appexchange Device Ruleexchange Global Ruleexchange Individual Ruleexchange Mailbox Policyexchange Upgrademfa Requirednonenot Compliantnot EnrolledotherFor DeviceManagementExchangeAccessStateReason values that were not expected from the serviceunknownunknown Location -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
none -
UNKNOWN
unknown -
EXCHANGE_GLOBAL_RULE
exchange Global Rule -
EXCHANGE_INDIVIDUAL_RULE
exchange Individual Rule -
EXCHANGE_DEVICE_RULE
exchange Device Rule -
EXCHANGE_UPGRADE
exchange Upgrade -
EXCHANGE_MAILBOX_POLICY
exchange Mailbox Policy -
OTHER
other -
COMPLIANT
compliant -
NOT_COMPLIANT
not Compliant -
NOT_ENROLLED
not Enrolled -
UNKNOWN_LOCATION
unknown Location -
MFA_REQUIRED
mfa Required -
AZURE_AD_BLOCK_DUE_TO_ACCESS_POLICY
azure ADBlock Due To Access Policy -
COMPROMISED_PASSWORD
compromised Password -
DEVICE_NOT_KNOWN_WITH_MANAGED_APP
device Not Known With Managed App -
UNEXPECTED_VALUE
For DeviceManagementExchangeAccessStateReason values that were not expected from the service
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-