libZSservicesZSamazonka-ioteventsZSamazonka-iotevents
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.IoTEvents.Types.SSOIdentity

Description

 
Synopsis

Documentation

data SSOIdentity Source #

Contains information about your identity source in AWS Single Sign-On. For more information, see the AWS Single Sign-On User Guide.

See: newSSOIdentity smart constructor.

Constructors

SSOIdentity' 

Fields

Instances

Instances details
Eq SSOIdentity Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.SSOIdentity

Read SSOIdentity Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.SSOIdentity

Show SSOIdentity Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.SSOIdentity

Generic SSOIdentity Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.SSOIdentity

Associated Types

type Rep SSOIdentity :: Type -> Type #

NFData SSOIdentity Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.SSOIdentity

Methods

rnf :: SSOIdentity -> () #

Hashable SSOIdentity Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.SSOIdentity

ToJSON SSOIdentity Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.SSOIdentity

FromJSON SSOIdentity Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.SSOIdentity

type Rep SSOIdentity Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.SSOIdentity

type Rep SSOIdentity = D1 ('MetaData "SSOIdentity" "Amazonka.IoTEvents.Types.SSOIdentity" "libZSservicesZSamazonka-ioteventsZSamazonka-iotevents" 'False) (C1 ('MetaCons "SSOIdentity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identityStoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSSOIdentity Source #

Create a value of SSOIdentity 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:userId:SSOIdentity', sSOIdentity_userId - The user ID.

$sel:identityStoreId:SSOIdentity', sSOIdentity_identityStoreId - The ID of the AWS SSO identity store.

sSOIdentity_identityStoreId :: Lens' SSOIdentity Text Source #

The ID of the AWS SSO identity store.