TrustStoreRevocation

data class TrustStoreRevocation(val numberOfRevokedEntries: Int? = null, val revocationId: String? = null, val revocationType: String? = null, val trustStoreArn: String? = null)

Constructors

Link copied to clipboard
constructor(numberOfRevokedEntries: Int? = null, revocationId: String? = null, revocationType: String? = null, trustStoreArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of revoked certificates.

Link copied to clipboard
val revocationId: String? = null

The revocation ID of the revocation file.

Link copied to clipboard
val revocationType: String? = null

The type of revocation file.

Link copied to clipboard
val trustStoreArn: String? = null

The Amazon Resource Name (ARN) of the trust store.