TrustStoreRevocationRevocationContent

data class TrustStoreRevocationRevocationContent(val revocationType: String? = null, val s3Bucket: String? = null, val s3Key: String? = null, val s3ObjectVersion: String? = null)

Constructors

Link copied to clipboard
constructor(revocationType: String? = null, s3Bucket: String? = null, s3Key: String? = null, s3ObjectVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val revocationType: String? = null

The type of revocation file.

Link copied to clipboard
val s3Bucket: String? = null

The Amazon S3 bucket for the revocation file.

Link copied to clipboard
val s3Key: String? = null

The Amazon S3 path for the revocation file.

Link copied to clipboard
val s3ObjectVersion: String? = null

The Amazon S3 object version of the revocation file.