Skip to content

Commit d4f8a44

Browse files
feat(admin): update the api
#### admin:directory_v1 The following keys were added: - schemas.ChromeOsDevice.properties.osVersionCompliance (Total Keys: 2)
1 parent b846444 commit d4f8a44

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

docs/dyn/admin_directory_v1.chromeosdevices.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ <h3>Method Details</h3>
267267
&quot;updateTime&quot;: &quot;A String&quot;, # Date and time of the last successful OS update.
268268
},
269269
&quot;osVersion&quot;: &quot;A String&quot;, # The Chrome device&#x27;s operating system version.
270+
&quot;osVersionCompliance&quot;: &quot;A String&quot;, # Output only. Compliance status of the OS version.
270271
&quot;platformVersion&quot;: &quot;A String&quot;, # The Chrome device&#x27;s platform version.
271272
&quot;recentUsers&quot;: [ # 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
&quot;updateTime&quot;: &quot;A String&quot;, # Date and time of the last successful OS update.
466467
},
467468
&quot;osVersion&quot;: &quot;A String&quot;, # The Chrome device&#x27;s operating system version.
469+
&quot;osVersionCompliance&quot;: &quot;A String&quot;, # Output only. Compliance status of the OS version.
468470
&quot;platformVersion&quot;: &quot;A String&quot;, # The Chrome device&#x27;s platform version.
469471
&quot;recentUsers&quot;: [ # 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
&quot;updateTime&quot;: &quot;A String&quot;, # Date and time of the last successful OS update.
679681
},
680682
&quot;osVersion&quot;: &quot;A String&quot;, # The Chrome device&#x27;s operating system version.
683+
&quot;osVersionCompliance&quot;: &quot;A String&quot;, # Output only. Compliance status of the OS version.
681684
&quot;platformVersion&quot;: &quot;A String&quot;, # The Chrome device&#x27;s platform version.
682685
&quot;recentUsers&quot;: [ # 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
&quot;updateTime&quot;: &quot;A String&quot;, # Date and time of the last successful OS update.
851854
},
852855
&quot;osVersion&quot;: &quot;A String&quot;, # The Chrome device&#x27;s operating system version.
856+
&quot;osVersionCompliance&quot;: &quot;A String&quot;, # Output only. Compliance status of the OS version.
853857
&quot;platformVersion&quot;: &quot;A String&quot;, # The Chrome device&#x27;s platform version.
854858
&quot;recentUsers&quot;: [ # 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
&quot;updateTime&quot;: &quot;A String&quot;, # Date and time of the last successful OS update.
10221026
},
10231027
&quot;osVersion&quot;: &quot;A String&quot;, # The Chrome device&#x27;s operating system version.
1028+
&quot;osVersionCompliance&quot;: &quot;A String&quot;, # Output only. Compliance status of the OS version.
10241029
&quot;platformVersion&quot;: &quot;A String&quot;, # The Chrome device&#x27;s platform version.
10251030
&quot;recentUsers&quot;: [ # 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
&quot;updateTime&quot;: &quot;A String&quot;, # Date and time of the last successful OS update.
11941199
},
11951200
&quot;osVersion&quot;: &quot;A String&quot;, # The Chrome device&#x27;s operating system version.
1201+
&quot;osVersionCompliance&quot;: &quot;A String&quot;, # Output only. Compliance status of the OS version.
11961202
&quot;platformVersion&quot;: &quot;A String&quot;, # The Chrome device&#x27;s platform version.
11971203
&quot;recentUsers&quot;: [ # 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.

googleapiclient/discovery_cache/documents/admin.directory_v1.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4671,7 +4671,7 @@
46714671
}
46724672
}
46734673
},
4674-
"revision": "20250707",
4674+
"revision": "20250804",
46754675
"rootUrl": "https://admin.googleapis.com/",
46764676
"schemas": {
46774677
"Alias": {
@@ -5840,6 +5840,23 @@ false
58405840
"description": "The Chrome device's operating system version.",
58415841
"type": "string"
58425842
},
5843+
"osVersionCompliance": {
5844+
"description": "Output only. Compliance status of the OS version.",
5845+
"enum": [
5846+
"complianceUnspecified",
5847+
"compliant",
5848+
"pending",
5849+
"notCompliant"
5850+
],
5851+
"enumDescriptions": [
5852+
"Compliance status unspecified.",
5853+
"Compliance status compliant.",
5854+
"Compliance status pending.",
5855+
"Compliance status not compliant."
5856+
],
5857+
"readOnly": true,
5858+
"type": "string"
5859+
},
58435860
"platformVersion": {
58445861
"description": "The Chrome device's platform version.",
58455862
"type": "string"

0 commit comments

Comments
 (0)