You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Configures the Cloudflare Turnstile site secret for CAPTCHA protection\n\nThe site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request.\n\nReach out to your account manager to enable this feature.",
1412
1415
"type": "string"
@@ -4955,6 +4958,10 @@
4955
4958
"format": "uuid",
4956
4959
"type": "string"
4957
4960
},
4961
+
"identity_schema": {
4962
+
"description": "IdentitySchema optionally holds the ID of the identity schema that is used\nfor this flow. This value can be set by the user when creating the flow and\nshould be retained when the flow is saved or converted to another flow.",
4963
+
"type": "string"
4964
+
},
4958
4965
"issued_at": {
4959
4966
"description": "IssuedAt is the time (UTC) when the flow started.",
"description": "Configures the Cloudflare Turnstile site secret for CAPTCHA protection\n\nThe site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request.\n\nReach out to your account manager to enable this feature.",
6157
6167
"type": "string"
@@ -8820,6 +8830,10 @@
8820
8830
"format": "uuid",
8821
8831
"type": "string"
8822
8832
},
8833
+
"identity_schema": {
8834
+
"description": "IdentitySchema optionally holds the ID of the identity schema that is used\nfor this flow. This value can be set by the user when creating the flow and\nshould be retained when the flow is saved or converted to another flow.",
8835
+
"type": "string"
8836
+
},
8823
8837
"issued_at": {
8824
8838
"description": "IssuedAt is the time (UTC) when the flow occurred.",
0 commit comments