Class RetrieveSavedCredentialsResponse
Class representing a retrieve saved credentials response. Tableau API Reference for documentation.
Implements
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class RetrieveSavedCredentialsResponse : TableauServerResponse, ITableauServerResponse
Properties
AssociatedUserLuids
Gets or sets the associated user luids for the response.
Declaration
public string[] AssociatedUserLuids { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
EncryptedKeychains
Gets or sets the encrypted keychains for the response.
Declaration
public string[] EncryptedKeychains { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |