Update Azure 'key_type' description (#17903)

Updated the description for the 'key_type' parameter to read 'RSA-HSM' as the only supported value.
This commit is contained in:
Chris Stella
2022-11-11 08:42:37 -07:00
committed by GitHub
parent 7ae65df94e
commit 788391f4fd

View File

@@ -214,7 +214,7 @@ $ curl \
- `key_bits` `(string: <required if allow_generate_key is true>)`: The size in bits for an RSA key.
This field is required when `key_type` is `RSA`. Supported values are `2048`, `3072`, and `4096`.
- `key_type` `(string: <required>)`: The type of key to use. At this time only supported value is `RSA`.
- `key_type` `(string: <required>)`: The type of key to use. At this time only supported value is `RSA-HSM`.
#### GCP Cloud KMS Parameters
- `type` `(string: "gcpckms")` - To select an GCP Cloud KMS backend, the type parameter must be set to `gcpckms`.