Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NamedValueUpdateParameters

Package version

NamedValue update Parameters.

Hierarchy

  • NamedValueUpdateParameters

Index

Properties

Optional displayName

displayName: undefined | string

Unique name of NamedValue. It may contain only letters, digits, period, dash, and underscore characters.

Optional keyVault

KeyVault location details of the namedValue.

Optional secret

secret: undefined | false | true

Determines whether the value is a secret and should be encrypted or not. Default value is false.

Optional tags

tags: string[]

Optional tags that when provided can be used to filter the NamedValue list.

Optional value

value: undefined | string

Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace.

Generated using TypeDoc