amazonka-identitystore-2.0: Amazon SSO Identity Store 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.IdentityStore.GetUserId

Description

Retrieves the UserId in an identity store.

Synopsis

Creating a Request

data GetUserId Source #

See: newGetUserId smart constructor.

Constructors

GetUserId' 

Fields

  • identityStoreId :: Text

    The globally unique identifier for the identity store.

  • alternateIdentifier :: AlternateIdentifier

    A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For example, a unique UserDisplayName.

Instances

Instances details
ToJSON GetUserId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetUserId

ToHeaders GetUserId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetUserId

Methods

toHeaders :: GetUserId -> [Header] #

ToPath GetUserId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetUserId

ToQuery GetUserId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetUserId

AWSRequest GetUserId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetUserId

Associated Types

type AWSResponse GetUserId #

Generic GetUserId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetUserId

Associated Types

type Rep GetUserId :: Type -> Type #

Show GetUserId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetUserId

NFData GetUserId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetUserId

Methods

rnf :: GetUserId -> () #

Eq GetUserId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetUserId

Hashable GetUserId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetUserId

type AWSResponse GetUserId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetUserId

type Rep GetUserId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetUserId

type Rep GetUserId = D1 ('MetaData "GetUserId" "Amazonka.IdentityStore.GetUserId" "amazonka-identitystore-2.0-FD6RUaLi6gx9YE16ATGTMj" 'False) (C1 ('MetaCons "GetUserId'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityStoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "alternateIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AlternateIdentifier)))

newGetUserId Source #

Create a value of GetUserId 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:

GetUserId, getUserId_identityStoreId - The globally unique identifier for the identity store.

$sel:alternateIdentifier:GetUserId', getUserId_alternateIdentifier - A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For example, a unique UserDisplayName.

Request Lenses

getUserId_identityStoreId :: Lens' GetUserId Text Source #

The globally unique identifier for the identity store.

getUserId_alternateIdentifier :: Lens' GetUserId AlternateIdentifier Source #

A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For example, a unique UserDisplayName.

Destructuring the Response

data GetUserIdResponse Source #

See: newGetUserIdResponse smart constructor.

Constructors

GetUserIdResponse' 

Fields

Instances

Instances details
Generic GetUserIdResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.GetUserId

Associated Types

type Rep GetUserIdResponse :: Type -> Type #

Read GetUserIdResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.GetUserId

Show GetUserIdResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.GetUserId

NFData GetUserIdResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.GetUserId

Methods

rnf :: GetUserIdResponse -> () #

Eq GetUserIdResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.GetUserId

type Rep GetUserIdResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.GetUserId

type Rep GetUserIdResponse = D1 ('MetaData "GetUserIdResponse" "Amazonka.IdentityStore.GetUserId" "amazonka-identitystore-2.0-FD6RUaLi6gx9YE16ATGTMj" 'False) (C1 ('MetaCons "GetUserIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "identityStoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetUserIdResponse Source #

Create a value of GetUserIdResponse 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:httpStatus:GetUserIdResponse', getUserIdResponse_httpStatus - The response's http status code.

GetUserIdResponse, getUserIdResponse_userId - The identifier for a user in the identity store.

GetUserId, getUserIdResponse_identityStoreId - The globally unique identifier for the identity store.

Response Lenses

getUserIdResponse_httpStatus :: Lens' GetUserIdResponse Int Source #

The response's http status code.

getUserIdResponse_userId :: Lens' GetUserIdResponse Text Source #

The identifier for a user in the identity store.

getUserIdResponse_identityStoreId :: Lens' GetUserIdResponse Text Source #

The globally unique identifier for the identity store.