WebService::Fastly::Object::TlsPrivateKeyResponseAttributesAllOf

Load the model package

use WebService::Fastly::Object::TlsPrivateKeyResponseAttributesAllOf;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- name | string | A customizable name for your private key. | [optional] key_length | int | The key length used to generate the private key. | [optional] [readonly] key_type | string | The algorithm used to generate the private key. Must be RSA. | [optional] [readonly] replace | boolean | A recommendation from Fastly to replace this private key and all associated certificates. | [optional] [readonly] public_key_sha1 | string | Useful for safely identifying the key. | [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]