-
Notifications
You must be signed in to change notification settings - Fork 0
/
Properties.xml
72 lines (72 loc) · 1.84 KB
/
Properties.xml
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
72
<?xml version="1.0"?>
<Content xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Object id="HCP">
<Group>
<Id>Cloud</Id>
<Name>Cloud Settings</Name>
<Description>Settings for SAP BTP connection</Description>
<Type>Main</Type>
<Childs>
<Prop>
<Id>HCP_HOST</Id>
<Name>Host</Name>
<Description>The SAP BTP host to connect ex: us1.hana.ondemand.com</Description>
<Type>Text</Type>
<Default></Default>
<Options>
<Option type='Required'/>
</Options>
</Prop>
<Prop>
<Id>HCP_SDK_DIR</Id>
<Name>SDK Directory</Name>
<Description>Directory of SDK</Description>
<Type>Text</Type>
<Default></Default>
<Options>
<Option type='Required'/>
</Options>
</Prop>
<Prop>
<Id>HCP_ACCOUNT</Id>
<Name>Account name</Name>
<Description>Your account name for SAP BTP</Description>
<Type>Text</Type>
<Default></Default>
<Options>
<Option type='Required'/>
</Options>
</Prop>
<Prop>
<Id>HCP_USER</Id>
<Name>User</Name>
<Description>User to connect to your account of SAP BTP</Description>
<Type>Text</Type>
<Options>
<Option type='Required'/>
</Options>
</Prop>
<Prop>
<Id>HCP_PASSWORD</Id>
<Name>Password</Name>
<Description>Password of your user to connect to your account of SAP BTP</Description>
<Type>Text</Type>
<Options>
<Option type='Password'/>
<Option type='Required'/>
</Options>
</Prop>
<Prop>
<Id>HCP_APPNAME</Id>
<Name>Application Name</Name>
<Description>The application name in SAP BTP</Description>
<Type>Text</Type>
<Default></Default>
<Options>
<Option type='Required'/>
</Options>
</Prop>
</Childs>
</Group>
</Object>
</Content>