ImmutabilityPolicy interface
The immutability policy currently applied to a snapshot.
Properties
| immutability |
The immutability duration for the snapshot, in number of days. |
| is |
Indicates whether the immutability policy has expired. |
| policy |
The time when the immutability policy will expire on the snapshot. |
| policy |
The time when the immutability policy was set on the snapshot. |
| type | The type of the immutability policy. |
Property Details
immutabilityDurationDays
The immutability duration for the snapshot, in number of days.
immutabilityDurationDays?: number
Property Value
number
isPolicyExpired
Indicates whether the immutability policy has expired.
isPolicyExpired?: boolean
Property Value
boolean
policyExpirationTime
The time when the immutability policy will expire on the snapshot.
policyExpirationTime?: Date
Property Value
Date
policyStartTime
The time when the immutability policy was set on the snapshot.
policyStartTime?: Date
Property Value
Date
type
The type of the immutability policy.
type?: string
Property Value
string