Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9.10.5 #136

Open
wants to merge 8 commits into
base: release
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions api-spec/openapiSpecv3-2_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "Description for JWT_User_Options",
"$ref": "#/components/schemas/JWT_User_Options",
"deprecated": true
},
"user_parameters": {
"description": "User Parameters to be set via JWT Token. <br/> <span class=\"since-beta-tag\">Version: 9.11.0.cl or later</span>",
"description": "Description for User_Parameter_Options <br/> <span class=\"since-beta-tag\">Version: 9.11.0.cl or later</span>",
"$ref": "#/components/schemas/User_Parameter_Options"
}
},
Expand Down Expand Up @@ -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": "Description in below",
"$ref": "#/components/schemas/JWT_User_Options_Full",
"deprecated": true
},
"user_parameters": {
"description": "User Parameters to be set via JWT Token. <br/> <span class=\"since-beta-tag\">Version: 9.11.0.cl or later</span>",
"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. <br/> <span class=\"since-beta-tag\">Version: 9.11.0.cl or later</span>",
"$ref": "#/components/schemas/User_Parameter_Options"
}
},
Expand Down Expand Up @@ -12593,7 +12593,7 @@
}
}
},
"description": "JWT user options to create a JWT token given the payload."
"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",
Expand Down Expand Up @@ -12657,7 +12657,7 @@
}
}
},
"description": "User properties runtime_filters,runtime_sorts,parameters applicable to LOGICAL_TABLE(Worksheet)"
"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",
Expand Down Expand Up @@ -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",
Expand Down