Identity Store User

An Identity Store User in AWS represents a user identity within the AWS Identity Store, which is part of AWS Single Sign-On (IAM Identity Center). It contains core user attributes such as username, display name, email, and unique identifiers. This resource is used to manage and reference individual users for authentication and access control across AWS accounts and applications.

aws.identitystore_user

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
addressescorejsonA list of Address objects containing addresses associated with the user.
emailscorejsonA list of Email objects containing email addresses associated with the user.
external_idscorejsonA list of ExternalId objects that contains the identifiers issued to this resource by an external identity provider.
group_membershipscorejsonA list of GroupMembership objects in the group for a specified member.
identity_store_idcorestringThe globally unique identifier for the identity store.
localecorestringA string containing the geographical region or location of the user.
namecorejsonAn object containing the name of the user.
nick_namecorestringA string containing an alternate name for the user.
phone_numberscorejsonA list of PhoneNumber objects containing phone numbers associated with the user.
preferred_languagecorestringA string containing the preferred language of the user. For example, "American English" or "en-us."
profile_urlcorestringA string containing a URL that might be associated with the user.
tagscorehstore
timezonecorestringA string containing the time zone of the user.
titlecorestringA string containing the title of the user. Possible values are left unspecified. The value can vary based on your specific use case.
user_idcorestringThe identifier for a user in the identity store.
user_namecorestringA unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
user_typecorestringA string indicating the type of user. Possible values are left unspecified. The value can vary based on your specific use case.