Properties
| Name | Type | Description |
|---|---|---|
| crypt_key | string | |
| crypt_key_rotation_finished_at | string | |
| crypt_key_rotation_output | string | |
| crypt_key_rotation_started_at | string | |
| crypt_key_rotation_status_code | number | |
| ek_cert | string | |
| imaged_at | string | |
| last_crypt_key | string | |
| last_updated | string | |
| license_key_sha256 | string | |
| metadata | string | |
| serial_number | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/mconn_admin_device_fields",
"title": "mconn_admin_device_fields",
"properties": {
"crypt_key": {
"type": "string"
},
"crypt_key_rotation_finished_at": {
"type": "string"
},
"crypt_key_rotation_output": {
"type": "string"
},
"crypt_key_rotation_started_at": {
"type": "string"
},
"crypt_key_rotation_status_code": {
"type": "number"
},
"ek_cert": {
"type": "string"
},
"imaged_at": {
"type": "string"
},
"last_crypt_key": {
"type": "string"
},
"last_updated": {
"type": "string"
},
"license_key_sha256": {
"type": "string"
},
"metadata": {
"type": "string"
},
"serial_number": {
"type": "string"
}
},
"type": "object"
}