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 0fad0c3864
commit 1bae5eed3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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`.