Class RetrieveUserSavedCredentialsRequest
Class representing a retrieve saved creds request.
See Tableau API Reference for documentation.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class RetrieveUserSavedCredentialsRequest : TableauServerRequest
Constructors
RetrieveUserSavedCredentialsRequest()
The default parameterless constructor.
Declaration
public RetrieveUserSavedCredentialsRequest()
RetrieveUserSavedCredentialsRequest(IDestinationSiteInfo)
Builds RetrieveUserSavedCredentialsRequest from IDestinationSiteInfo.
Declaration
public RetrieveUserSavedCredentialsRequest(IDestinationSiteInfo options)
Parameters
Type | Name | Description |
---|---|---|
IDestinationSiteInfo | options |
Properties
DestinationServerUrl
Gets or sets the destinationServerUrl for the request.
Declaration
public string? DestinationServerUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
DestinationSiteLuid
Gets or sets the destinationSiteLuid for the request.
Declaration
public Guid DestinationSiteLuid { get; set; }
Property Value
Type | Description |
---|---|
Guid |
DestinationSiteUrlNamespace
Gets or sets the destinationSiteUrlNamespace for the request.
Declaration
public string? DestinationSiteUrlNamespace { get; set; }
Property Value
Type | Description |
---|---|
string |