Skip to content

Commit 487056f

Browse files
feat(chromepolicy): update the api
#### chromepolicy:v1 The following keys were added: - schemas.GoogleChromePolicyV1ResolvedPolicy.properties.addedSourceKey (Total Keys: 2)
1 parent b257e38 commit 487056f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/dyn/chromepolicy_v1.customers.policies.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@ <h3>Method Details</h3>
127127
&quot;nextPageToken&quot;: &quot;A String&quot;, # The page token used to get the next set of resolved policies found by the request.
128128
&quot;resolvedPolicies&quot;: [ # The list of resolved policies found by the resolve request.
129129
{ # The resolved value of a policy for a given target.
130+
&quot;addedSourceKey&quot;: { # The key used to identify the target on which the policy will be applied. # Output only. The added source key establishes at which level an entity was explicitly added for management. This is useful for certain type of policies that are only applied if they are explicitly added for management. For example: apps and networks. An entity can only be deleted from management in an Organizational Unit that it was explicitly added to. If this is not present it means that the policy is managed without the need to explicitly add an entity, for example: standard user or device policies.
131+
&quot;additionalTargetKeys&quot;: { # Map containing the additional target key name and value pairs used to further identify the target of the policy.
132+
&quot;a_key&quot;: &quot;A String&quot;,
133+
},
134+
&quot;targetResource&quot;: &quot;A String&quot;, # The target resource on which this policy is applied. The following resources are supported: * Organizational Unit (&quot;orgunits/{orgunit_id}&quot;)
135+
},
130136
&quot;sourceKey&quot;: { # The key used to identify the target on which the policy will be applied. # Output only. The source resource from which this policy value is obtained. May be the same as `targetKey` if the policy is directly modified on the target, otherwise it would be another resource from which the policy gets its value (if applicable). If not present, the source is the default value for the customer.
131137
&quot;additionalTargetKeys&quot;: { # Map containing the additional target key name and value pairs used to further identify the target of the policy.
132138
&quot;a_key&quot;: &quot;A String&quot;,

googleapiclient/discovery_cache/documents/chromepolicy.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
}
325325
}
326326
},
327-
"revision": "20220201",
327+
"revision": "20220216",
328328
"rootUrl": "https://chromepolicy.googleapis.com/",
329329
"schemas": {
330330
"ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle": {
@@ -728,6 +728,11 @@
728728
"description": "The resolved value of a policy for a given target.",
729729
"id": "GoogleChromePolicyV1ResolvedPolicy",
730730
"properties": {
731+
"addedSourceKey": {
732+
"$ref": "GoogleChromePolicyV1PolicyTargetKey",
733+
"description": "Output only. The added source key establishes at which level an entity was explicitly added for management. This is useful for certain type of policies that are only applied if they are explicitly added for management. For example: apps and networks. An entity can only be deleted from management in an Organizational Unit that it was explicitly added to. If this is not present it means that the policy is managed without the need to explicitly add an entity, for example: standard user or device policies.",
734+
"readOnly": true
735+
},
731736
"sourceKey": {
732737
"$ref": "GoogleChromePolicyV1PolicyTargetKey",
733738
"description": "Output only. The source resource from which this policy value is obtained. May be the same as `targetKey` if the policy is directly modified on the target, otherwise it would be another resource from which the policy gets its value (if applicable). If not present, the source is the default value for the customer.",

0 commit comments

Comments
 (0)