androidForWorkRequiredPasswordType 枚举类型

命名空间:microsoft.graph

重要: /beta 版本下的 Microsoft Graph API 可能会更改;不支持生产使用。

注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证

Android For Work 需要密码类型。

Members

成员 说明
deviceDefault 0 设备默认值,无意向。
lowSecurityBiometric 1 需要基于低安全性生物识别的密码。
必需 2 必填。
atLeastNumeric 3 至少需要数字密码。
numericComplex 4 需要数字复杂密码。
atLeastAlphabetic 5 至少需要字母密码。
atLeastAlphanumeric 6 至少需要字母数字密码。
alphanumericWithSymbols 7 至少为字母数字,需要符号密码。