Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecretItem

Package version

The secret item containing secret metadata.

Hierarchy

  • SecretItem

Index

Properties

Optional attributes

attributes: SecretAttributes

The secret management attributes.

Optional contentType

contentType: undefined | string

Type of the secret value such as a password.

Optional id

id: undefined | string

Secret identifier.

Optional managed

managed: undefined | false | true

True if the secret's lifetime is managed by key vault. If this is a key 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.

Generated using TypeDoc