mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-09 20:37:48 +00:00
initial commit with code
This commit is contained in:
15
docs/models/components/ProxyCheck.md
Normal file
15
docs/models/components/ProxyCheck.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# ProxyCheck
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
|
||||
| `object` | [com.clerk.backend_api.models.components.ProxyCheckObject](../../models/components/ProxyCheckObject.md) | :heavy_check_mark: | N/A |
|
||||
| `id` | *String* | :heavy_check_mark: | N/A |
|
||||
| `domainId` | *String* | :heavy_check_mark: | N/A |
|
||||
| `lastRunAt` | *long* | :heavy_check_mark: | N/A |
|
||||
| `proxyUrl` | *String* | :heavy_check_mark: | N/A |
|
||||
| `successful` | *boolean* | :heavy_check_mark: | N/A |
|
||||
| `createdAt` | *long* | :heavy_check_mark: | N/A |
|
||||
| `updatedAt` | *long* | :heavy_check_mark: | N/A |
|
||||
Reference in New Issue
Block a user