InlineSensor1

InlineSensor1
InlineSensor1
JSON Example
{
    "token_id": "string",
    "certificate": "string",
    "pem_encoded": "string",
    "algorithm": "string",
    "key_size": 0
}
string As ^(?:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$
token_id
Optional
Constraints: minLength: 36 maxLength: 36

Sensor token used to register this resource.

string
certificate
Optional
Constraints: maxLength: 8192

Sensor certificate for the appliance.

string
pem_encoded
Optional

Public key of the certificate for the appliance.

string
algorithm
Optional

Cryptographic algorithm (asymmetric) used by the public key for data encryption.

integer
key_size
Optional

Size measured in bits of the public key used in a cryptographic algorithm.

Used By