TIdentityStoreUniqueAttribute
Class in AWS.IdentityStore
IdentityStore UniqueAttribute class.
Ancestors
Properties
AttributePath
property AttributePath: string
AttributeValue
property AttributeValue: string
Constructors
Create
constructor Create; overload;
Constructor for TIdentityStoreUniqueAttribute.
constructor Create(const AAttributePath, AAttributeValue: string); overload;
Constructor for TIdentityStoreUniqueAttribute.
Parameters
| Name | Description |
|---|---|
AAttributePath | The name of the unique attribute used to identify the resource. |
AAttributeValue | The JSON-formatted value of the unique attribute used to identify the resource. |