Interface IApplyKeychainOptions
Interface for apply keychain options.
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IApplyKeychainOptions
Properties
EncryptedKeychains
Gets the encrypted keychains to apply to the content item.
Declaration
IEnumerable<string> EncryptedKeychains { get; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
KeychainUserMapping
Gets the user mapping to use when applying the keychain.
Declaration
IEnumerable<IKeychainUserMapping> KeychainUserMapping { get; }
Property Value
Type | Description |
---|---|
IEnumerable<IKeychainUserMapping> |