CertificateInfo
Contains general information about a certificate.
Contents
- CertificateId
-
The identifier of the certificate.
Type: String
Pattern:
^c-[0-9a-f]{10}$
Required: No
- CommonName
-
The common name for the certificate.
Type: String
Required: No
- ExpiryDateTime
-
The date and time when the certificate will expire.
Type: Timestamp
Required: No
- State
-
The state of the certificate.
Type: String
Valid Values:
Registering | Registered | RegisterFailed | Deregistering | Deregistered | DeregisterFailed
Required: No
- Type
-
The function that the registered certificate performs. Valid values include
ClientLDAPS
orClientCertAuth
. The default value isClientLDAPS
.Type: String
Valid Values:
ClientCertAuth | ClientLDAPS
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: