How long does a GCP secret version stay in destroyed state before becoming invisible?

Viewed 646

When a GCP secret version is destroyed how long does it take to become invisible?

Does it ever become invisible?

Not sure if this is documented somewhere.

1 Answers

A secret version that is destroyed never disappears from the UI as a version. Versions are numbered so even if the version could "disappear" you would still see a gap in the numbering anyway.

You can "delete" an entire Secret, and that will not be in the UI anywhere.

Related