KeyItem Class

The key item containing key metadata.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
KeyItem

Constructor

KeyItem(**kwargs)

Parameters

kid
str
Required

Key identifier.

attributes
KeyAttributes
Required

The key management attributes.

tags
dict[str, str]
Required

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

Variables

managed
bool

True if the key's lifetime is managed by key vault. If this is a key backing a certificate, then managed will be true.