Interface IEmbeddedCredentialKeychainResult
Interface for retrieve saved credentials result for content items.
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IEmbeddedCredentialKeychainResult
Properties
AssociatedUserIds
The list of associated user IDs for the embedded credentials of the content item.
Declaration
IImmutableList<Guid> AssociatedUserIds { get; }
Property Value
Type | Description |
---|---|
IImmutableList<Guid> |
EncryptedKeychains
The list of encrypted Keychains for the content item.
Declaration
IImmutableList<string> EncryptedKeychains { get; }
Property Value
Type | Description |
---|---|
IImmutableList<string> |