KeyCreateParameters
The key create parameters.
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1
Properties
| Name |
Type |
Description |
| kty |
string |
The type of key to create. |
| key_size |
integer |
The key size in bits. For example, 2048, 3072, or 4096 for RSA. |
| key_ops |
array |
JSON web key operations. |
| tags |
object |
Application-specific metadata. |
| crv |
string |
Elliptic curve name (for EC key types). |
| exportable |
boolean |
Whether the private key can be exported. |
JSON Schema