mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Mar 9 08:39:30 UTC 2022
This commit is contained in:
parent
5829e94e90
commit
7d82d0fc32
210 changed files with 7192 additions and 887 deletions
|
|
@ -5,13 +5,17 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud privateca subordinates delete
|
||||
(CERTIFICATE_AUTHORITY : --location=LOCATION --pool=POOL)
|
||||
[--ignore-active-certificates] [GCLOUD_WIDE_FLAG ...]
|
||||
[--ignore-active-certificates] [--skip-grace-period]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Delete a Subordinate Certificate Authority. Deleted Subordinate Certificate
|
||||
Authorities may be recovered with the gcloud privateca subordinates
|
||||
undelete command within a grace period of 30 days.
|
||||
|
||||
Use the --skip-grace-period flag to delete as soon as possible without the
|
||||
30-day grace period to undelete.
|
||||
|
||||
Note that any user-managed KMS keys or Google Cloud Storage buckets will
|
||||
not be affected by this operation. You will need to delete the user-
|
||||
managed resources separately once the CA is deleted. Any Google-managed
|
||||
|
|
@ -82,6 +86,11 @@ FLAGS
|
|||
the Certificate Authority has un-revoked or un-expired certificates
|
||||
after the grace period.
|
||||
|
||||
--skip-grace-period
|
||||
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.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue