Interface IKeychainUserMapping
Interface for a user mapping used by servers when applying encrypted keychains.
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IKeychainUserMapping
Properties
DestinationUserId
Gets the destination user ID.
Declaration
Guid DestinationUserId { get; }
Property Value
Type | Description |
---|---|
Guid |
SourceUserId
Gets the source user ID.
Declaration
Guid SourceUserId { get; }
Property Value
Type | Description |
---|---|
Guid |