Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Updates the trust that has been set up between your Managed Microsoft AD directory and an self-managed Active Directory.
Synopsis
- data UpdateTrust = UpdateTrust' {}
- newUpdateTrust :: Text -> UpdateTrust
- updateTrust_selectiveAuth :: Lens' UpdateTrust (Maybe SelectiveAuth)
- updateTrust_trustId :: Lens' UpdateTrust Text
- data UpdateTrustResponse = UpdateTrustResponse' {}
- newUpdateTrustResponse :: Int -> UpdateTrustResponse
- updateTrustResponse_requestId :: Lens' UpdateTrustResponse (Maybe Text)
- updateTrustResponse_trustId :: Lens' UpdateTrustResponse (Maybe Text)
- updateTrustResponse_httpStatus :: Lens' UpdateTrustResponse Int
Creating a Request
data UpdateTrust Source #
See: newUpdateTrust
smart constructor.
UpdateTrust' | |
|
Instances
Create a value of UpdateTrust
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:selectiveAuth:UpdateTrust'
, updateTrust_selectiveAuth
- Updates selective authentication for the trust.
$sel:trustId:UpdateTrust'
, updateTrust_trustId
- Identifier of the trust relationship.
Request Lenses
updateTrust_selectiveAuth :: Lens' UpdateTrust (Maybe SelectiveAuth) Source #
Updates selective authentication for the trust.
updateTrust_trustId :: Lens' UpdateTrust Text Source #
Identifier of the trust relationship.
Destructuring the Response
data UpdateTrustResponse Source #
See: newUpdateTrustResponse
smart constructor.
Instances
newUpdateTrustResponse Source #
Create a value of UpdateTrustResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:UpdateTrustResponse'
, updateTrustResponse_requestId
- Undocumented member.
$sel:trustId:UpdateTrust'
, updateTrustResponse_trustId
- Identifier of the trust relationship.
$sel:httpStatus:UpdateTrustResponse'
, updateTrustResponse_httpStatus
- The response's http status code.
Response Lenses
updateTrustResponse_requestId :: Lens' UpdateTrustResponse (Maybe Text) Source #
Undocumented member.
updateTrustResponse_trustId :: Lens' UpdateTrustResponse (Maybe Text) Source #
Identifier of the trust relationship.
updateTrustResponse_httpStatus :: Lens' UpdateTrustResponse Int Source #
The response's http status code.