Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 - Smart Device Manager


E.6 Format of a distribution permission definition file

The following describes the format of a distribution permission definition file (CSV format).

Example of a distribution permission definition file (when import mode is all or when exporting)

OS Type, Application Name, Version, Type of the target allowed to be distributed, Name of the target allowed to be distributed
Android,app2,v1,0,device4
Android,app2,v1,0,device5
Android,app3,v1,0,device5
iOS,app1,v1,0,device1
iOS,app1,v1,0,device2
iOS,app1,v1,0,device3

Example of a distribution permission definition file (when import mode is app)

Type of the target allowed to be distributed, Name of the target allowed to be distributed
0,device1
0,device2
0,device3

Example of a distribution permission definition file (when import mode is device)

Application name,Version
app1,v1
app2,v1
app3,v1

Format of a distribution permission definition file

Column number

Item

Description

Import mode

Export

all

app

device

1

OS type

Specify the OS type.

  • iOS

  • Android

R

D

D

O

2

Application Name

Specify the name of the application.

R

D

R

O

3

Version

Specify the version of the application.

R

D

R

O

4

Type of the target allowed to be distributed

Fixed as 0.

R

R

D

O

5

Name of the target allowed to be distributed

Specify the name of the smart device.

R

R

D

O

Legend:

R: Required

D: Disused

O: Output

Conventions for distribution permission definition file

Related Topics