Skip to content

Commit 4b19feb

Browse files
feat(chromepolicy): update the api
#### chromepolicy:v1 The following keys were added: - schemas.GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest.properties.policySchema.type (Total Keys: 1) - schemas.GoogleChromePolicyVersionsV1ListGroupPriorityOrderingResponse.properties.policySchema (Total Keys: 2) - schemas.GoogleChromePolicyVersionsV1UpdateGroupPriorityOrderingRequest.properties.policySchema.type (Total Keys: 1)
1 parent b77537f commit 4b19feb

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

docs/dyn/chromepolicy_v1.customers.policies.groups.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ <h3>Method Details</h3>
181181
The object takes the form of:
182182

183183
{ # Request message for listing the group priority ordering of an app.
184-
&quot;policyNamespace&quot;: &quot;A String&quot;, # Required. The namespace of the policy type for the request.
184+
&quot;policyNamespace&quot;: &quot;A String&quot;, # The namespace of the policy type for the request.
185+
&quot;policySchema&quot;: &quot;A String&quot;, # The schema name of the policy for the request.
185186
&quot;policyTargetKey&quot;: { # The key used to identify the target on which the policy will be applied. # Required. The key of the target for which we want to retrieve the group priority ordering. The target resource must point to an app.
186187
&quot;additionalTargetKeys&quot;: { # Map containing the additional target key name and value pairs used to further identify the target of the policy.
187188
&quot;a_key&quot;: &quot;A String&quot;,
@@ -203,6 +204,7 @@ <h3>Method Details</h3>
203204
&quot;A String&quot;,
204205
],
205206
&quot;policyNamespace&quot;: &quot;A String&quot;, # Output only. The namespace of the policy type of the group IDs.
207+
&quot;policySchema&quot;: &quot;A String&quot;, # Output only. The schema name of the policy for the group IDs.
206208
&quot;policyTargetKey&quot;: { # The key used to identify the target on which the policy will be applied. # Output only. The target resource for which the group priority ordering has been retrieved.
207209
&quot;additionalTargetKeys&quot;: { # Map containing the additional target key name and value pairs used to further identify the target of the policy.
208210
&quot;a_key&quot;: &quot;A String&quot;,
@@ -225,7 +227,8 @@ <h3>Method Details</h3>
225227
&quot;groupIds&quot;: [ # Required. The group IDs, in desired priority ordering.
226228
&quot;A String&quot;,
227229
],
228-
&quot;policyNamespace&quot;: &quot;A String&quot;, # Required. The namespace of the policy type for the request.
230+
&quot;policyNamespace&quot;: &quot;A String&quot;, # The namespace of the policy type for the request.
231+
&quot;policySchema&quot;: &quot;A String&quot;, # The schema name of the policy for the request.
229232
&quot;policyTargetKey&quot;: { # The key used to identify the target on which the policy will be applied. # Required. The key of the target for which we want to update the group priority ordering. The target resource must point to an app.
230233
&quot;additionalTargetKeys&quot;: { # Map containing the additional target key name and value pairs used to further identify the target of the policy.
231234
&quot;a_key&quot;: &quot;A String&quot;,

googleapiclient/discovery_cache/documents/chromepolicy.v1.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
}
558558
}
559559
},
560-
"revision": "20230326",
560+
"revision": "20230402",
561561
"rootUrl": "https://chromepolicy.googleapis.com/",
562562
"schemas": {
563563
"ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle": {
@@ -825,7 +825,11 @@
825825
"id": "GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest",
826826
"properties": {
827827
"policyNamespace": {
828-
"description": "Required. The namespace of the policy type for the request.",
828+
"description": "The namespace of the policy type for the request.",
829+
"type": "string"
830+
},
831+
"policySchema": {
832+
"description": "The schema name of the policy for the request.",
829833
"type": "string"
830834
},
831835
"policyTargetKey": {
@@ -852,6 +856,11 @@
852856
"readOnly": true,
853857
"type": "string"
854858
},
859+
"policySchema": {
860+
"description": "Output only. The schema name of the policy for the group IDs.",
861+
"readOnly": true,
862+
"type": "string"
863+
},
855864
"policyTargetKey": {
856865
"$ref": "GoogleChromePolicyVersionsV1PolicyTargetKey",
857866
"description": "Output only. The target resource for which the group priority ordering has been retrieved.",
@@ -1436,7 +1445,11 @@
14361445
"type": "array"
14371446
},
14381447
"policyNamespace": {
1439-
"description": "Required. The namespace of the policy type for the request.",
1448+
"description": "The namespace of the policy type for the request.",
1449+
"type": "string"
1450+
},
1451+
"policySchema": {
1452+
"description": "The schema name of the policy for the request.",
14401453
"type": "string"
14411454
},
14421455
"policyTargetKey": {

0 commit comments

Comments
 (0)