You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/chromepolicy_v1.customers.policies.groups.html
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,8 @@ <h3>Method Details</h3>
181
181
The object takes the form of:
182
182
183
183
{ # Request message for listing the group priority ordering of an app.
184
-
"policyNamespace": "A String", # Required. The namespace of the policy type for the request.
184
+
"policyNamespace": "A String", # The namespace of the policy type for the request.
185
+
"policySchema": "A String", # The schema name of the policy for the request.
185
186
"policyTargetKey": { # 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.
186
187
"additionalTargetKeys": { # Map containing the additional target key name and value pairs used to further identify the target of the policy.
187
188
"a_key": "A String",
@@ -203,6 +204,7 @@ <h3>Method Details</h3>
203
204
"A String",
204
205
],
205
206
"policyNamespace": "A String", # Output only. The namespace of the policy type of the group IDs.
207
+
"policySchema": "A String", # Output only. The schema name of the policy for the group IDs.
206
208
"policyTargetKey": { # 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.
207
209
"additionalTargetKeys": { # Map containing the additional target key name and value pairs used to further identify the target of the policy.
208
210
"a_key": "A String",
@@ -225,7 +227,8 @@ <h3>Method Details</h3>
225
227
"groupIds": [ # Required. The group IDs, in desired priority ordering.
226
228
"A String",
227
229
],
228
-
"policyNamespace": "A String", # Required. The namespace of the policy type for the request.
230
+
"policyNamespace": "A String", # The namespace of the policy type for the request.
231
+
"policySchema": "A String", # The schema name of the policy for the request.
229
232
"policyTargetKey": { # 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.
230
233
"additionalTargetKeys": { # Map containing the additional target key name and value pairs used to further identify the target of the policy.
0 commit comments