GetTrustStoreRevocationResult

data class GetTrustStoreRevocationResult(val revocationId: Int? = null, val trustStoreRevocations: List<TrustStoreRevocation>? = null)

Constructors

Link copied to clipboard
constructor(revocationId: Int? = null, trustStoreRevocations: List<TrustStoreRevocation>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val revocationId: Int? = null

The ID associated with the revocation.

Link copied to clipboard

The data associated with a trust store revocation