@@ -267,6 +267,7 @@ <h3>Method Details</h3>
267267 "updateTime": "A String", # Date and time of the last successful OS update.
268268 },
269269 "osVersion": "A String", # The Chrome device's operating system version.
270+ "osVersionCompliance": "A String", # Output only. Compliance status of the OS version.
270271 "platformVersion": "A String", # The Chrome device's platform version.
271272 "recentUsers": [ # A list of recent device users, in descending order, by last login time.
272273 { # A list of recent device users, in descending order, by last login time.
@@ -465,6 +466,7 @@ <h3>Method Details</h3>
465466 "updateTime": "A String", # Date and time of the last successful OS update.
466467 },
467468 "osVersion": "A String", # The Chrome device's operating system version.
469+ "osVersionCompliance": "A String", # Output only. Compliance status of the OS version.
468470 "platformVersion": "A String", # The Chrome device's platform version.
469471 "recentUsers": [ # A list of recent device users, in descending order, by last login time.
470472 { # A list of recent device users, in descending order, by last login time.
@@ -678,6 +680,7 @@ <h3>Method Details</h3>
678680 "updateTime": "A String", # Date and time of the last successful OS update.
679681 },
680682 "osVersion": "A String", # The Chrome device's operating system version.
683+ "osVersionCompliance": "A String", # Output only. Compliance status of the OS version.
681684 "platformVersion": "A String", # The Chrome device's platform version.
682685 "recentUsers": [ # A list of recent device users, in descending order, by last login time.
683686 { # A list of recent device users, in descending order, by last login time.
@@ -850,6 +853,7 @@ <h3>Method Details</h3>
850853 "updateTime": "A String", # Date and time of the last successful OS update.
851854 },
852855 "osVersion": "A String", # The Chrome device's operating system version.
856+ "osVersionCompliance": "A String", # Output only. Compliance status of the OS version.
853857 "platformVersion": "A String", # The Chrome device's platform version.
854858 "recentUsers": [ # A list of recent device users, in descending order, by last login time.
855859 { # A list of recent device users, in descending order, by last login time.
@@ -1021,6 +1025,7 @@ <h3>Method Details</h3>
10211025 "updateTime": "A String", # Date and time of the last successful OS update.
10221026 },
10231027 "osVersion": "A String", # The Chrome device's operating system version.
1028+ "osVersionCompliance": "A String", # Output only. Compliance status of the OS version.
10241029 "platformVersion": "A String", # The Chrome device's platform version.
10251030 "recentUsers": [ # A list of recent device users, in descending order, by last login time.
10261031 { # A list of recent device users, in descending order, by last login time.
@@ -1193,6 +1198,7 @@ <h3>Method Details</h3>
11931198 "updateTime": "A String", # Date and time of the last successful OS update.
11941199 },
11951200 "osVersion": "A String", # The Chrome device's operating system version.
1201+ "osVersionCompliance": "A String", # Output only. Compliance status of the OS version.
11961202 "platformVersion": "A String", # The Chrome device's platform version.
11971203 "recentUsers": [ # A list of recent device users, in descending order, by last login time.
11981204 { # A list of recent device users, in descending order, by last login time.
0 commit comments