mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-06 12:27:45 +00:00
12 lines
4.0 KiB
Markdown
12 lines
4.0 KiB
Markdown
# InstanceRestrictions
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| `object` | [Optional<? extends com.clerk.backend_api.models.components.InstanceRestrictionsObject>](../../models/components/InstanceRestrictionsObject.md) | :heavy_minus_sign: | String representing the object's type. Objects of the same type share the same value. |
|
|
| `allowlist` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A |
|
|
| `blocklist` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A |
|
|
| `blockEmailSubaddresses` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A |
|
|
| `ignoreDotsForGmailAddresses` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A | |