Click or drag to resize

VaultSecretConfiguration Class

Vault secret configuration
Inheritance Hierarchy
SystemObject
  Omada.OE.Model.VaultVaultSecretConfiguration

Namespace:  Omada.OE.Model.Vault
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class VaultSecretConfiguration

The VaultSecretConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodVaultSecretConfiguration
Initializes a new instance of the VaultSecretConfiguration class.
Top
Properties
  NameDescription
Public propertyKey
Public propertyPath
Public propertyVaultConnection
Vault connection
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also