Edit

Share via


dataType enum type

Namespace: microsoft.graph

Important: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Data types for rules.

Members

Member Value Description
none 0 None data type.
boolean 1 Boolean data type.
int64 2 Int64 data type.
double 3 Double data type.
string 4 String data type.
dateTime 5 DateTime data type.
version 6 Version data type.
base64 7 Base64 data type.
xml 8 Xml data type.
booleanArray 9 Boolean array data type.
int64Array 10 Int64 array data type.
doubleArray 11 Double array data type.
stringArray 12 String array data type.
dateTimeArray 13 DateTime array data type.
versionArray 14 Version array data type.