UpgradeDetailsResponse

data class UpgradeDetailsResponse(val endTimeUtc: String, val lastUpdatedTimeUtc: String, val message: String, val operationId: String, val previousResourceId: String, val startTimeUtc: String, val status: String, val triggerType: String, val upgradedResourceId: String)

Details for upgrading vault.

Constructors

Link copied to clipboard
constructor(endTimeUtc: String, lastUpdatedTimeUtc: String, message: String, operationId: String, previousResourceId: String, startTimeUtc: String, status: String, triggerType: String, upgradedResourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

UTC time at which the upgrade operation has ended.

Link copied to clipboard

UTC time at which the upgrade operation status was last updated.

Link copied to clipboard

Message to the user containing information about the upgrade operation.

Link copied to clipboard

ID of the vault upgrade operation.

Link copied to clipboard

Resource ID of the vault before the upgrade.

Link copied to clipboard

UTC time at which the upgrade operation has started.

Link copied to clipboard

Status of the vault upgrade operation.

Link copied to clipboard

The way the vault upgrade was triggered.

Link copied to clipboard

Resource ID of the upgraded vault.