Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EnvironmentVariableWithSecretValue

Package version

interface

An interface representing EnvironmentVariableWithSecretValue. An environment variable with secret value definition.

Hierarchy

  • EnvironmentVariableWithSecretValue

Index

Properties

name

name: string
member

{string} name Name. The name of the environment variable to store the secret value.

Optional value

value: undefined | string
member

{string} [value] Value. The value of the environment variable. This value will never be reported back by Batch AI.

Optional valueSecretReference

valueSecretReference: KeyVaultSecretReference
member

{KeyVaultSecretReference} [valueSecretReference] KeyVault secret reference. KeyVault store and secret which contains the value for the environment variable. One of value or valueSecretReference must be provided.

Generated using TypeDoc