From e56afce785d5926602ca456290a0111b01aa704b Mon Sep 17 00:00:00 2001 From: Justin Mathew <42416647+sastaachar@users.noreply.github.com> Date: Mon, 6 May 2024 12:57:31 +0530 Subject: [PATCH 1/8] Update openapiSpecv3-2_0.json --- api-spec/openapiSpecv3-2_0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-spec/openapiSpecv3-2_0.json b/api-spec/openapiSpecv3-2_0.json index 16f11dcc..8aa1f000 100644 --- a/api-spec/openapiSpecv3-2_0.json +++ b/api-spec/openapiSpecv3-2_0.json @@ -3399,12 +3399,12 @@ } }, "jwt_user_options": { - "description": " JWT user options to create a JWT token given the payload.\n \n\n*Deprecated from 9.11.0.cl : Replaced by user_parameters* ", + "description": "JWT user options to create a JWT token given the payload.\n*Deprecated in 9.12.0.cl.* Use user_parameters for Attribute-Based Access Control (ABAC).\nFor more information, see https://developers.thoughtspot.com/docs/abac-user-parameters.", "$ref": "#/components/schemas/JWT_User_Options_Full", "deprecated": true }, "user_parameters": { - "description": "User Parameters to be set via JWT Token.
Version: 9.11.0.cl or later", + "description": "Define attributes such as Runtime filters and Runtime parameters to send security entitlements to a user session. \nFor more information, see https://developers.thoughtspot.com/docs/abac-user-parameters.
Version: 9.11.0.cl or later", "$ref": "#/components/schemas/User_Parameter_Options" } }, From f8848b11d08f4cbab137cca0e224530d23843650 Mon Sep 17 00:00:00 2001 From: Justin Mathew <42416647+sastaachar@users.noreply.github.com> Date: Mon, 6 May 2024 14:59:02 +0530 Subject: [PATCH 2/8] Update openapiSpecv3-2_0.json --- api-spec/openapiSpecv3-2_0.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-spec/openapiSpecv3-2_0.json b/api-spec/openapiSpecv3-2_0.json index 8aa1f000..fe14f513 100644 --- a/api-spec/openapiSpecv3-2_0.json +++ b/api-spec/openapiSpecv3-2_0.json @@ -3264,12 +3264,12 @@ } }, "jwt_user_options": { - "description": " JWT user options to create a JWT token given the payload.\n \n\n*Deprecated from 9.11.0.cl : Replaced by user_parameters* ", + "description": "JWT user options to create a JWT token given the payload.\n*Deprecated from 9.12.0.cl.* Use user_parameters for Attribute-Based Access Control (ABAC).\nFor more information, see https://developers.thoughtspot.com/docs/abac-user-parameters.", "$ref": "#/components/schemas/JWT_User_Options", "deprecated": true }, "user_parameters": { - "description": "User Parameters to be set via JWT Token.
Version: 9.11.0.cl or later", + "description": "Define attributes such as Runtime filters and Runtime parameters to send security entitlements to a user session. \nFor more information, see https://developers.thoughtspot.com/docs/abac-user-parameters.
Version: 9.11.0.cl or later", "$ref": "#/components/schemas/User_Parameter_Options" } }, @@ -3399,7 +3399,7 @@ } }, "jwt_user_options": { - "description": "JWT user options to create a JWT token given the payload.\n*Deprecated in 9.12.0.cl.* Use user_parameters for Attribute-Based Access Control (ABAC).\nFor more information, see https://developers.thoughtspot.com/docs/abac-user-parameters.", + "description": "JWT user options to create a JWT token given the payload.\n*Deprecated from 9.12.0.cl.* Use user_parameters for Attribute-Based Access Control (ABAC).\nFor more information, see https://developers.thoughtspot.com/docs/abac-user-parameters.", "$ref": "#/components/schemas/JWT_User_Options_Full", "deprecated": true }, From 6659ed9a043df62be0e44397dbb884ed8b8aba66 Mon Sep 17 00:00:00 2001 From: Justin Mathew <42416647+sastaachar@users.noreply.github.com> Date: Mon, 6 May 2024 15:06:11 +0530 Subject: [PATCH 3/8] Update openapiSpecv3-2_0.json From 8a2980d621ae6882b6c0f51495ddd7a84b07d85c Mon Sep 17 00:00:00 2001 From: Justin Mathew <42416647+sastaachar@users.noreply.github.com> Date: Mon, 6 May 2024 15:16:52 +0530 Subject: [PATCH 4/8] Update openapiSpecv3-2_0.json --- api-spec/openapiSpecv3-2_0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-spec/openapiSpecv3-2_0.json b/api-spec/openapiSpecv3-2_0.json index fe14f513..f75d676a 100644 --- a/api-spec/openapiSpecv3-2_0.json +++ b/api-spec/openapiSpecv3-2_0.json @@ -3399,12 +3399,12 @@ } }, "jwt_user_options": { - "description": "JWT user options to create a JWT token given the payload.\n*Deprecated from 9.12.0.cl.* Use user_parameters for Attribute-Based Access Control (ABAC).\nFor more information, see https://developers.thoughtspot.com/docs/abac-user-parameters.", + "description": "JWT user options to create a JWT token given the payload. *Deprecated from 9.12.0.cl.* Use user_parameters for Attribute-Based Access Control (ABAC). For more information, see https://developers.thoughtspot.com/docs/abac-user-parameters.", "$ref": "#/components/schemas/JWT_User_Options_Full", "deprecated": true }, "user_parameters": { - "description": "Define attributes such as Runtime filters and Runtime parameters to send security entitlements to a user session. \nFor more information, see https://developers.thoughtspot.com/docs/abac-user-parameters.
Version: 9.11.0.cl or later", + "description": "Define attributes such as Runtime filters and Runtime parameters to send security entitlements to a user session. For more information, see https://developers.thoughtspot.com/docs/abac-user-parameters.
Version: 9.11.0.cl or later", "$ref": "#/components/schemas/User_Parameter_Options" } }, From 861214e685b7c650f4b2e256f795d46027ec75e4 Mon Sep 17 00:00:00 2001 From: Justin Mathew <42416647+sastaachar@users.noreply.github.com> Date: Mon, 6 May 2024 15:20:00 +0530 Subject: [PATCH 5/8] Update openapiSpecv3-2_0.json --- api-spec/openapiSpecv3-2_0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-spec/openapiSpecv3-2_0.json b/api-spec/openapiSpecv3-2_0.json index f75d676a..22bde446 100644 --- a/api-spec/openapiSpecv3-2_0.json +++ b/api-spec/openapiSpecv3-2_0.json @@ -3399,12 +3399,12 @@ } }, "jwt_user_options": { - "description": "JWT user options to create a JWT token given the payload. *Deprecated from 9.12.0.cl.* Use user_parameters for Attribute-Based Access Control (ABAC). For more information, see https://developers.thoughtspot.com/docs/abac-user-parameters.", + "description": "Test lo JWT user options to create a JWT token given the payload. *Deprecated from 9.12.0.cl.* Use user_parameters for Attribute-Based Access Control (ABAC). For more information, see https://developers.thoughtspot.com/docs/abac-user-parameters.", "$ref": "#/components/schemas/JWT_User_Options_Full", "deprecated": true }, "user_parameters": { - "description": "Define attributes such as Runtime filters and Runtime parameters to send security entitlements to a user session. For more information, see https://developers.thoughtspot.com/docs/abac-user-parameters.
Version: 9.11.0.cl or later", + "description": "TEST lol Define attributes such as Runtime filters and Runtime parameters to send security entitlements to a user session. For more information, see https://developers.thoughtspot.com/docs/abac-user-parameters.
Version: 9.11.0.cl or later", "$ref": "#/components/schemas/User_Parameter_Options" } }, From 57ed51ae90e8a619a0d34a98d461319e74b0fccd Mon Sep 17 00:00:00 2001 From: Justin Mathew <42416647+sastaachar@users.noreply.github.com> Date: Mon, 6 May 2024 15:30:39 +0530 Subject: [PATCH 6/8] Update openapiSpecv3-2_0.json --- api-spec/openapiSpecv3-2_0.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-spec/openapiSpecv3-2_0.json b/api-spec/openapiSpecv3-2_0.json index 22bde446..1da10b68 100644 --- a/api-spec/openapiSpecv3-2_0.json +++ b/api-spec/openapiSpecv3-2_0.json @@ -3399,12 +3399,12 @@ } }, "jwt_user_options": { - "description": "Test lo JWT user options to create a JWT token given the payload. *Deprecated from 9.12.0.cl.* Use user_parameters for Attribute-Based Access Control (ABAC). For more information, see https://developers.thoughtspot.com/docs/abac-user-parameters.", + "description": "Description in below", "$ref": "#/components/schemas/JWT_User_Options_Full", "deprecated": true }, "user_parameters": { - "description": "TEST lol Define attributes such as Runtime filters and Runtime parameters to send security entitlements to a user session. For more information, see https://developers.thoughtspot.com/docs/abac-user-parameters.
Version: 9.11.0.cl or later", + "description": "Define attributes such as Runtime filters and Runtime parameters to send security entitlements to a user session. For more information, see https://developers.thoughtspot.com/docs/abac-user-parameters.
Version: 9.11.0.cl or later", "$ref": "#/components/schemas/User_Parameter_Options" } }, @@ -12593,7 +12593,7 @@ } } }, - "description": "JWT user options to create a JWT token given the payload." + "description": "*Deprecated from 9.12.0.cl.*\nJWT user options to create a JWT token given the payload. Use user_parameters for Attribute-Based Access Control (ABAC). \nFor more information, see https://developers.thoughtspot.com/docs/abac-user-parameters." }, "JWT_Parameter": { "type": "object", @@ -12657,7 +12657,7 @@ } } }, - "description": "User properties runtime_filters,runtime_sorts,parameters applicable to LOGICAL_TABLE(Worksheet)" + "description": "User properties runtime_filters,runtime_sorts,parameters applicable to LOGICAL_TABLE(Worksheet)\nDefine attributes such as Runtime filters and Runtime parameters to send security entitlements to a user session. For more information, \nsee https://developers.thoughtspot.com/docs/abac-user-parameters." }, "User_Object": { "type": "object", From 13466be911070cab894db9fad55be8f43bc9c1c0 Mon Sep 17 00:00:00 2001 From: Justin Mathew <42416647+sastaachar@users.noreply.github.com> Date: Mon, 6 May 2024 15:34:00 +0530 Subject: [PATCH 7/8] Update openapiSpecv3-2_0.json --- api-spec/openapiSpecv3-2_0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-spec/openapiSpecv3-2_0.json b/api-spec/openapiSpecv3-2_0.json index 1da10b68..92f0349a 100644 --- a/api-spec/openapiSpecv3-2_0.json +++ b/api-spec/openapiSpecv3-2_0.json @@ -12593,7 +12593,7 @@ } } }, - "description": "*Deprecated from 9.12.0.cl.*\nJWT user options to create a JWT token given the payload. Use user_parameters for Attribute-Based Access Control (ABAC). \nFor more information, see https://developers.thoughtspot.com/docs/abac-user-parameters." + "description": "*Deprecated from 9.12.0.cl.* \n\nJWT user options to create a JWT token given the payload. Use user_parameters for Attribute-Based Access Control (ABAC). \nFor more information, see https://developers.thoughtspot.com/docs/abac-user-parameters." }, "JWT_Parameter": { "type": "object", @@ -12868,7 +12868,7 @@ } } }, - "description": "JWT user options to create a JWT token given the payload." + "description": "*Deprecated from 9.12.0.cl.*\nJWT user options to create a JWT token given the payload. Use user_parameters for Attribute-Based Access Control (ABAC). \nFor more information, see https://developers.thoughtspot.com/docs/abac-user-parameters." }, "ResponseActivationURL": { "type": "object", From 457e7a421682240b0462f7fda39e9baf1c913507 Mon Sep 17 00:00:00 2001 From: Justin Mathew <42416647+sastaachar@users.noreply.github.com> Date: Mon, 6 May 2024 15:41:50 +0530 Subject: [PATCH 8/8] Update openapiSpecv3-2_0.json --- api-spec/openapiSpecv3-2_0.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-spec/openapiSpecv3-2_0.json b/api-spec/openapiSpecv3-2_0.json index 92f0349a..a33c75d7 100644 --- a/api-spec/openapiSpecv3-2_0.json +++ b/api-spec/openapiSpecv3-2_0.json @@ -3264,12 +3264,12 @@ } }, "jwt_user_options": { - "description": "JWT user options to create a JWT token given the payload.\n*Deprecated from 9.12.0.cl.* Use user_parameters for Attribute-Based Access Control (ABAC).\nFor more information, see https://developers.thoughtspot.com/docs/abac-user-parameters.", + "description": "Description for JWT_User_Options", "$ref": "#/components/schemas/JWT_User_Options", "deprecated": true }, "user_parameters": { - "description": "Define attributes such as Runtime filters and Runtime parameters to send security entitlements to a user session. \nFor more information, see https://developers.thoughtspot.com/docs/abac-user-parameters.
Version: 9.11.0.cl or later", + "description": "Description for User_Parameter_Options
Version: 9.11.0.cl or later", "$ref": "#/components/schemas/User_Parameter_Options" } }, @@ -12593,7 +12593,7 @@ } } }, - "description": "*Deprecated from 9.12.0.cl.* \n\nJWT user options to create a JWT token given the payload. Use user_parameters for Attribute-Based Access Control (ABAC). \nFor more information, see https://developers.thoughtspot.com/docs/abac-user-parameters." + "description": "*Deprecated from 9.12.0.cl.* \n \nJWT user options to create a JWT token given the payload. Use user_parameters for Attribute-Based Access Control (ABAC). \nFor more information, see https://developers.thoughtspot.com/docs/abac-user-parameters." }, "JWT_Parameter": { "type": "object", @@ -12657,7 +12657,7 @@ } } }, - "description": "User properties runtime_filters,runtime_sorts,parameters applicable to LOGICAL_TABLE(Worksheet)\nDefine attributes such as Runtime filters and Runtime parameters to send security entitlements to a user session. For more information, \nsee https://developers.thoughtspot.com/docs/abac-user-parameters." + "description": "Define attributes such as Runtime filters and Runtime parameters to send security entitlements to a user session. For more information, \nsee https://developers.thoughtspot.com/docs/abac-user-parameters." }, "User_Object": { "type": "object",