Class ApplyKeychainRequest.UserLuidPairType
Class representing a user LUID pair in the apply keychain request.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class ApplyKeychainRequest.UserLuidPairType
Constructors
UserLuidPairType()
Creates a new ApplyKeychainRequest.UserLuidPairType object.
Declaration
public UserLuidPairType()
UserLuidPairType(IKeychainUserMapping)
Creates a new ApplyKeychainRequest.UserLuidPairType object.
Declaration
public UserLuidPairType(IKeychainUserMapping keychainUserMapping)
Parameters
Type | Name | Description |
---|---|---|
IKeychainUserMapping | keychainUserMapping | The keychain user mapping pair |
Properties
DestinationSiteUserLuid
Gets or sets the destination site user LUID.
Declaration
public Guid DestinationSiteUserLuid { get; set; }
Property Value
Type | Description |
---|---|
Guid |
SourceSiteUserLuid
Gets or sets the source site user LUID.
Declaration
public Guid SourceSiteUserLuid { get; set; }
Property Value
Type | Description |
---|---|
Guid |