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/certificatemanager_v1.projects.locations.certificates.html
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,11 @@ <h3>Method Details</h3>
150
150
"pemPrivateKey": "A String", # Optional. Input only. The PEM-encoded private key of the leaf certificate.
151
151
},
152
152
"updateTime": "A String", # Output only. The last update timestamp of a Certificate.
153
+
"usedBy": [ # Output only. The list of resources that use this Certificate.
154
+
{ # Defines a resource that uses the certificate.
155
+
"name": "A String", # Output only. Full name of the resource https://google.aip.dev/122#full-resource-names, e.g. `//certificatemanager.googleapis.com/projects/*/locations/*/certificateMaps/*/certificateMapEntries/*` or `//compute.googleapis.com/projects/*/locations/*/targetHttpsProxies/*`.
156
+
},
157
+
],
153
158
}
154
159
155
160
certificateId: string, Required. A user-provided name of the certificate.
@@ -271,6 +276,11 @@ <h3>Method Details</h3>
271
276
"pemPrivateKey": "A String", # Optional. Input only. The PEM-encoded private key of the leaf certificate.
272
277
},
273
278
"updateTime": "A String", # Output only. The last update timestamp of a Certificate.
279
+
"usedBy": [ # Output only. The list of resources that use this Certificate.
280
+
{ # Defines a resource that uses the certificate.
281
+
"name": "A String", # Output only. Full name of the resource https://google.aip.dev/122#full-resource-names, e.g. `//certificatemanager.googleapis.com/projects/*/locations/*/certificateMaps/*/certificateMapEntries/*` or `//compute.googleapis.com/projects/*/locations/*/targetHttpsProxies/*`.
282
+
},
283
+
],
274
284
}</pre>
275
285
</div>
276
286
@@ -334,6 +344,11 @@ <h3>Method Details</h3>
334
344
"pemPrivateKey": "A String", # Optional. Input only. The PEM-encoded private key of the leaf certificate.
335
345
},
336
346
"updateTime": "A String", # Output only. The last update timestamp of a Certificate.
347
+
"usedBy": [ # Output only. The list of resources that use this Certificate.
348
+
{ # Defines a resource that uses the certificate.
349
+
"name": "A String", # Output only. Full name of the resource https://google.aip.dev/122#full-resource-names, e.g. `//certificatemanager.googleapis.com/projects/*/locations/*/certificateMaps/*/certificateMapEntries/*` or `//compute.googleapis.com/projects/*/locations/*/targetHttpsProxies/*`.
350
+
},
351
+
],
337
352
},
338
353
],
339
354
"nextPageToken": "A String", # If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
@@ -406,6 +421,11 @@ <h3>Method Details</h3>
406
421
"pemPrivateKey": "A String", # Optional. Input only. The PEM-encoded private key of the leaf certificate.
407
422
},
408
423
"updateTime": "A String", # Output only. The last update timestamp of a Certificate.
424
+
"usedBy": [ # Output only. The list of resources that use this Certificate.
425
+
{ # Defines a resource that uses the certificate.
426
+
"name": "A String", # Output only. Full name of the resource https://google.aip.dev/122#full-resource-names, e.g. `//certificatemanager.googleapis.com/projects/*/locations/*/certificateMaps/*/certificateMapEntries/*` or `//compute.googleapis.com/projects/*/locations/*/targetHttpsProxies/*`.
427
+
},
428
+
],
409
429
}
410
430
411
431
updateMask: string, Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
"description": "Output only. The list of resources that use this Certificate.",
1462
+
"items": {
1463
+
"$ref": "UsedBy"
1464
+
},
1465
+
"readOnly": true,
1466
+
"type": "array"
1459
1467
}
1460
1468
},
1461
1469
"type": "object"
@@ -2299,6 +2307,18 @@
2299
2307
}
2300
2308
},
2301
2309
"type": "object"
2310
+
},
2311
+
"UsedBy": {
2312
+
"description": "Defines a resource that uses the certificate.",
2313
+
"id": "UsedBy",
2314
+
"properties": {
2315
+
"name": {
2316
+
"description": "Output only. Full name of the resource https://google.aip.dev/122#full-resource-names, e.g. `//certificatemanager.googleapis.com/projects/*/locations/*/certificateMaps/*/certificateMapEntries/*` or `//compute.googleapis.com/projects/*/locations/*/targetHttpsProxies/*`.",
0 commit comments