CertificateCertificateAttribute

data class CertificateCertificateAttribute(val created: String? = null, val enabled: Boolean? = null, val expires: String? = null, val notBefore: String? = null, val recoveryLevel: String? = null, val updated: String? = null)

Constructors

Link copied to clipboard
constructor(created: String? = null, enabled: Boolean? = null, expires: String? = null, notBefore: String? = null, recoveryLevel: String? = null, updated: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val created: String? = null

The create time of the Key Vault Certificate.

Link copied to clipboard
val enabled: Boolean? = null

whether the Key Vault Certificate is enabled.

Link copied to clipboard
val expires: String? = null

The expires time of the Key Vault Certificate.

Link copied to clipboard
val notBefore: String? = null

The not before valid time of the Key Vault Certificate.

Link copied to clipboard
val recoveryLevel: String? = null

The deletion recovery level of the Key Vault Certificate.

Link copied to clipboard
val updated: String? = null

The recent update time of the Key Vault Certificate.