SigningProfileRevocationRecord

data class SigningProfileRevocationRecord(val revocationEffectiveFrom: String? = null, val revokedAt: String? = null, val revokedBy: String? = null)

Constructors

Link copied to clipboard
constructor(revocationEffectiveFrom: String? = null, revokedAt: String? = null, revokedBy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when revocation becomes effective.

Link copied to clipboard
val revokedAt: String? = null

The time when the signing profile was revoked.

Link copied to clipboard
val revokedBy: String? = null

The identity of the revoker.