Click or drag to resize

VaultSecretConfiguration Constructor

Initializes a new instance of the VaultSecretConfiguration class.

Namespace:  Omada.OE.Model.Vault
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public VaultSecretConfiguration(
	VaultConnection vaultConnection,
	string path,
	string key = null
)

Parameters

vaultConnection
Type: Omada.OE.Model.VaultVaultConnection
path
Type: SystemString
key (Optional)
Type: SystemString
See Also