libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch
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.ElasticSearch.Types.SAMLIdp

Description

 
Synopsis

Documentation

data SAMLIdp Source #

Specifies the SAML Identity Provider's information.

See: newSAMLIdp smart constructor.

Constructors

SAMLIdp' 

Fields

  • metadataContent :: Text

    The Metadata of the SAML application in xml format.

  • entityId :: Text

    The unique Entity ID of the application in SAML Identity Provider.

Instances

Instances details
Eq SAMLIdp Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.SAMLIdp

Methods

(==) :: SAMLIdp -> SAMLIdp -> Bool #

(/=) :: SAMLIdp -> SAMLIdp -> Bool #

Read SAMLIdp Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.SAMLIdp

Show SAMLIdp Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.SAMLIdp

Generic SAMLIdp Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.SAMLIdp

Associated Types

type Rep SAMLIdp :: Type -> Type #

Methods

from :: SAMLIdp -> Rep SAMLIdp x #

to :: Rep SAMLIdp x -> SAMLIdp #

NFData SAMLIdp Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.SAMLIdp

Methods

rnf :: SAMLIdp -> () #

Hashable SAMLIdp Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.SAMLIdp

Methods

hashWithSalt :: Int -> SAMLIdp -> Int #

hash :: SAMLIdp -> Int #

ToJSON SAMLIdp Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.SAMLIdp

FromJSON SAMLIdp Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.SAMLIdp

type Rep SAMLIdp Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.SAMLIdp

type Rep SAMLIdp = D1 ('MetaData "SAMLIdp" "Amazonka.ElasticSearch.Types.SAMLIdp" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "SAMLIdp'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metadataContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSAMLIdp Source #

Create a value of SAMLIdp 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:metadataContent:SAMLIdp', sAMLIdp_metadataContent - The Metadata of the SAML application in xml format.

$sel:entityId:SAMLIdp', sAMLIdp_entityId - The unique Entity ID of the application in SAML Identity Provider.

sAMLIdp_metadataContent :: Lens' SAMLIdp Text Source #

The Metadata of the SAML application in xml format.

sAMLIdp_entityId :: Lens' SAMLIdp Text Source #

The unique Entity ID of the application in SAML Identity Provider.