Values.APIKeySummarySourceInformation for a single API key. API keys are required for the integration of the CAPTCHA API in your JavaScript client applications. The API lets you customize the placement and characteristics of the CAPTCHA puzzle for your end users. For more information about the CAPTCHA JavaScript integration, see WAF client application integration in the WAF Developer Guide.
type nonrec t = {tokenDomains : TokenDomains.t option;The token domains that are defined in this API key.
*)aPIKey : APIKey.t option;The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.
*)creationTimestamp : Timestamp.t option;The date and time that the key was created.
*)version : APIKeyVersion.t option;Internal value used by WAF to manage the key.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of APIKeyVersion.t
| `List of [> `String of TokenDomain.t ] list
| `String of APIKey.t
| `Timestamp of Timestamp.t ])
list ]