Class RetrieveKeychainRequest
Class representing an get embedded credentials retrieve keychain request.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class RetrieveKeychainRequest : TableauServerRequest
Constructors
RetrieveKeychainRequest()
Creates a new RetrieveKeychainRequest object.
Declaration
public RetrieveKeychainRequest()
RetrieveKeychainRequest(IDestinationSiteInfo)
Creates a new RetrieveKeychainRequest object from IDestinationSiteInfo.
Declaration
public RetrieveKeychainRequest(IDestinationSiteInfo destinationSiteInfo)
Parameters
Type | Name | Description |
---|---|---|
IDestinationSiteInfo | destinationSiteInfo |
Properties
DestinationServerUrl
Gets or sets the Url for the destination Tableau instance.
Declaration
public string? DestinationServerUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
DestinationSiteLuid
Gets or sets the site ID for the destination.
Declaration
public Guid DestinationSiteLuid { get; set; }
Property Value
Type | Description |
---|---|
Guid |
DestinationSiteUrlNamespace
Gets or sets the site name for the destination.
Declaration
public string? DestinationSiteUrlNamespace { get; set; }
Property Value
Type | Description |
---|---|
string |