這項政策可讓你指定用來產生及驗證家長存取碼的設定。請一律使用 |current_config| 來產生存取碼,而且只有在無法透過 |future_config| 驗證存取碼時,才能使用這項設定進行驗證。
|future_config| 是驗證存取碼時主要使用的設定。只有在 |future_config| 和 |current_config| 兩者都無法用於驗證存取碼時,才能使用 |old_configs| 進行驗證。
這項政策應用於逐步輪換存取碼設定。新設定一律會加到 |future_config| 中,同時
現有值會移到 |current_config| 中。|current_config| 先前的值則會移到 |old_configs|,並在輪換結束後移除。這項政策只適用於兒童使用者。如果設定這項政策,系統將可在兒童使用者裝置上驗證家長存取碼。如果不設定這項政策,系統將無法在兒童使用者裝置上驗證家長存取碼。
如要進一步瞭解架構和格式設定,請參閱 https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ParentAccessCodeConfig。
範例值:
{
"current_config": {
"shared_secret": "oOA9nX02LdhYdOzwMsGof+QA3wUKP4YMNlk9S/W3o+w=",
"access_code_ttl": 600,
"clock_drift_tolerance": 300
},
"future_config": {
"shared_secret": "KMsoIjnpvcWmiU1GHchp2blR96mNyJwS",
"access_code_ttl": 600,
"clock_drift_tolerance": 300
},
"old_configs": [
{
"shared_secret": "sTr6jqMTJGCbLhWI5plFTQb/VsqxwX2Q",
"access_code_ttl": 600,
"clock_drift_tolerance": 300
}
]
}
Registry Hive | HKEY_CURRENT_USER |
Registry Path | Software\Policies\Google\ChromeOS |
Value Name | ParentAccessCodeConfig |
Value Type | REG_SZ |
Default Value |
Registry Hive | HKEY_CURRENT_USER |
Registry Path | Software\Policies\Google\ChromeOS |
Value Name | ParentAccessCodeConfig |
Value Type | REG_MULTI_SZ |
Default Value |