Device Setup Entity (v2)
The device setup entity contains the following properties:
Â
_id
string: A system-supplied ID for the player setup
Â
createdAt
string: A UTC timestamp indicating when the player setup was created. The date/time is formatted as yyyy-mm-ddThh:mm:ss.sssZ
Â
updatedAt
string: A UTC timestamp indicating when the player setup was last modified. The date/time is formatted as yyyy-mm-ddThh:mm:ss.sssZ
Â
bDeploy
bDeploy{ }: A B-Deploy Entity (v2)
Â
bsnDeviceRegistrationTokenEntity
tokenEntity{ }: A Token Entity (v2)
Â
bsnGroupName
string: The name of the BSN.cloud group to which provisioned players will be assigned. This value defaults to the "Default" group if undefined.
Â
setupType
 string: The player setup type. This value is currently always "bsn".
Â
version
string: The B-Deploy cloud version. This value should currently be "2.0.0"
Â
deviceName
string: The name given to players that are provisioned with the player setup package
Â
deviceDescription
 string: The description give to players that are provisioned with the player setup package
Â
url
 string optional: The Partner Application URL specified for a player to use when finding the application to download.
Â