Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data FederatedAuthenticationRequest = FederatedAuthenticationRequest' {}
- newFederatedAuthenticationRequest :: FederatedAuthenticationRequest
- federatedAuthenticationRequest_sAMLProviderArn :: Lens' FederatedAuthenticationRequest (Maybe Text)
- federatedAuthenticationRequest_selfServiceSAMLProviderArn :: Lens' FederatedAuthenticationRequest (Maybe Text)
Documentation
data FederatedAuthenticationRequest Source #
The IAM SAML identity provider used for federated authentication.
See: newFederatedAuthenticationRequest
smart constructor.
FederatedAuthenticationRequest' | |
|
Instances
newFederatedAuthenticationRequest :: FederatedAuthenticationRequest Source #
Create a value of FederatedAuthenticationRequest
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:sAMLProviderArn:FederatedAuthenticationRequest'
, federatedAuthenticationRequest_sAMLProviderArn
- The Amazon Resource Name (ARN) of the IAM SAML identity provider.
$sel:selfServiceSAMLProviderArn:FederatedAuthenticationRequest'
, federatedAuthenticationRequest_selfServiceSAMLProviderArn
- The Amazon Resource Name (ARN) of the IAM SAML identity provider for the
self-service portal.
federatedAuthenticationRequest_sAMLProviderArn :: Lens' FederatedAuthenticationRequest (Maybe Text) Source #
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
federatedAuthenticationRequest_selfServiceSAMLProviderArn :: Lens' FederatedAuthenticationRequest (Maybe Text) Source #
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.