public enum DeviceManagementExchangeAccessStateReason extends java.lang.Enum<DeviceManagementExchangeAccessStateReason>
| Enum Constant and Description |
|---|
AZURE_AD_BLOCK_DUE_TO_ACCESS_POLICY
azure ADBlock Due To Access Policy
|
COMPLIANT
compliant
|
COMPROMISED_PASSWORD
compromised Password
|
DEVICE_NOT_KNOWN_WITH_MANAGED_APP
device Not Known With Managed App
|
EXCHANGE_DEVICE_RULE
exchange Device Rule
|
EXCHANGE_GLOBAL_RULE
exchange Global Rule
|
EXCHANGE_INDIVIDUAL_RULE
exchange Individual Rule
|
EXCHANGE_MAILBOX_POLICY
exchange Mailbox Policy
|
EXCHANGE_UPGRADE
exchange Upgrade
|
MFA_REQUIRED
mfa Required
|
NONE
none
|
NOT_COMPLIANT
not Compliant
|
NOT_ENROLLED
not Enrolled
|
OTHER
other
|
UNEXPECTED_VALUE
For DeviceManagementExchangeAccessStateReason values that were not expected from the service
|
UNKNOWN
unknown
|
UNKNOWN_LOCATION
unknown Location
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementExchangeAccessStateReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceManagementExchangeAccessStateReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceManagementExchangeAccessStateReason NONE
public static final DeviceManagementExchangeAccessStateReason UNKNOWN
public static final DeviceManagementExchangeAccessStateReason EXCHANGE_GLOBAL_RULE
public static final DeviceManagementExchangeAccessStateReason EXCHANGE_INDIVIDUAL_RULE
public static final DeviceManagementExchangeAccessStateReason EXCHANGE_DEVICE_RULE
public static final DeviceManagementExchangeAccessStateReason EXCHANGE_UPGRADE
public static final DeviceManagementExchangeAccessStateReason EXCHANGE_MAILBOX_POLICY
public static final DeviceManagementExchangeAccessStateReason OTHER
public static final DeviceManagementExchangeAccessStateReason COMPLIANT
public static final DeviceManagementExchangeAccessStateReason NOT_COMPLIANT
public static final DeviceManagementExchangeAccessStateReason NOT_ENROLLED
public static final DeviceManagementExchangeAccessStateReason UNKNOWN_LOCATION
public static final DeviceManagementExchangeAccessStateReason MFA_REQUIRED
public static final DeviceManagementExchangeAccessStateReason AZURE_AD_BLOCK_DUE_TO_ACCESS_POLICY
public static final DeviceManagementExchangeAccessStateReason COMPROMISED_PASSWORD
public static final DeviceManagementExchangeAccessStateReason DEVICE_NOT_KNOWN_WITH_MANAGED_APP
public static final DeviceManagementExchangeAccessStateReason UNEXPECTED_VALUE
public static DeviceManagementExchangeAccessStateReason[] values()
for (DeviceManagementExchangeAccessStateReason c : DeviceManagementExchangeAccessStateReason.values()) System.out.println(c);
public static DeviceManagementExchangeAccessStateReason valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null