ISecretStore.GetAsync Method

Relativity API
Asynchronously retrieves a secret for the given path.

Namespace:  Relativity.API
Assembly:  Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

Task<Secret> GetAsync(
	string path
)

Parameters

path
Type: System.String
The logical path where the secret is stored. The path serves as a unique identifier of a secret. Example: 'database/credentials/user'.The path cannot be null.

Return Value

Type: Task<Secret>
Task for a secret
Exceptions

ExceptionCondition
SecretStoreException
ArgumentException
See Also

Reference