Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecretReference

Package version

SecretReference represents a configuration setting that references as KeyVault secret.

Secret references have "application/vnd.microsoft.appconfig.keyvaultref+json;charset=utf-8" content-type.

Hierarchy

Index

Properties

Optional contentType

contentType: undefined | string

The content type of the setting's value

Optional etag

etag: undefined | string

The etag for this setting

isReadOnly

isReadOnly: boolean

Whether or not the setting is read-only

key

key: string

The key for this setting. Feature flags must be prefixed with .appconfig.featureflag/<feature-flag-name>.

Optional label

label: undefined | string

The label for this setting. Leaving this undefined means this setting does not have a label.

Optional lastModified

lastModified: Date

The date when this setting was last modified

secretId

secretId: string

Id for the secret reference.

Optional tags

tags: undefined | {}

Tags for this key

Optional value

value: undefined | string

The setting's value

Generated using TypeDoc