IIdentityStoreAttributeOperation
Interface in AWS.IdentityStore
Interface for IdentityStore AttributeOperation.
Properties
AttributePath
property AttributePath: string
The name of the attribute to update.
This field specifies which group attribute will be modified. For example: DisplayName or Description. The path must match a writable field supported by the identity store for the target resource type.
AttributeValue
property AttributeValue: string
The new value for the specified attribute, formatted as a JSON literal.
This must be a valid JSON-formatted value. For example, to update the display name to Engineering, this field should be set to "Engineering" (including quotes). JSON formatting is required to support a range of attribute types beyond simple strings.