Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyVaultSecret

Package version

An interface representing a KeyVault Secret, with its name, value and SecretProperties.

Hierarchy

  • KeyVaultSecret

Index

Properties

Properties

name

name: string

The name of the secret.

properties

properties: SecretProperties

The properties of the secret.

Optional value

value: undefined | string

The value of the secret.

Generated using TypeDoc