Class ApplyKeychainOptions
Default IApplyKeychainOptions implementation.
Implements
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public class ApplyKeychainOptions : IApplyKeychainOptions
Constructors
ApplyKeychainOptions(IEnumerable<string>, IEnumerable<IKeychainUserMapping>)
Creates a new ApplyKeychainOptions object.
Declaration
public ApplyKeychainOptions(IEnumerable<string> encryptedKeychains, IEnumerable<IKeychainUserMapping> keychainUserMapping)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<string> | encryptedKeychains | The encrypted keychains to apply to the content item. |
IEnumerable<IKeychainUserMapping> | keychainUserMapping | The user mapping to use when applying the keychain. |
Properties
EncryptedKeychains
Gets the encrypted keychains to apply to the content item.
Declaration
public IEnumerable<string> EncryptedKeychains { get; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
KeychainUserMapping
Gets the user mapping to use when applying the keychain.
Declaration
public IEnumerable<IKeychainUserMapping> KeychainUserMapping { get; }
Property Value
Type | Description |
---|---|
IEnumerable<IKeychainUserMapping> |