Click or drag to resize

IVaultClientGetSecretValueAsync Method

Fetch secret string from vault

Namespace:  Omada.OE.Model.Vault
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
Task<string> GetSecretValueAsync(
	string path,
	string key
)

Parameters

path
Type: SystemString
secret
key
Type: SystemString
key in secret dictionary

Return Value

Type: TaskString
secret string
See Also