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
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: google-cloud-security-private-ca/src/main/java/com/google/cloud/security/privateca/v1/CertificateAuthorityServiceClient.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2142,6 +2142,7 @@ public final ListCertificateAuthoritiesPagedResponse listCertificateAuthorities(
Copy file name to clipboardExpand all lines: proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCertificateAuthorityRequest.java
Copy file name to clipboardExpand all lines: proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCertificateAuthorityRequestOrBuilder.java
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -112,4 +112,19 @@ public interface DeleteCertificateAuthorityRequestOrBuilder
112
112
* @return The ignoreActiveCertificates.
113
113
*/
114
114
booleangetIgnoreActiveCertificates();
115
+
116
+
/**
117
+
*
118
+
*
119
+
* <pre>
120
+
* Optional. If this flag is set, the Certificate Authority will be deleted as soon as
121
+
* possible without a 30-day grace period where undeletion would have been
122
+
* allowed. If you proceed, there will be no way to recover this CA.
0 commit comments