Object Model
This section describes the object model for signature key management.
Note
- Operation Type indicates the operation that can be performed on a field.
C: create; U: update; R: read
- Mandatory indicates whether a field with the Operation Type of C is mandatory.
Parameter | Type | Description | Operation Type | Mandatory |
---|---|---|---|---|
id | String | Signature key ID | R | - |
name | String | Signature key name | CRU | Yes |
sign_key | String | Signature key | CRU | Yes |
sign_secret | String | Signature secret | CRU | Yes |
create_time | Timestamp | Time when the signature key is created | R | - |
update_time | Timestamp | Time when the signature key was last updated | R | - |
Parent topic: Signature Key Management