Resource: RetiredResource
A RetiredResource resource represents the record of a deleted CryptoKey
. Its purpose is to provide visibility into retained user data and to prevent reuse of these names for new CryptoKeys
.
| JSON representation |
|---|
{ "name" : string , "originalResource" : string , "resourceType" : string , "deleteTime" : string } |
| Fields | |
|---|---|
name
|
Output only. Identifier. The resource name for this |
originalResource
|
Output only. The full resource name of the original |
resourceType
|
Output only. For CryptoKeys only, the resource type of the original deleted resource. |
deleteTime
|
Output only. The time at which the original resource was deleted and this RetiredResource record was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Methods |
|
|---|---|
|
Retrieves a specific RetiredResource
resource, which represents the record of a deleted CryptoKey
. |
|
Lists the RetiredResources
which are the records of deleted CryptoKeys
. |

