CrlDetail

class CrlDetail

The state of the certificate revocation list (CRL) after a read or write operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ISO-8601 timestamp when the certificate revocation list (CRL) was created.

Link copied to clipboard

The ARN of the certificate revocation list (CRL).

Link copied to clipboard

The state of the certificate revocation list (CRL) after a read or write operation.

Link copied to clipboard

The unique identifier of the certificate revocation list (CRL).

Link copied to clipboard

Indicates whether the certificate revocation list (CRL) is enabled.

Link copied to clipboard
val name: String?

The name of the certificate revocation list (CRL).

Link copied to clipboard

The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.

Link copied to clipboard

The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.

Functions

Link copied to clipboard
inline fun copy(block: CrlDetail.Builder.() -> Unit = {}): CrlDetail
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String