Skip to main content

TIdentityStorePhoneNumber

Class in AWS.IdentityStore

IdentityStore PhoneNumber class.

Ancestors

Properties

Primary

property Primary: TOptional<Boolean>

Type

property Type: string

Value

property Value: string

Constructors

Create

constructor Create; overload;

Constructor for TIdentityStoreEmail.


constructor Create(const AValue: string; const AType: string = ''); overload;

Constructor for TIdentityStoreEmail.

Parameters

NameDescription
AValueSpecify the user's phone number in international format.
ATypeOptionally, specify the classification of the phone number, such as,, or a custom label.

constructor Create(const AValue, AType: string; const APrimary: Boolean); overload;

Constructor for TIdentityStoreEmail.

Parameters

NameDescription
AValueSpecify the user's phone number in international format.
ATypeSpecify the classification of the phone number, such as,, or a custom label.
APrimarySpecify whether this is the user's primary phone number.