Class UpdateSiteRequest.SiteType
The site type in the API request body.
Inheritance
object
UpdateSiteRequest.SiteType
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class UpdateSiteRequest.SiteType
Properties
DisableSubscriptions
Gets or sets the disable subscriptions setting.
Declaration
public bool? DisableSubscriptions { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DisableSubscriptionsValue
Gets or sets the disable subscriptions value for the request.
Declaration
public string? DisableSubscriptionsValue { get; set; }
Property Value
Type | Description |
---|---|
string |
ExtractEncryptionMode
Gets or sets the extract encryption mode for the request.
Declaration
public string? ExtractEncryptionMode { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupSetsEnabled
Gets or sets the group sets enabled setting.
Declaration
public bool? GroupSetsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
GroupSetsEnabledValue
Gets or sets the group sets enabled value for the request.
Declaration
public string? GroupSetsEnabledValue { get; set; }
Property Value
Type | Description |
---|---|
string |