Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Changes information about an ClientCertificate resource.
- updateClientCertificate :: Text -> UpdateClientCertificate
- data UpdateClientCertificate
- uccPatchOperations :: Lens' UpdateClientCertificate [PatchOperation]
- uccClientCertificateId :: Lens' UpdateClientCertificate Text
- clientCertificate :: ClientCertificate
- data ClientCertificate
- ccPemEncodedCertificate :: Lens' ClientCertificate (Maybe Text)
- ccClientCertificateId :: Lens' ClientCertificate (Maybe Text)
- ccCreatedDate :: Lens' ClientCertificate (Maybe UTCTime)
- ccExpirationDate :: Lens' ClientCertificate (Maybe UTCTime)
- ccDescription :: Lens' ClientCertificate (Maybe Text)
Creating a Request
updateClientCertificate Source #
Creates a value of UpdateClientCertificate
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UpdateClientCertificate Source #
A request to change information about an ClientCertificate resource.
See: updateClientCertificate
smart constructor.
Request Lenses
uccPatchOperations :: Lens' UpdateClientCertificate [PatchOperation] Source #
A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.
uccClientCertificateId :: Lens' UpdateClientCertificate Text Source #
The identifier of the ClientCertificate resource to be updated.
Destructuring the Response
clientCertificate :: ClientCertificate Source #
Creates a value of ClientCertificate
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ClientCertificate Source #
Represents a Client Certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.
See: clientCertificate
smart constructor.
Response Lenses
ccPemEncodedCertificate :: Lens' ClientCertificate (Maybe Text) Source #
The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .
ccClientCertificateId :: Lens' ClientCertificate (Maybe Text) Source #
The identifier of the Client Certificate.
ccCreatedDate :: Lens' ClientCertificate (Maybe UTCTime) Source #
The date when the Client Certificate was created, in ISO 8601 format.
ccExpirationDate :: Lens' ClientCertificate (Maybe UTCTime) Source #
The date when the Client Certificate will expire, in ISO 8601 format.
ccDescription :: Lens' ClientCertificate (Maybe Text) Source #
The description of the Client Certificate.