UpgradeDetails interface
Details for upgrading vault.
Properties
| end |
UTC time at which the upgrade operation has ended. |
| last |
UTC time at which the upgrade operation status was last updated. |
| message | Message to the user containing information about the upgrade operation. |
| operation |
ID of the vault upgrade operation. |
| previous |
Resource ID of the vault before the upgrade. |
| start |
UTC time at which the upgrade operation has started. |
| status | Status of the vault upgrade operation. |
| trigger |
The way the vault upgrade was triggered. |
| upgraded |
Resource ID of the upgraded vault. |
Property Details
endTimeUtc
UTC time at which the upgrade operation has ended.
endTimeUtc?: Date
Property Value
Date
lastUpdatedTimeUtc
UTC time at which the upgrade operation status was last updated.
lastUpdatedTimeUtc?: Date
Property Value
Date
message
Message to the user containing information about the upgrade operation.
message?: string
Property Value
string
operationId
ID of the vault upgrade operation.
operationId?: string
Property Value
string
previousResourceId
Resource ID of the vault before the upgrade.
previousResourceId?: string
Property Value
string
startTimeUtc
UTC time at which the upgrade operation has started.
startTimeUtc?: Date
Property Value
Date
status
Status of the vault upgrade operation.
status?: string
Property Value
string
triggerType
The way the vault upgrade was triggered.
triggerType?: string
Property Value
string
upgradedResourceId
Resource ID of the upgraded vault.
upgradedResourceId?: string
Property Value
string