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
| Name | Description |
|---|---|
AAttributePath | Specify the name of the attribute to filter on, such as. |
AAttributeValue | Specify the JSON-formatted value to match for the specified attribute. |