Connector
Connector for SCEP is a service that links AWS Private Certificate Authority to your SCEP-enabled devices. The connector brokers the exchange of certificates from AWS 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.
Contents
- Arn
-
The Amazon Resource Name (ARN) of the connector.
Type: String
Length Constraints: Minimum length of 5. Maximum length of 200.
Pattern:
arn:aws(-[a-z]+)*:pca-connector-scep:[a-z]+(-[a-z]+)+-[1-9]\d*:\d{12}:connector\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}
Required: No
- CertificateAuthorityArn
-
The Amazon Resource Name (ARN) of the certificate authority associated with the connector.
Type: String
Length Constraints: Minimum length of 5. Maximum length of 200.
Pattern:
arn:aws(-[a-z]+)*:acm-pca:[a-z]+(-[a-z]+)+-[1-9]\d*:\d{12}:certificate-authority\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}
Required: No
- CreatedAt
-
The date and time that the connector was created.
Type: Timestamp
Required: No
- Endpoint
-
The connector's HTTPS public SCEP URL.
Type: String
Required: No
- MobileDeviceManagement
-
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.Type: MobileDeviceManagement object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- OpenIdConfiguration
-
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.
Type: OpenIdConfiguration object
Required: No
- Status
-
The connector's status.
Type: String
Valid Values:
CREATING | ACTIVE | DELETING | FAILED
Required: No
- StatusReason
-
Information about why connector creation failed, if status is
FAILED
.Type: String
Valid Values:
INTERNAL_FAILURE | PRIVATECA_ACCESS_DENIED | PRIVATECA_INVALID_STATE | PRIVATECA_RESOURCE_NOT_FOUND
Required: No
- Type
-
The connector type.
Type: String
Valid Values:
GENERAL_PURPOSE | INTUNE
Required: No
- UpdatedAt
-
The date and time that the connector was updated.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: