KeyVaultLastAccessStatusContractPropertiesResponse

data class KeyVaultLastAccessStatusContractPropertiesResponse(val code: String? = null, val message: String? = null, val timeStampUtc: String? = null)

Issue contract Update Properties.

Constructors

constructor(code: String? = null, message: String? = null, timeStampUtc: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

Last status code for sync and refresh of secret from key vault.

Link copied to clipboard
val message: String? = null

Details of the error else empty.

Link copied to clipboard
val timeStampUtc: String? = null

Last time secret was accessed. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.