From 454306db630480d3c7f768abd4ba7165303d8377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E7=89=B9=E6=B5=A9=E5=80=AA?= Date: Thu, 10 Apr 2025 17:31:10 +0800 Subject: [PATCH] Update sign-in-out.md A better look of docs --- docs/sign-in-out.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/sign-in-out.md b/docs/sign-in-out.md index 84d0a456..28ba2de1 100644 --- a/docs/sign-in-out.md +++ b/docs/sign-in-out.md @@ -22,14 +22,19 @@ In most cases this is the preferred method because it improves security by avoid To sign in to Tableau Server or Tableau Cloud with a personal access token, you'll need the following values: +**Tableau Server** Name | Description :--- | :--- TOKEN_NAME | The personal access token name (from the My Account settings page) TOKEN_VALUE | The personal access token value (from the My Account settings page) -**Tableau Server** | SITENAME | The Tableau Server site you are authenticating with. For example in the site URL http://MyServer/#/site/MarketingTeam/projects, the site name is MarketingTeam. In the REST API documentation, this field is also referred to as contentUrl. This value can be omitted to connect with the Default site on the server. SERVER_URL | The Tableau Server you are authenticating with. If your server has SSL enabled, this should be an HTTPS link. -**Tableau Cloud** | + +**Tableau Cloud** +Name | Description +:--- | :--- +TOKEN_NAME | The personal access token name (from the My Account settings page) +TOKEN_VALUE | The personal access token value (from the My Account settings page) SITENAME | The Tableau Cloud site you are authenticating with. For example in the site URL https://10ay.online.tableau.com/#/site/umbrellacorp816664/workbooks, the site name is umbrellacorp816664. In the REST API documentation, this field is also referred to as contentUrl. This value is always required when connecting to Tableau Cloud. SERVER_URL | The Tableau Cloud instance you are authenticating with. In the example above the server URL would be https://10ay.online.tableau.com. This will always be an an HTTPS link.