UnwrapResult Class

The result of an unwrap key operation.

Inheritance
builtins.object
UnwrapResult

Constructor

UnwrapResult(key_id: str | None, algorithm: KeyWrapAlgorithm, key: bytes)

Parameters

Name Description
key_id
Required
str

Key encryption key's Key Vault identifier

algorithm
Required

The key wrap algorithm used

key
Required

The unwrapped key