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
Copy file name to clipboardExpand all lines: docs/api-ref.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4104,7 +4104,7 @@ The `UserItem` class contains the members or attributes for the view resources o
4104
4104
4105
4105
Name | Description
4106
4106
:--- | :---
4107
-
`auth_setting` | (Optional) This attribute is only for Tableau Cloud. The new authentication type for the user - see **User Auth** below for values.
4107
+
`auth_setting` | This is a required attribute and is only for Tableau Cloud. The new authentication type for the user - see **User Auth** below for values.
4108
4108
`domain_name` | The name of the site.
4109
4109
`external_auth_user_id` | Represents ID stored in Tableau's single sign-on (SSO) system. The `externalAuthUserId` value is returned for Tableau Cloud. For other server configurations, this field contains null.
4110
4110
`id` | The id of the user on the site.
@@ -4120,8 +4120,7 @@ Name | Description
4120
4120
4121
4121
You can assign the following values for this attribute:
4122
4122
*`OpenID`
4123
-
*`SAML` (the user signs in using **Single sign-on**)
4124
-
*`ServerDefault` (the user signs in using the default authentication method for the server - in Tableau Cloud this is **TableauID**)
4123
+
*`SAML` (the user signs in using **Single sign-on**)
4125
4124
*`TableauIDWithMFA`
4126
4125
These options appear in the **Authentication** tab on the **Settings** page in Tableau Cloud.
0 commit comments