Skip to content

Commit

Permalink
Add default master wrapping key alias into key rotation request message
Browse files Browse the repository at this point in the history
  • Loading branch information
anien committed Apr 22, 2024
1 parent 66653d9 commit a077f13
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"type": "string",
"doc": "Specifies the specific tenant that owns the old key."
},
{
"name": "masterWrappingKeyAlias",
"type": ["null", "string"],
"doc": "Mandatory for unmanaged key rotation only, always null for managed key rotation. Specifies the default master wrapping key to rotate to."
},
{
"name": "targetKeyAlias",
"type": ["null", "string"],
Expand Down

0 comments on commit a077f13

Please sign in to comment.