RetiredResource(mapping=None, *, ignore_unknown_fields=False, **kwargs)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.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Output only. Identifier. The resource name for this RetiredResource in the format projects/*/locations/*/retiredResources/*.
|
original_resource |
str
Output only. The full resource name of the original CryptoKey that was deleted in the format projects/*/locations/*/keyRings/*/cryptoKeys/*.
|
resource_type |
str
Output only. The resource type of the original deleted resource. |
delete_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which the original resource was deleted and this RetiredResource record was created. |