Skip to main content

IIdentityStoreFilter

Interface in AWS.IdentityStore

Interface for IdentityStore Filter.

Properties

AttributePath

property AttributePath: string

The name of the attribute to filter on, such as DisplayName.

This field specifies which attribute of the resource should be used for filtering. For group filtering, the only supported value is DisplayName.

AttributeValue

property AttributeValue: string

The JSON-formatted value to match for the specified attribute.

This must be a valid JSON literal string representing the desired filter value. For example, to match the display name Engineering, set this field to "Engineering" (including quotes). This format ensures compatibility with both string and non-string attribute types.