Skip to main content

TIdentityStoreFilter

Class in AWS.IdentityStore

IdentityStore Filter class.

Ancestors

Properties

AttributePath

property AttributePath: string

AttributeValue

property AttributeValue: string

Constructors

Create

constructor Create; overload;

Constructor for TIdentityStoreFilter.


constructor Create(const AAttributePath, AAttributeValue: string); overload;

Constructor for TIdentityStoreFilter.

Parameters

NameDescription
AAttributePathSpecify the name of the attribute to filter on, such as.
AAttributeValueSpecify the JSON-formatted value to match for the specified attribute.