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.GoogleChromePolicyV1PolicySchema.properties.validTargetResources (Total Keys: 3)
  • Loading branch information
yoshi-automation committed Oct 12, 2021
1 parent e8c7e8d commit ecaafc4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
10 changes: 8 additions & 2 deletions docs/dyn/chromepolicy_v1.customers.policySchemas.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # Resource representing a policy schema. Next ID: 10
{ # Resource representing a policy schema. Next ID: 11
&quot;accessRestrictions&quot;: [ # Output only. Specific access restrictions related to this policy.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -203,6 +203,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 full qualified name of the policy schema. This value is used to fill the field `policy_schema` in PolicyValue when calling BatchInheritOrgUnitPolicies or BatchModifyOrgUnitPolicies.
&quot;supportUri&quot;: &quot;A String&quot;, # Output only. URI to related support article for this schema.
&quot;validTargetResources&quot;: [ # Output only. Information about applicable target resources for the policy.
&quot;A String&quot;,
],
}</pre>
</div>

Expand All @@ -226,7 +229,7 @@ <h3>Method Details</h3>
{ # Response message for listing policy schemas that match a filter.
&quot;nextPageToken&quot;: &quot;A String&quot;, # The page token used to get the next page of policy schemas.
&quot;policySchemas&quot;: [ # The list of policy schemas that match the query.
{ # Resource representing a policy schema. Next ID: 10
{ # Resource representing a policy schema. Next ID: 11
&quot;accessRestrictions&quot;: [ # Output only. Specific access restrictions related to this policy.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -323,6 +326,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 full qualified name of the policy schema. This value is used to fill the field `policy_schema` in PolicyValue when calling BatchInheritOrgUnitPolicies or BatchModifyOrgUnitPolicies.
&quot;supportUri&quot;: &quot;A String&quot;, # Output only. URI to related support article for this schema.
&quot;validTargetResources&quot;: [ # Output only. Information about applicable target resources for the policy.
&quot;A String&quot;,
],
},
],
}</pre>
Expand Down
22 changes: 20 additions & 2 deletions googleapiclient/discovery_cache/documents/chromepolicy.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
}
}
},
"revision": "20211002",
"revision": "20211008",
"rootUrl": "https://chromepolicy.googleapis.com/",
"schemas": {
"GoogleChromePolicyV1AdditionalTargetKeyName": {
Expand Down Expand Up @@ -424,7 +424,7 @@
"type": "object"
},
"GoogleChromePolicyV1PolicySchema": {
"description": "Resource representing a policy schema. Next ID: 10",
"description": "Resource representing a policy schema. Next ID: 11",
"id": "GoogleChromePolicyV1PolicySchema",
"properties": {
"accessRestrictions": {
Expand Down Expand Up @@ -481,6 +481,24 @@
"description": "Output only. URI to related support article for this schema.",
"readOnly": true,
"type": "string"
},
"validTargetResources": {
"description": "Output only. Information about applicable target resources for the policy.",
"items": {
"enum": [
"TARGET_RESOURCE_UNSPECIFIED",
"ORG_UNIT",
"GROUP"
],
"enumDescriptions": [
"Unspecified target resource.",
"Organizational Unit target resource.",
"Group target resource."
],
"type": "string"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
Expand Down

0 comments on commit ecaafc4

Please sign in to comment.