Skip to content

Commit

Permalink
Adding New readonly property hsmPlatform to the Key Attributes (#23769)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkapil authored May 1, 2023
1 parent 747d94e commit 4c02e57
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1475,6 +1475,11 @@
"exportable": {
"type": "boolean",
"description": "Indicates if the private key can be exported. Release policy must be provided when creating the first version of an exportable key."
},
"hsmPlatform": {
"type": "string",
"description": "The underlying HSM Platform.",
"readOnly": true
}
},
"description": "The attributes of a key managed by the key vault service."
Expand Down

0 comments on commit 4c02e57

Please sign in to comment.