Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8179,6 +8179,10 @@
"value": {
"type": "string",
"description": "Reference / link to the KeyEncryptionKey."
},
"algorithm": {
"type": "string",
"description": "Algorithm used in wrapping and unwrapping of the data encryption key."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"keyWrapMetadata": {
"name": "customerManagedKey",
"type": "AzureKeyVault",
"value": "AzureKeyVault Key URL"
"value": "AzureKeyVault Key URL",
"algorithm": "RSA-OAEP"
}
}
}
Expand All @@ -35,7 +36,8 @@
"keyWrapMetadata": {
"name": "customerManagedKey",
"type": "AzureKeyVault",
"value": "AzureKeyVault Key URL"
"value": "AzureKeyVault Key URL",
"algorithm": "RSA-OAEP"
},
"_rid": "tNc4AAAAAAAQkjzWAgAAAA==",
"_ts": 1626425552,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"keyWrapMetadata": {
"name": "customerManagedKey",
"type": "AzureKeyVault",
"value": "AzureKeyVault Key URL"
"value": "AzureKeyVault Key URL",
"algorithm": "RSA-OAEP"
},
"_rid": "tNc4AAAAAAAQkjzWAgAAAA==",
"_ts": 1626425552,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"keyWrapMetadata": {
"name": "customerManagedKey1",
"type": "AzureKeyVault",
"value": "AzureKeyVault Key URL for customerManagedKey1"
"value": "AzureKeyVault Key URL for customerManagedKey1",
"algorithm": "RSA-OAEP"
},
"_rid": "nAMyAAAAAADPw1kKAgAAAA==",
"_ts": 1626425552,
Expand All @@ -42,7 +43,8 @@
"keyWrapMetadata": {
"name": "customerManagedKey2",
"type": "AzureKeyVault",
"value": "AzureKeyVault Key URL for customerManagedKey2"
"value": "AzureKeyVault Key URL for customerManagedKey2",
"algorithm": "RSA-OAEP"
},
"_rid": "nAMyAAAAAAAWWfxHAgAAAA==",
"_ts": 1626425631,
Expand Down