Skip to content

Commit

Permalink
feat(chromepolicy): update the api
Browse files Browse the repository at this point in the history
#### chromepolicy:v1

The following keys were added:
- schemas.GoogleChromePolicyVersionsV1PolicySchema.properties.supportedPlatforms (Total Keys: 3)
  • Loading branch information
yoshi-automation committed Jan 4, 2024
1 parent 57a6156 commit f348e6d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/dyn/chromepolicy_v1.customers.policySchemas.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,9 @@ <h3>Method Details</h3>
&quot;policyDescription&quot;: &quot;A String&quot;, # Output only. Description about the policy schema for user consumption.
&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.
&quot;supportUri&quot;: &quot;A String&quot;, # Output only. URI to related support article for this schema.
&quot;supportedPlatforms&quot;: [ # Output only. List indicates that the policy will only apply to devices/users on these platforms.
&quot;A String&quot;,
],
&quot;validTargetResources&quot;: [ # Output only. Information about applicable target resources for the policy.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -410,6 +413,9 @@ <h3>Method Details</h3>
&quot;policyDescription&quot;: &quot;A String&quot;, # Output only. Description about the policy schema for user consumption.
&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.
&quot;supportUri&quot;: &quot;A String&quot;, # Output only. URI to related support article for this schema.
&quot;supportedPlatforms&quot;: [ # Output only. List indicates that the policy will only apply to devices/users on these platforms.
&quot;A String&quot;,
],
&quot;validTargetResources&quot;: [ # Output only. Information about applicable target resources for the policy.
&quot;A String&quot;,
],
Expand Down
24 changes: 23 additions & 1 deletion googleapiclient/discovery_cache/documents/chromepolicy.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
}
}
},
"revision": "20231210",
"revision": "20240102",
"rootUrl": "https://chromepolicy.googleapis.com/",
"schemas": {
"GoogleChromePolicyVersionsV1AdditionalTargetKeyName": {
Expand Down Expand Up @@ -1104,6 +1104,28 @@
"readOnly": true,
"type": "string"
},
"supportedPlatforms": {
"description": "Output only. List indicates that the policy will only apply to devices/users on these platforms.",
"items": {
"enum": [
"PLATFORM_UNSPECIFIED",
"CHROME_OS",
"CHROME_BROWSER",
"CHROME_BROWSER_FOR_ANDROID",
"CHROME_BROWSER_FOR_IOS"
],
"enumDescriptions": [
"Unspecified platform.",
"ChromeOS.",
"Chrome Browser for OSX/Windows/Linux.",
"Chrome Browser for Android.",
"Chrome Browser for iOS."
],
"type": "string"
},
"readOnly": true,
"type": "array"
},
"validTargetResources": {
"description": "Output only. Information about applicable target resources for the policy.",
"items": {
Expand Down

0 comments on commit f348e6d

Please sign in to comment.