Class ExtractEncryptionModes
Class containing extract encryption mode constants. See Tableau API Reference for documentation.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public class ExtractEncryptionModes : StringEnum<ExtractEncryptionModes>
Fields
Disabled
The mode to disable extract encryption on the site.
Declaration
public const string Disabled = "disabled"
Field Value
Type | Description |
---|---|
string |
Enabled
The mode to allow users to specify to encrypt all extracts associated with specific published workbooks or data sources.
Declaration
public const string Enabled = "enabled"
Field Value
Type | Description |
---|---|
string |
Enforced
The mode to enforce encryption of all extracts on the site.
Declaration
public const string Enforced = "enforced"
Field Value
Type | Description |
---|---|
string |