Skip to content

Commit 4473625

Browse files
authored
Update about-keys-details.md
1 parent 840b96b commit 4473625

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/key-vault/keys/about-keys-details.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,10 @@ In addition to the key material, the following attributes may be specified. In a
123123
There are more read-only attributes that are included in any response that includes key attributes:
124124

125125
- *created*: IntDate, optional. The *created* attribute indicates when this version of the key was created. The value is null for keys created prior to the addition of this attribute. Its value MUST be a number containing an IntDate value.
126-
- *updated*: IntDate, optional. The *updated* attribute indicates when this version of the key was updated. The value is null for keys that were last updated prior to the addition of this attribute. Its value MUST be a number containing an IntDate value.
126+
- *updated*: IntDate, optional. The *updated* attribute indicates when this version of the key was updated. The value is null for keys that were last updated prior to the addition of this attribute. Its value MUST be a number containing an IntDate value.
127+
- *hsmPlatform*: string, optional. The underlying HSM Platform that is protecting a key. A hsmPlatform value of 2 means the key is protected by our latest FIPS 140 Level 3 validated HSM platform. A HsmPlatform value of 1 refers to our previous FIPS 140 Level 2 HSM platform using nCipher HSMs.
128+
129+
It’s important to note that keys are bound to the HSM in which they were created. New keys are seamlessly created using the new HSMs and will be stored in the new HSMs. While there is no way to migrate or transfer keys, newly created key versions will automatically be in the new HSMs.
127130

128131
For more information on IntDate and other data types, see [About keys, secrets, and certificates: [Data types](../general/about-keys-secrets-certificates.md#data-types).
129132

0 commit comments

Comments
 (0)