fireblocks-sdk 2025.10.17

Rust implementation of the Fireblocks SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CreateSigningKeyDto

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**signing_device_key_id** | **String** | The ID, name or label of the key specified on the customer's signing device. | 
**signed_cert_pem** | **String** | The signed certificate that includes the public key PEM of the signing key, signed by a validation key. | 
**agent_user_id** | **String** | Id of user to which this key belongs | 
**proof_of_ownership** | Option<[**models::CreateSigningKeyDtoProofOfOwnership**]CreateSigningKeyDto_proofOfOwnership.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)