Reference documentation and code samples for the Cloud KMS V1 Client class 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 .
Generated from protobuf message google.cloud.kms.v1.RetiredResource
Namespace
Google \ Cloud \ Kms \ V1Methods
__construct
Constructor.
data
mixed
getName
Output only. Identifier. The resource name for this RetiredResource
in the format projects/*/locations/*/retiredResources/*
.
string
setName
Output only. Identifier. The resource name for this RetiredResource
in the format projects/*/locations/*/retiredResources/*
.
var
string
$this
getOriginalResource
Output only. The full resource name of the original CryptoKey
that was deleted in the format projects/*/locations/*/keyRings/*/cryptoKeys/*
.
string
setOriginalResource
Output only. The full resource name of the original CryptoKey
that was deleted in the format projects/*/locations/*/keyRings/*/cryptoKeys/*
.
var
string
$this
getResourceType
Output only. The resource type of the original deleted resource.
string
setResourceType
Output only. The resource type of the original deleted resource.
var
string
$this
getDeleteTime
Output only. The time at which the original resource was deleted and this RetiredResource record was created.
hasDeleteTime
clearDeleteTime
setDeleteTime
Output only. The time at which the original resource was deleted and this RetiredResource record was created.
$this

