- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
FilterableProviderIdentityProps
An object used to allow specifying flexible queries with and/or conditions.
id
string[]OptionalThe IDs to filter the provider identity by.
entity_id
stringOptionalFilter the provider identities by the ID of the provider identity they are linked to.
auth_identity_id
stringOptionalFilter the provider identities by the ID of the auth identity they are linked to.
provider
stringOptionalThe provider handle to filter the provider identity by.
provider_metadata
Record<string, unknown>OptionalHolds custom data related to the provider in key-value pairs.
user_metadata
Record<string, unknown>OptionalHolds custom data related to the user in key-value pairs.
An array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
An array of filters to apply on the entity, where each item in the array is joined with an "or" condition.
Was this page helpful?