Connector

class Connector

Connector for SCEP is a service that links Amazon Web Services Private Certificate Authority to your SCEP-enabled devices. The connector brokers the exchange of certificates from Amazon Web Services Private CA to your SCEP-enabled devices and mobile device management systems. The connector is a complex type that contains the connector's configuration settings.

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 certificate authority associated with the connector.

Link copied to clipboard

The date and time that the connector 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 Connector for SCEP for Microsoft Intune. For more information about using Connector for SCEP for Microsoft Intune, see Using Connector for SCEP for Microsoft Intune.

Link copied to clipboard

The connector's status.

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

Functions

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