REST Resource: projects.locations.retiredResources

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

string

Output only. Identifier. The resource name for this RetiredResource in the format projects/*/locations/*/retiredResources/*.

originalResource

string

Output only. The full resource name of the original CryptoKey that was deleted in the format projects/*/locations/*/keyRings/*/cryptoKeys/*.

resourceType

string

Output only. For CryptoKeys only, the resource type of the original deleted resource.

deleteTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

Methods

get

Retrieves a specific RetiredResource resource, which represents the record of a deleted CryptoKey.

list

Lists the RetiredResources which are the records of deleted CryptoKeys.