Retrieves a secret for the given path.
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
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: SecretA secret
Exceptions
Exception | Condition |
---|---|
SecretStoreException | |
ArgumentException |
See Also