Class KeychainUserMapping
Default IKeychainUserMapping implementation.
Implements
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public class KeychainUserMapping : IKeychainUserMapping
Constructors
KeychainUserMapping(Guid, Guid)
Creates a new KeychainUserMapping object.
Declaration
public KeychainUserMapping(Guid sourceUserId, Guid destinationUserId)
Parameters
Type | Name | Description |
---|---|---|
Guid | sourceUserId | The source user ID. |
Guid | destinationUserId | The destination user ID. |
Properties
DestinationUserId
Gets the destination user ID.
Declaration
public Guid DestinationUserId { get; }
Property Value
Type | Description |
---|---|
Guid |
SourceUserId
Gets the source user ID.
Declaration
public Guid SourceUserId { get; }
Property Value
Type | Description |
---|---|
Guid |