Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyBundle

Package version

A KeyBundle consisting of a WebKey plus its attributes.

Hierarchy

  • KeyBundle

Index

Properties

Optional attributes

attributes: KeyAttributes

The key management attributes.

Optional key

The Json web key.

Optional managed

managed: undefined | false | true

True if the key'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 releasePolicy

releasePolicy: KeyReleasePolicy

The policy rules under which the key can be exported.

Optional tags

tags: undefined | {}

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

Generated using TypeDoc