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
name: string, Required. The resource name for this CertificateAuthority in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`. (required)
529
529
ignoreActiveCertificates: boolean, Optional. This field allows the CA to be deleted even if the CA has active certs. Active certs include both unrevoked and unexpired certs.
530
+
ignoreDependentResources: boolean, Optional. This field allows this ca to be deleted even if it's being depended on by another resource. However, doing so may result in unintended and unrecoverable effects on any dependent resource(s) since the CA will no longer be able to issue certificates.
530
531
requestId: string, Optional. An ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
531
532
skipGracePeriod: boolean, Optional. If this flag is set, the Certificate Authority will be deleted as soon as possible without a 30-day grace period where undeletion would have been allowed. If you proceed, there will be no way to recover this CA.
532
533
x__xgafv: string, V1 error format.
@@ -568,6 +569,7 @@ <h3>Method Details</h3>
568
569
The object takes the form of:
569
570
570
571
{ # Request message for CertificateAuthorityService.DisableCertificateAuthority.
572
+
"ignoreDependentResources": True or False, # Optional. This field allows this CA to be disabled even if it's being depended on by another resource. However, doing so may result in unintended and unrecoverable effects on any dependent resource(s) since the CA will no longer be able to issue certificates.
571
573
"requestId": "A String", # Optional. An ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
name: string, Required. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`. (required)
306
+
ignoreDependentResources: boolean, Optional. This field allows this pool to be deleted even if it's being depended on by another resource. However, doing so may result in unintended and unrecoverable effects on any dependent resource(s) since the pool will no longer be able to issue certificates.
306
307
requestId: string, Optional. An ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/privateca.v1.json
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,11 @@
226
226
"name"
227
227
],
228
228
"parameters": {
229
+
"ignoreDependentResources": {
230
+
"description": "Optional. This field allows this pool to be deleted even if it's being depended on by another resource. However, doing so may result in unintended and unrecoverable effects on any dependent resource(s) since the pool will no longer be able to issue certificates.",
231
+
"location": "query",
232
+
"type": "boolean"
233
+
},
229
234
"name": {
230
235
"description": "Required. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`.",
231
236
"location": "path",
@@ -556,6 +561,11 @@
556
561
"location": "query",
557
562
"type": "boolean"
558
563
},
564
+
"ignoreDependentResources": {
565
+
"description": "Optional. This field allows this ca to be deleted even if it's being depended on by another resource. However, doing so may result in unintended and unrecoverable effects on any dependent resource(s) since the CA will no longer be able to issue certificates.",
566
+
"location": "query",
567
+
"type": "boolean"
568
+
},
559
569
"name": {
560
570
"description": "Required. The resource name for this CertificateAuthority in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.",
561
571
"location": "path",
@@ -1595,7 +1605,7 @@
1595
1605
}
1596
1606
}
1597
1607
},
1598
-
"revision": "20230315",
1608
+
"revision": "20230403",
1599
1609
"rootUrl": "https://privateca.googleapis.com/",
1600
1610
"schemas": {
1601
1611
"AccessUrls": {
@@ -2280,6 +2290,10 @@
2280
2290
"description": "Request message for CertificateAuthorityService.DisableCertificateAuthority.",
2281
2291
"id": "DisableCertificateAuthorityRequest",
2282
2292
"properties": {
2293
+
"ignoreDependentResources": {
2294
+
"description": "Optional. This field allows this CA to be disabled even if it's being depended on by another resource. However, doing so may result in unintended and unrecoverable effects on any dependent resource(s) since the CA will no longer be able to issue certificates.",
2295
+
"type": "boolean"
2296
+
},
2283
2297
"requestId": {
2284
2298
"description": "Optional. An ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2285
2299
"type": "string"
@@ -3024,7 +3038,7 @@
3024
3038
],
3025
3039
"enumDescriptions": [
3026
3040
"Unknown repair action.",
3027
-
"The resource has to be deleted. When using this bit, the CLH should fail the operation. DEPRECATED. Instead use DELETE_RESOURCE OperationSignal in SideChannel. For more information - go/ccfe-delete-on-upsert, go/ccfe-reconciliation-protocol-ug#apply_delete",
3041
+
"The resource has to be deleted. When using this bit, the CLH should fail the operation. DEPRECATED. Instead use DELETE_RESOURCE OperationSignal in SideChannel.",
3028
3042
"This resource could not be repaired but the repair should be tried again at a later time. This can happen if there is a dependency that needs to be resolved first- e.g. if a parent resource must be repaired before a child resource."
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/privateca.v1beta1.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -580,7 +580,7 @@
580
580
}
581
581
}
582
582
},
583
-
"revision": "20230315",
583
+
"revision": "20230403",
584
584
"rootUrl": "https://privateca.googleapis.com/",
585
585
"schemas": {
586
586
"AuditConfig": {
@@ -841,7 +841,7 @@
841
841
],
842
842
"enumDescriptions": [
843
843
"Unknown repair action.",
844
-
"The resource has to be deleted. When using this bit, the CLH should fail the operation. DEPRECATED. Instead use DELETE_RESOURCE OperationSignal in SideChannel. For more information - go/ccfe-delete-on-upsert, go/ccfe-reconciliation-protocol-ug#apply_delete",
844
+
"The resource has to be deleted. When using this bit, the CLH should fail the operation. DEPRECATED. Instead use DELETE_RESOURCE OperationSignal in SideChannel.",
845
845
"This resource could not be repaired but the repair should be tried again at a later time. This can happen if there is a dependency that needs to be resolved first- e.g. if a parent resource must be repaired before a child resource."
0 commit comments