| [ |
| { |
| "os": [ |
| "mac", |
| "win", |
| "linux", |
| "android" |
| ], |
| "policy_pref_mapping_tests": [ |
| { |
| "policies": { |
| "ProvisionManagedClientCertificateForUser": 0 |
| }, |
| "prefs": { |
| "client_certificates.provision_for_user.value": { |
| "location": "user_profile", |
| "value": 0 |
| } |
| } |
| }, |
| { |
| "policies": { |
| "ProvisionManagedClientCertificateForUser": 1 |
| }, |
| "prefs": { |
| "client_certificates.provision_for_user.value": { |
| "location": "user_profile", |
| "value": 1 |
| } |
| } |
| }, |
| { |
| "policies": {}, |
| "prefs": { |
| "client_certificates.provision_for_user.value": { |
| "location": "user_profile", |
| "default_value": 0 |
| } |
| } |
| } |
| ] |
| } |
| ] |