Skip to main content

TIdentityStoreMemberId

Class in AWS.IdentityStore

IdentityStore MemberId class.

Ancestors

Properties

UserId

property UserId: string

Methods

WithUserId

class function WithUserId(const AUserId: string): TIdentityStoreMemberId; static;

TIdentityStoreMemberId

Construct a MemberId with a UserId.

Parameters

NameDescription
AUserIdSpecify the ID of the user.

Returns

Returns a TIdentityStoreMemberId with UserId set.