RevocationDetailsResponse

data class RevocationDetailsResponse(val revocationState: String, val revocationTime: String)

Describes fields that are relavent to the revocation of a Certificate.

Constructors

Link copied to clipboard
fun RevocationDetailsResponse(revocationState: String, revocationTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates why a Certificate was revoked.

Link copied to clipboard

The time at which this Certificate was revoked.