InlineToken1

InlineToken1
InlineToken1

Base type for token objects.

JSON Example
{
    "allowed_instance_count": 0,
    "passphrase": "string",
    "device_type": "string"
}
integer As int64 As int64
allowed_instance_count
Optional

Max Number of instances that can use this token.

string As password As password
passphrase
Required
Constraints: minLength: 12 maxLength: 128

Passphrase of registration token. String at least 12 characters in length, and no more than 128 characters. String contains at least 1 lowercase, 1 uppercase, 1 numeric character and 1 special character. Since this is sensitive data the get API's will not return this field.

device_type
Optional

Indicates the type of device for which this token is created.

Possible values are : SENSOR, BAREMETAL,
Used By