Skip to main content

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

NameDescription
AAttributePathSpecify the name of the attribute to update.
AAttributeValueSpecify the new value for the specified attribute, formatted as a JSON literal.