Click or drag to resize

HoarderConfigSecrets Class

These subsection config values are secret and are redacted from return to unauthorised clients.
Inheritance Hierarchy
SystemObject
  Orthogonal.Hoarder.StdLibHoarderConfigSecrets

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.17
Syntax
C#
public sealed class HoarderConfigSecrets

The HoarderConfigSecrets type exposes the following members.

Constructors
 NameDescription
Public methodHoarderConfigSecretsInitializes a new instance of the HoarderConfigSecrets class
Top
Properties
 NameDescription
Public propertyBackupConnect Connection string to an Azure Storage Account where Hoarder stores backup data.
Public propertyDbKey The key to access the Azure Cosmos Database containing the Hoarder collections database records.
Public propertyHomeOwners A set of owner names that will be redacted from unauthorised viewing.
Public propertyKeyRoles An optional array of strings in the format "key,role,role,..." that assign role(s) to a request header authorisation key.
Public propertyStorageConnect Connection string to an Azure Storage Account where Hoarder stores picture blobs and other general non-backup data.
Top
See Also