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.SamlAuthentication

Description

 
Synopsis

Documentation

data SamlAuthentication Source #

A structure containing information about how this workspace works with SAML.

See: newSamlAuthentication smart constructor.

Constructors

SamlAuthentication' 

Fields

Instances

Instances details
Eq SamlAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.Types.SamlAuthentication

Read SamlAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.Types.SamlAuthentication

Show SamlAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.Types.SamlAuthentication

Generic SamlAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.Types.SamlAuthentication

Associated Types

type Rep SamlAuthentication :: Type -> Type #

NFData SamlAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.Types.SamlAuthentication

Methods

rnf :: SamlAuthentication -> () #

Hashable SamlAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.Types.SamlAuthentication

FromJSON SamlAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.Types.SamlAuthentication

type Rep SamlAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.Types.SamlAuthentication

type Rep SamlAuthentication = D1 ('MetaData "SamlAuthentication" "Amazonka.Grafana.Types.SamlAuthentication" "libZSservicesZSamazonka-grafanaZSamazonka-grafana" 'False) (C1 ('MetaCons "SamlAuthentication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SamlConfiguration)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SamlConfigurationStatus)))

newSamlAuthentication Source #

Create a value of SamlAuthentication 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:configuration:SamlAuthentication', samlAuthentication_configuration - A structure containing details about how this workspace works with SAML.

$sel:status:SamlAuthentication', samlAuthentication_status - Specifies whether the workspace's SAML configuration is complete.

samlAuthentication_configuration :: Lens' SamlAuthentication (Maybe SamlConfiguration) Source #

A structure containing details about how this workspace works with SAML.

samlAuthentication_status :: Lens' SamlAuthentication SamlConfigurationStatus Source #

Specifies whether the workspace's SAML configuration is complete.