-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimport.xml-sample
71 lines (71 loc) · 1.97 KB
/
import.xml-sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<Root>
<Meta>
<Generator>sysPass</Generator>
<Version>3211.22070201</Version>
<Time>1669620743</Time>
<User id="1">admin</User>
<Group id="1">Admins</Group>
<Hash sign="9e971d659816a7dd325e4c75f97c9853605be53db81b514f90103757a61af51b">
b5141af49246795c42e740f2c19dab36978708be
</Hash>
</Meta>
<Categories>
<Category id="1">
<name>Turtles Corp</name>
<description/>
</Category>
<Category id="2">
<name>Frogs Ltd</name>
<description/>
</Category>
</Categories>
<Clients>
<Client id="1">
<name>BirchStore</name>
<description/>
</Client>
<Client id="2">
<name>AppStore</name>
<description/>
</Client>
</Clients>
<Tags>
<Tag id="1">
<name>Shop</name>
</Tag>
<Tag id="2">
<name>SSO</name>
</Tag>
</Tags>
<Accounts>
<Account id="1">
<name>Ivan Petrov</name>
<clientId>2</clientId>
<categoryId>2</categoryId>
<login>i.petrov</login>
<url>https://app.internal.company.ru:5555/app/</url>
<notes>i.petrov@company.ru</notes>
<pass>v23t8nv2u394tyd</pass>
<key/>
<tags>
<tag id="1"/>
<tag id="2"/>
</tags>
</Account>
<Account id="2">
<name>Abramova Nina</name>
<clientId>1</clientId>
<categoryId>1</categoryId>
<login>n.abramova</login>
<url>https://stage.internal.company.ru</url>
<notes>n.abramova@somecompany.ru</notes>
<pass>v35n8t39485tg</pass>
<key/>
<tags>
<tag id="1"/>
<tag id="2"/>
</tags>
</Account>
</Accounts>
</Root>