IIdentityStoreName
Interface in AWS.IdentityStore
Interface for IdentityStore Name.
Properties
FamilyName
property FamilyName: string
The user's family name, also known as last name or surname.
This field represents the user's inherited or shared family name, such as Doe.
Formatted
property Formatted: string
The full name formatted for display or printing.
This value is a human-readable representation of the user's full name, such as Dr. Jane Q. Doe Jr.. It is intended for presentation purposes and may be derived from other name components.
GivenName
property GivenName: string
The user's given name, also known as first name.
This field typically contains the user's personal or first name, such as Jane.
HonorificPrefix
property HonorificPrefix: string
A title or honorific preceding the user's name, such as Dr. or Ms..
This property is optional and may be used for formal or respectful address conventions.
HonorificSuffix
property HonorificSuffix: string
A suffix appearing after the user's name, such as Jr., III, or PhD.
This property may indicate generational lineage, academic titles, or professional designations.
MiddleName
property MiddleName: string
The user's middle name(s), if applicable.
This value represents one or more additional names separating the given and family names, such as Quinn in Jane Quinn Doe.