Commit 1470ac19 authored by Olya Kalitova's avatar Olya Kalitova Committed by Commit Bot

Hide PluginVmLicenseKey device cloud policy value

Bug: 938252
Change-Id: I34600b86d73a1bc8c1db04af717216e406e02af9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1503453Reviewed-by: default avatarJulian Pastarmov <pastarmovj@chromium.org>
Commit-Queue: Olya Kalitova <okalitova@chromium.org>
Cr-Commit-Position: refs/heads/master@{#638077}
parent b736d2bf
...@@ -14651,7 +14651,10 @@ ...@@ -14651,7 +14651,10 @@
{ {
'name': 'PluginVmLicenseKey', 'name': 'PluginVmLicenseKey',
'type': 'string', 'type': 'string',
'schema': { 'type': 'string' }, 'schema': {
'sensitiveValue': True,
'type': 'string'
},
'supported_on': ['chrome_os:73-'], 'supported_on': ['chrome_os:73-'],
'device_only': True, 'device_only': True,
'features': { 'features': {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment