amazonka-iotsitewise-2.0: Amazon IoT SiteWise SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTSiteWise.Types.UserIdentity

Description

 
Synopsis

Documentation

data UserIdentity Source #

Contains information for a user identity in an access policy.

See: newUserIdentity smart constructor.

Constructors

UserIdentity' 

Fields

  • id :: Text

    The IAM Identity Center ID of the user.

Instances

Instances details
FromJSON UserIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.UserIdentity

ToJSON UserIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.UserIdentity

Generic UserIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.UserIdentity

Associated Types

type Rep UserIdentity :: Type -> Type #

Read UserIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.UserIdentity

Show UserIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.UserIdentity

NFData UserIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.UserIdentity

Methods

rnf :: UserIdentity -> () #

Eq UserIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.UserIdentity

Hashable UserIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.UserIdentity

type Rep UserIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.UserIdentity

type Rep UserIdentity = D1 ('MetaData "UserIdentity" "Amazonka.IoTSiteWise.Types.UserIdentity" "amazonka-iotsitewise-2.0-AK8rDlpQ5oPJsrLUUxJgY" 'False) (C1 ('MetaCons "UserIdentity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUserIdentity Source #

Create a value of UserIdentity 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:id:UserIdentity', userIdentity_id - The IAM Identity Center ID of the user.

userIdentity_id :: Lens' UserIdentity Text Source #

The IAM Identity Center ID of the user.