Class TableauCloudUsernameMappingOptions
Options for TableauCloudUsernameMapping.
Namespace: Tableau.Migration.Engine.Hooks.Mappings.Default
Assembly: Tableau.Migration.dll
Syntax
public class TableauCloudUsernameMappingOptions
Properties
MailDomain
Gets the domain to use for generated emails.
Declaration
public string MailDomain { get; init; }
Property Value
Type | Description |
---|---|
string |
UseExistingEmail
Gets whether or not existing user emails should be used when available.
Declaration
public bool UseExistingEmail { get; init; }
Property Value
Type | Description |
---|---|
bool |