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
{ # Request message for getting the resolved policy value for a specific target.
112
117
"pageSize": 42, # The maximum number of policies to return, defaults to 100 and has a maximum of 1000.
113
118
"pageToken": "A String", # The page token used to retrieve a specific page of the request.
114
-
"policySchemaFilter": "A String", # The schema filter to apply to the resolve request. Specify a schema name to view a particular schema, for example: chrome.users.ShowLogoutButton Wildcards are supported, but only in the leaf portion of the schema name. Wildcards cannot be used in namespace directly. Please read https://developers.google.com/chrome/policy/guides/policy-schemas for details on schema namepsaces. For example: Valid: "chrome.users.*", "chrome.users.apps.*", "chrome.printers.*" Invalid: "*", "*.users", "chrome.*", "chrome.*.apps.*"
119
+
"policySchemaFilter": "A String", # The schema filter to apply to the resolve request. Specify a schema name to view a particular schema, for example: chrome.users.ShowLogoutButton Wildcards are supported, but only in the leaf portion of the schema name. Wildcards cannot be used in namespace directly. Please read https://developers.google.com/chrome/policy/guides/policy-schemas for details on schema namespaces. For example: Valid: "chrome.users.*", "chrome.users.apps.*", "chrome.printers.*" Invalid: "*", "*.users", "chrome.*", "chrome.*.apps.*"
115
120
"policyTargetKey": { # The key used to identify the target on which the policy will be applied. # Required. The key of the target resource on which the policies should be resolved. The target resource must point to an Org Unit.
116
121
"additionalTargetKeys": { # Map containing the additional target key name and value pairs used to further identify the target of the policy.
<pre>Creates a certificate at a specified OU for a customer.
101
+
102
+
Args:
103
+
customer: string, Required. The customer for which the certificate will apply. (required)
104
+
body: object, The request body.
105
+
The object takes the form of:
106
+
107
+
{ # Request object for creating a certificate.
108
+
"ceritificateName": "A String", # Optional. The optional name of the certificate. If not specified, the certificate issuer will be used as the name.
109
+
"certificate": "A String", # Required. The raw contents of the .PEM, .CRT, or .CER file.
110
+
"settings": [ # Optional. Certificate settings within the chrome.networks.certificates namespace.
111
+
{ # A network setting contains network configurations.
112
+
"policySchema": "A String", # The fully qualified name of the network setting.
113
+
"value": { # The value of the network setting.
114
+
"a_key": "", # Properties of the object.
115
+
},
116
+
},
117
+
],
118
+
"targetResource": "A String", # Required. The target resource on which this certificate is applied. The following resources are supported: * Organizational Unit ("orgunits/{orgunit_id}")
119
+
}
120
+
121
+
x__xgafv: string, V1 error format.
122
+
Allowed values
123
+
1 - v1 error format
124
+
2 - v2 error format
125
+
126
+
Returns:
127
+
An object of the form:
128
+
129
+
{ # Response object for creating a certificate.
130
+
"networkId": "A String", # The guid of the certificate created by the action.
131
+
"settings": [ # the affiliated settings of the certificate (NOT IMPLEMENTED)
132
+
{ # A network setting contains network configurations.
133
+
"policySchema": "A String", # The fully qualified name of the network setting.
134
+
"value": { # The value of the network setting.
135
+
"a_key": "", # Properties of the object.
136
+
},
137
+
},
138
+
],
139
+
"targetResource": "A String", # the resource at which the certificate is defined.
{ # A network setting contains network configurations.
156
+
"policySchema": "A String", # The fully qualified name of the network setting.
157
+
"value": { # The value of the network setting.
158
+
"a_key": "", # Properties of the object.
159
+
},
160
+
},
161
+
],
162
+
"targetResource": "A String", # Required. The target resource on which this new network will be defined. The following resources are supported: * Organizational Unit ("orgunits/{orgunit_id}")
163
+
}
164
+
165
+
x__xgafv: string, V1 error format.
166
+
Allowed values
167
+
1 - v1 error format
168
+
2 - v2 error format
169
+
170
+
Returns:
171
+
An object of the form:
172
+
173
+
{ # Response object for creating a network.
174
+
"networkId": "A String", # Network ID of the new created network.
175
+
"settings": [ # Detailed network settings of the new created network
176
+
{ # A network setting contains network configurations.
177
+
"policySchema": "A String", # The fully qualified name of the network setting.
178
+
"value": { # The value of the network setting.
179
+
"a_key": "", # Properties of the object.
180
+
},
181
+
},
182
+
],
183
+
"targetResource": "A String", # The target resource on which this new network will be defined. The following resources are supported: * Organizational Unit ("orgunits/{orgunit_id}")
customer: string, Required. The customer whose certificate will be removed. (required)
193
+
body: object, The request body.
194
+
The object takes the form of:
195
+
196
+
{ # Request object for removing a certificate.
197
+
"networkId": "A String", # Required. The GUID of the certificate to remove.
198
+
"targetResource": "A String", # Required. The target resource on which this certificate will be removed. The following resources are supported: * Organizational Unit ("orgunits/{orgunit_id}")
customer: string, Required. The customer whose network will be removed. (required)
219
+
body: object, The request body.
220
+
The object takes the form of:
221
+
222
+
{ # Request object for removing a network
223
+
"networkId": "A String", # Required. The GUID of the network to remove.
224
+
"targetResource": "A String", # Required. The target resource on which this network will be removed. The following resources are supported: * Organizational Unit ("orgunits/{orgunit_id}")
"categoryTitle": "A String", # Output only. Title of the category in which a setting belongs.
119
+
"categoryTitle": "A String", # Title of the category in which a setting belongs.
120
120
"definition": { # Describes a complete .proto file. # Schema definition using proto descriptor.
121
121
"enumType": [
122
122
{ # Describes an enum type.
@@ -172,6 +172,7 @@ <h3>Method Details</h3>
172
172
},
173
173
"fieldDescriptions": [ # Output only. Detailed description of each field that is part of the schema.
174
174
{ # Provides detailed information for a particular field that is part of a PolicySchema.
175
+
"defaultValue": "", # Output only. Client default if the policy is unset.
175
176
"description": "A String", # Deprecated. Use name and field_description instead. The description for the field.
176
177
"field": "A String", # Output only. The name of the field for associated with this description.
177
178
"fieldDependencies": [ # Output only. Provides a list of fields and values. At least one of the fields must have the corresponding value in order for this field to be allowed to be set.
@@ -190,7 +191,7 @@ <h3>Method Details</h3>
190
191
],
191
192
"name": "A String", # Output only. The name of the field.
192
193
"nestedFieldDescriptions": [ # Output only. Provides the description of the fields nested in this field, if the field is a message type that defines multiple fields.
193
-
# Object with schema name: GoogleChromePolicyV1PolicySchemaFieldDescription
194
+
# Object with schema name: GoogleChromePolicyVersionsV1PolicySchemaFieldDescription
194
195
],
195
196
"requiredItems": [ # Output only. Provides a list of fields that are required to be set if this field has a certain value.
196
197
{ # The fields that will become required based on the value of this field.
@@ -247,7 +248,7 @@ <h3>Method Details</h3>
247
248
Args:
248
249
parent: string, Required. The customer for which the listing request will apply. (required)
249
250
filter: string, The schema filter used to find a particular schema based on fields like its resource name, description and `additionalTargetKeyNames`.
250
-
pageSize: integer, The maximum number of policy schemas to return.
251
+
pageSize: integer, The maximum number of policy schemas to return, defaults to 100 and has a maximum of 1000.
251
252
pageToken: string, The page token used to retrieve a specific page of the listing request.
252
253
x__xgafv: string, V1 error format.
253
254
Allowed values
@@ -260,7 +261,7 @@ <h3>Method Details</h3>
260
261
{ # Response message for listing policy schemas that match a filter.
261
262
"nextPageToken": "A String", # The page token used to get the next page of policy schemas.
262
263
"policySchemas": [ # The list of policy schemas that match the query.
263
-
{ # Resource representing a policy schema. Next ID: 14
264
+
{ # Resource representing a policy schema.
264
265
"accessRestrictions": [ # Output only. Specific access restrictions related to this policy.
"categoryTitle": "A String", # Output only. Title of the category in which a setting belongs.
274
+
"categoryTitle": "A String", # Title of the category in which a setting belongs.
274
275
"definition": { # Describes a complete .proto file. # Schema definition using proto descriptor.
275
276
"enumType": [
276
277
{ # Describes an enum type.
@@ -326,6 +327,7 @@ <h3>Method Details</h3>
326
327
},
327
328
"fieldDescriptions": [ # Output only. Detailed description of each field that is part of the schema.
328
329
{ # Provides detailed information for a particular field that is part of a PolicySchema.
330
+
"defaultValue": "", # Output only. Client default if the policy is unset.
329
331
"description": "A String", # Deprecated. Use name and field_description instead. The description for the field.
330
332
"field": "A String", # Output only. The name of the field for associated with this description.
331
333
"fieldDependencies": [ # Output only. Provides a list of fields and values. At least one of the fields must have the corresponding value in order for this field to be allowed to be set.
@@ -344,7 +346,7 @@ <h3>Method Details</h3>
344
346
],
345
347
"name": "A String", # Output only. The name of the field.
346
348
"nestedFieldDescriptions": [ # Output only. Provides the description of the fields nested in this field, if the field is a message type that defines multiple fields.
347
-
# Object with schema name: GoogleChromePolicyV1PolicySchemaFieldDescription
349
+
# Object with schema name: GoogleChromePolicyVersionsV1PolicySchemaFieldDescription
348
350
],
349
351
"requiredItems": [ # Output only. Provides a list of fields that are required to be set if this field has a certain value.
350
352
{ # The fields that will become required based on the value of this field.
Copy file name to clipboardExpand all lines: docs/dyn/chromepolicy_v1.media.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ <h3>Method Details</h3>
95
95
body: object, The request body.
96
96
The object takes the form of:
97
97
98
-
{ # Request message for uploading a file for a policy. Next ID: 5
98
+
{ # Request message for uploading a file for a policy.
99
99
"policyField": "A String", # Required. The fully qualified policy schema and field name this file is uploaded for. This information will be used to validate the content type of the file.
100
100
}
101
101
@@ -109,7 +109,7 @@ <h3>Method Details</h3>
109
109
Returns:
110
110
An object of the form:
111
111
112
-
{ # Response message for downloading an uploaded file. Next ID: 2
112
+
{ # Response message for downloading an uploaded file.
113
113
"downloadUri": "A String", # The uri for end user to download the file.
0 commit comments