Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f348e6d

Browse files
committedJan 4, 2024
feat(chromepolicy): update the api
#### chromepolicy:v1 The following keys were added: - schemas.GoogleChromePolicyVersionsV1PolicySchema.properties.supportedPlatforms (Total Keys: 3)
1 parent 57a6156 commit f348e6d

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed
 

‎docs/dyn/chromepolicy_v1.customers.policySchemas.html

+6
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,9 @@ <h3>Method Details</h3>
245245
&quot;policyDescription&quot;: &quot;A String&quot;, # Output only. Description about the policy schema for user consumption.
246246
&quot;schemaName&quot;: &quot;A String&quot;, # Output only. The fully qualified name of the policy schema. This value is used to fill the field `policy_schema` in PolicyValue when calling BatchInheritOrgUnitPolicies BatchModifyOrgUnitPolicies BatchModifyGroupPolicies or BatchDeleteGroupPolicies.
247247
&quot;supportUri&quot;: &quot;A String&quot;, # Output only. URI to related support article for this schema.
248+
&quot;supportedPlatforms&quot;: [ # Output only. List indicates that the policy will only apply to devices/users on these platforms.
249+
&quot;A String&quot;,
250+
],
248251
&quot;validTargetResources&quot;: [ # Output only. Information about applicable target resources for the policy.
249252
&quot;A String&quot;,
250253
],
@@ -410,6 +413,9 @@ <h3>Method Details</h3>
410413
&quot;policyDescription&quot;: &quot;A String&quot;, # Output only. Description about the policy schema for user consumption.
411414
&quot;schemaName&quot;: &quot;A String&quot;, # Output only. The fully qualified name of the policy schema. This value is used to fill the field `policy_schema` in PolicyValue when calling BatchInheritOrgUnitPolicies BatchModifyOrgUnitPolicies BatchModifyGroupPolicies or BatchDeleteGroupPolicies.
412415
&quot;supportUri&quot;: &quot;A String&quot;, # Output only. URI to related support article for this schema.
416+
&quot;supportedPlatforms&quot;: [ # Output only. List indicates that the policy will only apply to devices/users on these platforms.
417+
&quot;A String&quot;,
418+
],
413419
&quot;validTargetResources&quot;: [ # Output only. Information about applicable target resources for the policy.
414420
&quot;A String&quot;,
415421
],

‎googleapiclient/discovery_cache/documents/chromepolicy.v1.json

+23-1
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
}
558558
}
559559
},
560-
"revision": "20231210",
560+
"revision": "20240102",
561561
"rootUrl": "https://chromepolicy.googleapis.com/",
562562
"schemas": {
563563
"GoogleChromePolicyVersionsV1AdditionalTargetKeyName": {
@@ -1104,6 +1104,28 @@
11041104
"readOnly": true,
11051105
"type": "string"
11061106
},
1107+
"supportedPlatforms": {
1108+
"description": "Output only. List indicates that the policy will only apply to devices/users on these platforms.",
1109+
"items": {
1110+
"enum": [
1111+
"PLATFORM_UNSPECIFIED",
1112+
"CHROME_OS",
1113+
"CHROME_BROWSER",
1114+
"CHROME_BROWSER_FOR_ANDROID",
1115+
"CHROME_BROWSER_FOR_IOS"
1116+
],
1117+
"enumDescriptions": [
1118+
"Unspecified platform.",
1119+
"ChromeOS.",
1120+
"Chrome Browser for OSX/Windows/Linux.",
1121+
"Chrome Browser for Android.",
1122+
"Chrome Browser for iOS."
1123+
],
1124+
"type": "string"
1125+
},
1126+
"readOnly": true,
1127+
"type": "array"
1128+
},
11071129
"validTargetResources": {
11081130
"description": "Output only. Information about applicable target resources for the policy.",
11091131
"items": {

0 commit comments

Comments
 (0)
Please sign in to comment.