Skip to main content

IIdentityStoreUniqueAttribute

Interface in AWS.IdentityStore

Interface for IdentityStore UniqueAttribute.

Properties

AttributePath

property AttributePath: string

The name of the unique attribute used to identify the resource.

Examples include DisplayName for groups or UserName for users. This field must exactly match a uniquely constrained attribute supported by the identity store.

AttributeValue

property AttributeValue: string

The JSON-formatted value of the unique attribute used to identify the resource.

This value must be a valid JSON literal representing the attribute's value — typically a JSON string. For example, to match a group by display name Engineering, the value should be "Engineering" (including quotes). Use a JSON-encoded string even when matching simple values. This allows compatibility with attribute types that are not plain strings.