ISecretStore.Get Method

Relativity API
Retrieves a secret for the given path.

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

Secret Get(
	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: Secret
A secret
Exceptions

ExceptionCondition
SecretStoreException
ArgumentException
See Also

Reference