ConnectorSummary

Lists the Amazon Web Services Private CA SCEP connectors belonging to your Amazon Web Services account.

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 connector.

Link copied to clipboard

The Amazon Resource Name (ARN) of the connector's associated certificate authority.

Link copied to clipboard

The date and time that the challenge was created.

Link copied to clipboard

The connector's HTTPS public SCEP URL.

Link copied to clipboard

Contains settings relevant to the mobile device management system that you chose for the connector. If you didn't configure MobileDeviceManagement, then the connector is for general-purpose use and this object is empty.

Link copied to clipboard

Contains OpenID Connect (OIDC) parameters for use with Microsoft Intune.

Link copied to clipboard

The connector's status. Status can be creating, active, deleting, or failed.

Link copied to clipboard

Information about why connector creation failed, if status is FAILED.

Link copied to clipboard

The connector type.

Link copied to clipboard

The date and time that the challenge was updated.

Functions

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