TIdentityStoreAttributeOperation
Class in AWS.IdentityStore
IdentityStore AttributeOperation class.
Ancestors
Properties
AttributePath
property AttributePath: string
AttributeValue
property AttributeValue: string
Constructors
Create
constructor Create; overload;
Constructor for TIdentityStoreAttributeOperation.
constructor Create(const AAttributePath, AAttributeValue: string); overload;
Constructor for TIdentityStoreAttributeOperation.
Parameters
| Name | Description |
|---|---|
AAttributePath | Specify the name of the attribute to update. |
AAttributeValue | Specify the new value for the specified attribute, formatted as a JSON literal. |