TrustAnchorDetail

The state of the trust anchor 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 trust anchor was created.

Link copied to clipboard

Indicates whether the trust anchor is enabled.

Link copied to clipboard
val name: String?

The name of the trust anchor.

Link copied to clipboard

A list of notification settings to be associated to the trust anchor.

Link copied to clipboard

The trust anchor type and its related certificate data.

Link copied to clipboard

The ARN of the trust anchor.

Link copied to clipboard

The unique identifier of the trust anchor.

Link copied to clipboard

The ISO-8601 timestamp when the trust anchor was last updated.

Functions

Link copied to clipboard
inline fun copy(block: TrustAnchorDetail.Builder.() -> Unit = {}): TrustAnchorDetail
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