Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecretBundle

Package version

A secret consisting of a value, id and its attributes.

Hierarchy

  • SecretBundle

Index

Properties

Optional attributes

attributes: SecretAttributes

The secret management attributes.

Optional contentType

contentType: undefined | string

The content type of the secret.

Optional id

id: undefined | string

The secret id.

Optional kid

kid: undefined | string

If this is a secret backing a KV certificate, then this field specifies the corresponding key backing the KV certificate. NOTE: This property will not be serialized. It can only be populated by the server.

Optional managed

managed: undefined | false | true

True if the secret's lifetime is managed by key vault. If this is a secret backing a certificate, then managed will be true. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tags

tags: undefined | {}

Application specific metadata in the form of key-value pairs.

Optional value

value: undefined | string

The secret value.

Generated using TypeDoc