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
docs: fix sites.list_auth_configurations method name
Rename list_authentication_configurations to list_auth_configurations
to match the actual method name in the endpoint.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The `SiteAuthConfiguration` class contains the attributes for the authentication configuration on Tableau Cloud. This class represents the authentication configuration information returned when using the `sites.list_authentication_configurations` method.
3906
+
The `SiteAuthConfiguration` class contains the attributes for the authentication configuration on Tableau Cloud. This class represents the authentication configuration information returned when using the `sites.list_auth_configurations` method.
3907
3907
3908
3908
**Attributes**
3909
3909
@@ -3923,7 +3923,7 @@ Attribute | Description
3923
3923
# sign in, etc.
3924
3924
3925
3925
# Get authentication configurations for the current site
Lists the authentication configurations for the current site.
4240
4240
4241
-
REST API: [List Authentication Configurations for the current Site](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_site.htm#list_authentication_configurations_site)
4241
+
REST API: [List Authentication Configurations for the current Site](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_site.htm#list_auth_configurations_site)
4242
4242
4243
4243
**Returns**
4244
4244
@@ -4251,7 +4251,7 @@ Returns a list of authentication configurations for the current site.
`name` | The name of the user. This attribute is required when you are creating a `UserItem` instance.
4951
4951
`site_role` | The role the user has on the site. This attribute is required if you are creating a `UserItem` instance. See *User Roles* below for details.
4952
4952
`groups` | The groups that the user belongs to. You must run the populate_groups method to add the groups to the `UserItem`.
4953
-
`idp_configuration_id` | Tableau Cloud only. The authentication method for the user. To find the idp_configuration_id value, use sites.list_authentication_configurations method. **Important: Use idp_configuration_id or auth_setting, but not both.**
4953
+
`idp_configuration_id` | Tableau Cloud only. The authentication method for the user. To find the idp_configuration_id value, use sites.list_auth_configurations method. **Important: Use idp_configuration_id or auth_setting, but not both.**
0 commit comments