Package com.microsoft.graph.models
Enum Class ManagementAgentType
- All Implemented Interfaces:
com.microsoft.kiota.serialization.ValuedEnum,Serializable,Comparable<ManagementAgentType>,Constable
@Generated("com.microsoft.kiota")
public enum ManagementAgentType
extends Enum<ManagementAgentType>
implements com.microsoft.kiota.serialization.ValuedEnum
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe device is managed by Configuration Manager.The device is managed by Configuration Manager and MDM.The device is managed by Configuration Manager, MDM and Eas.The device is managed by Exchange server.The device is EAS and Intune client dual managed.The device is managed by both Exchange server and Intune MDM.The device is managed by Google's CloudDPC.Intune client managed.The device attributes are fetched from Jamf.The device is managed by Intune MDM.This device is managed by Microsoft 365 through Intune.Unknown management agent type. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ManagementAgentTypegetValue()static ManagementAgentTypeReturns the enum constant of this class with the specified name.static ManagementAgentType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Eas
The device is managed by Exchange server. -
Mdm
The device is managed by Intune MDM. -
EasMdm
The device is managed by both Exchange server and Intune MDM. -
IntuneClient
Intune client managed. -
EasIntuneClient
The device is EAS and Intune client dual managed. -
ConfigurationManagerClient
The device is managed by Configuration Manager. -
ConfigurationManagerClientMdm
The device is managed by Configuration Manager and MDM. -
ConfigurationManagerClientMdmEas
The device is managed by Configuration Manager, MDM and Eas. -
Unknown
Unknown management agent type. -
Jamf
The device attributes are fetched from Jamf. -
GoogleCloudDevicePolicyController
The device is managed by Google's CloudDPC. -
Microsoft365ManagedMdm
This device is managed by Microsoft 365 through Intune. -
MsSense
-
-
Field Details
-
value
-
-
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
-
getValue
- Specified by:
getValuein interfacecom.microsoft.kiota.serialization.ValuedEnum
-
forValue
-