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.policySchemas.html
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ <h3>Method Details</h3>
106
106
Returns:
107
107
An object of the form:
108
108
109
-
{ # Resource representing a policy schema. Next ID: 10
109
+
{ # Resource representing a policy schema. Next ID: 11
110
110
"accessRestrictions": [ # Output only. Specific access restrictions related to this policy.
111
111
"A String",
112
112
],
@@ -203,6 +203,9 @@ <h3>Method Details</h3>
203
203
"policyDescription": "A String", # Output only. Description about the policy schema for user consumption.
204
204
"schemaName": "A String", # Output only. The full qualified name of the policy schema. This value is used to fill the field `policy_schema` in PolicyValue when calling BatchInheritOrgUnitPolicies or BatchModifyOrgUnitPolicies.
205
205
"supportUri": "A String", # Output only. URI to related support article for this schema.
206
+
"validTargetResources": [ # Output only. Information about applicable target resources for the policy.
207
+
"A String",
208
+
],
206
209
}</pre>
207
210
</div>
208
211
@@ -226,7 +229,7 @@ <h3>Method Details</h3>
226
229
{ # Response message for listing policy schemas that match a filter.
227
230
"nextPageToken": "A String", # The page token used to get the next page of policy schemas.
228
231
"policySchemas": [ # The list of policy schemas that match the query.
229
-
{ # Resource representing a policy schema. Next ID: 10
232
+
{ # Resource representing a policy schema. Next ID: 11
230
233
"accessRestrictions": [ # Output only. Specific access restrictions related to this policy.
231
234
"A String",
232
235
],
@@ -323,6 +326,9 @@ <h3>Method Details</h3>
323
326
"policyDescription": "A String", # Output only. Description about the policy schema for user consumption.
324
327
"schemaName": "A String", # Output only. The full qualified name of the policy schema. This value is used to fill the field `policy_schema` in PolicyValue when calling BatchInheritOrgUnitPolicies or BatchModifyOrgUnitPolicies.
325
328
"supportUri": "A String", # Output only. URI to related support article for this schema.
329
+
"validTargetResources": [ # Output only. Information about applicable target resources for the policy.
0 commit comments