Challenge

class Challenge

For Connector for SCEP for general-purpose. An object containing information about the specified connector's SCEP challenge passwords.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the challenge.

Link copied to clipboard

The Amazon Resource Name (ARN) of the connector.

Link copied to clipboard

The date and time that the challenge was created.

Link copied to clipboard

The SCEP challenge password, in UUID format.

Link copied to clipboard

The date and time that the challenge was updated.

Functions

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