Okta.Sdk.Model.CAPTCHAInstance
August 11, 2023 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | The unique key for the CAPTCHA instance | [optional] [readonly] |
| Name | string | The name of the CAPTCHA instance | [optional] |
| SecretKey | string | The secret key issued from the CAPTCHA provider to perform server-side validation for a CAPTCHA token | [optional] |
| SiteKey | string | The site key issued from the CAPTCHA provider to render a CAPTCHA on a page | [optional] |
| Type | CAPTCHAType | [optional] | |
| Links | LinksSelf | [optional] |