libZSservicesZSamazonka-grafanaZSamazonka-grafana
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Grafana.Types.AuthenticationSummary

Description

 
Synopsis

Documentation

data AuthenticationSummary Source #

A structure that describes whether the workspace uses SAML, Amazon Web Services SSO, or both methods for user authentication, and whether that authentication is fully configured.

See: newAuthenticationSummary smart constructor.

Constructors

AuthenticationSummary' 

Fields

Instances

Instances details
Eq AuthenticationSummary Source # 
Instance details

Defined in Amazonka.Grafana.Types.AuthenticationSummary

Read AuthenticationSummary Source # 
Instance details

Defined in Amazonka.Grafana.Types.AuthenticationSummary

Show AuthenticationSummary Source # 
Instance details

Defined in Amazonka.Grafana.Types.AuthenticationSummary

Generic AuthenticationSummary Source # 
Instance details

Defined in Amazonka.Grafana.Types.AuthenticationSummary

Associated Types

type Rep AuthenticationSummary :: Type -> Type #

NFData AuthenticationSummary Source # 
Instance details

Defined in Amazonka.Grafana.Types.AuthenticationSummary

Methods

rnf :: AuthenticationSummary -> () #

Hashable AuthenticationSummary Source # 
Instance details

Defined in Amazonka.Grafana.Types.AuthenticationSummary

FromJSON AuthenticationSummary Source # 
Instance details

Defined in Amazonka.Grafana.Types.AuthenticationSummary

type Rep AuthenticationSummary Source # 
Instance details

Defined in Amazonka.Grafana.Types.AuthenticationSummary

type Rep AuthenticationSummary = D1 ('MetaData "AuthenticationSummary" "Amazonka.Grafana.Types.AuthenticationSummary" "libZSservicesZSamazonka-grafanaZSamazonka-grafana" 'False) (C1 ('MetaCons "AuthenticationSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "samlConfigurationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SamlConfigurationStatus)) :*: S1 ('MetaSel ('Just "providers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AuthenticationProviderTypes])))

newAuthenticationSummary :: AuthenticationSummary Source #

Create a value of AuthenticationSummary 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:samlConfigurationStatus:AuthenticationSummary', authenticationSummary_samlConfigurationStatus - Specifies whether the workplace's user authentication method is fully configured.

$sel:providers:AuthenticationSummary', authenticationSummary_providers - Specifies whether the workspace uses SAML, Amazon Web Services SSO, or both methods for user authentication.

authenticationSummary_samlConfigurationStatus :: Lens' AuthenticationSummary (Maybe SamlConfigurationStatus) Source #

Specifies whether the workplace's user authentication method is fully configured.

authenticationSummary_providers :: Lens' AuthenticationSummary [AuthenticationProviderTypes] Source #

Specifies whether the workspace uses SAML, Amazon Web Services SSO, or both methods for user authentication.