PasswordPolicyScope
列舉 |
SCOPE_UNSPECIFIED |
未指定範圍。密碼需求會套用至工作資料夾裝置的工作資料夾,以及全代管裝置或專用裝置的整部裝置。 |
SCOPE_DEVICE |
密碼相關規定只會套用至裝置。 |
SCOPE_PROFILE |
密碼要求只會套用到工作資料夾。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-04-11 (世界標準時間)。
[null,null,["上次更新時間:2024-04-11 (世界標準時間)。"],[[["Password requirements can be applied to the entire device, solely to the work profile, or be left unspecified, defaulting to the work profile for work profile devices and the whole device for fully managed or dedicated devices."],["The `SCOPE_DEVICE` enum enforces password requirements exclusively on the device."],["The `SCOPE_PROFILE` enum enforces password requirements exclusively on the work profile."]]],["Password requirements can be applied to different scopes: `SCOPE_UNSPECIFIED`, `SCOPE_DEVICE`, and `SCOPE_PROFILE`. `SCOPE_UNSPECIFIED` applies requirements to the work profile on work profile devices and to the entire device on fully managed or dedicated devices. `SCOPE_DEVICE` limits requirements to the device itself, while `SCOPE_PROFILE` restricts them to the work profile. The table provides definitions for each scope enum.\n"]]