androidDeviceOwnerRequiredPasswordType enum type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

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

Android Device Owner policy required password type.

Members

Member Value Description
deviceDefault 0 Device default value, no intent.
required 1 There must be a password set, but there are no restrictions on type.
numeric 2 At least numeric.
numericComplex 3 At least numeric with no repeating or ordered sequences.
alphabetic 4 At least alphabetic password.
alphanumeric 5 At least alphanumeric password
alphanumericWithSymbols 6 At least alphanumeric with symbols.
lowSecurityBiometric 7 Low security biometrics based password required.
customPassword 8 Custom password set by the admin.