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
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.
5000
+
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.
5001
5001
5002
5002
**Attributes**
5003
5003
@@ -5017,7 +5017,7 @@ Attribute | Description
5017
5017
# sign in, etc.
5018
5018
5019
5019
# Get authentication configurations for the current site
Lists the authentication configurations for the current site.
5334
5334
5335
-
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)
5335
+
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)
5336
5336
5337
5337
**Returns**
5338
5338
@@ -5345,7 +5345,7 @@ Returns a list of authentication configurations for the current site.
`content_url` | The `content_url` for the site to query. This is the `contentUrl` value in the REST API and corresponds to the portion of the URL after `/site/` (for example, `"MarketingTeam"`). Use an empty string for the default site.
5374
+
5375
+
**Returns**
5376
+
5377
+
Returns a `SiteItem`.
5378
+
5379
+
**Version**
5380
+
5381
+
Version 2.0 and later. See [REST API versions](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_concepts_versions.htm).
5382
+
5383
+
**Example**
5384
+
5385
+
```py
5386
+
site = server.sites.get_by_content_url('MarketingTeam')
`site_id` | The identifier (`id`) for the site on which to re-encrypt all extracts.
5466
+
5467
+
**Version**
5468
+
5469
+
Version 3.5 and later. See [REST API versions](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_concepts_versions.htm).
5470
+
5471
+
**Example**
5472
+
5473
+
```py
5474
+
server.sites.re_encrypt_extracts(server.site_id)
5475
+
```
5476
+
5477
+
<br>
5478
+
<br>
5479
+
5359
5480
---
5360
5481
5361
5482
@@ -5965,7 +6086,7 @@ Name | Description
5965
6086
`name` | The name of the user. This attribute is required when you are creating a `UserItem` instance.
5966
6087
`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.
5967
6088
`groups` | The groups that the user belongs to. You must run the populate_groups method to add the groups to the `UserItem`.
5968
-
`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.**
6089
+
`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