DestroyedStateProperties interface
Soft-deletion (destroyed) state of a resource
Properties
| destroyed | If false, the resource is active; if true, the resource has been destroyed |
| destroyed |
Date and time at which the resource was destroyed, as an RFC 3339 timestamp |
| eradication |
Date at which the resource will be eradicated and impossible to recover, as an RFC 3339 timestamp |
| previous |
Name of the resource before it was destroyed |
Property Details
destroyed
If false, the resource is active; if true, the resource has been destroyed
destroyed: boolean
Property Value
boolean
destroyedAt
Date and time at which the resource was destroyed, as an RFC 3339 timestamp
destroyedAt?: Date
Property Value
Date
eradicationTimestamp
Date at which the resource will be eradicated and impossible to recover, as an RFC 3339 timestamp
eradicationTimestamp?: Date
Property Value
Date
previousName
Name of the resource before it was destroyed
previousName?: string
Property Value
string