Class EmbeddedCredentialKeychainResult
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
Implements
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public class EmbeddedCredentialKeychainResult : IEmbeddedCredentialKeychainResult
Constructors
EmbeddedCredentialKeychainResult(RetrieveKeychainResponse)
Declaration
public EmbeddedCredentialKeychainResult(RetrieveKeychainResponse response)
Parameters
Type | Name | Description |
---|---|---|
RetrieveKeychainResponse | response |
Properties
AssociatedUserIds
The list of associated user IDs for the embedded credentials of the content item.
Declaration
public IImmutableList<Guid> AssociatedUserIds { get; }
Property Value
Type | Description |
---|---|
IImmutableList<Guid> |
EncryptedKeychains
The list of encrypted Keychains for the content item.
Declaration
public IImmutableList<string> EncryptedKeychains { get; }
Property Value
Type | Description |
---|---|
IImmutableList<string> |