|
7 | 7 | | Property | Type | Required | Nullable | Defined by |
|
8 | 8 | | :-------------------------------------------------- | :-------- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
9 | 9 | | [admin\_email](#admin_email) | `string` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-admin-email-address.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/admin_email") |
|
| 10 | +| [admin\_user\_name](#admin_user_name) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-admin-user-name.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/admin_user_name") | |
10 | 11 | | [description](#description) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-abap-system-description.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/description") |
|
11 | 12 | | [is\_development\_allowed](#is_development_allowed) | `boolean` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-development-system.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/is_development_allowed") |
|
| 13 | +| [login\_attribute](#login_attribute) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-login-attribute.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/login_attribute") | |
12 | 14 | | [sapsystemname](#sapsystemname) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-abap-system-id.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/sapsystemname") |
|
13 | 15 | | [size\_of\_persistence](#size_of_persistence) | `integer` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-hana-memory-size.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/size_of_persistence") |
|
14 | 16 | | [size\_of\_runtime](#size_of_runtime) | `integer` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-abap-runtime-size.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/size_of_runtime") |
|
@@ -45,6 +47,38 @@ Enter the administrator's email address
|
45 | 47 |
|
46 | 48 | [try pattern](https://regexr.com/?expression=%5E%5B%5E%3C%3E\(\)%5C%5B%5C%5D%5C%5C%2C%3B%3A%5Cs%40%22%60%5D%2B%40\(%5Ba-zA-Z%5C-0-9%5D%2B%5C.\)%2B%5Ba-zA-Z%5D%7B2%2C%7D%24 "try regular expression with regexr.com")
|
47 | 49 |
|
| 50 | +## admin\_user\_name |
| 51 | + |
| 52 | +Optionally enter the username of the administrator. The username must not begin with SAP\_ or \_, must only contain uppercase letters, digits, underscores, hyphens and periods, and must not be longer than 40 characters. |
| 53 | + |
| 54 | +`admin_user_name` |
| 55 | + |
| 56 | +* is optional |
| 57 | + |
| 58 | +* Type: `string` ([Admin User Name](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-admin-user-name.md)) |
| 59 | + |
| 60 | +* cannot be null |
| 61 | + |
| 62 | +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-admin-user-name.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/admin_user_name") |
| 63 | + |
| 64 | +### admin\_user\_name Type |
| 65 | + |
| 66 | +`string` ([Admin User Name](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-admin-user-name.md)) |
| 67 | + |
| 68 | +### admin\_user\_name Constraints |
| 69 | + |
| 70 | +**maximum length**: the maximum number of characters for this string is: `40` |
| 71 | + |
| 72 | +**minimum length**: the minimum number of characters for this string is: `0` |
| 73 | + |
| 74 | +**pattern**: the string must match the following regular expression:  |
| 75 | + |
| 76 | +```regexp |
| 77 | +^(?!SAP_|_)[\.A-Z0-9_-]{0,40}$ |
| 78 | +``` |
| 79 | + |
| 80 | +[try pattern](https://regexr.com/?expression=%5E\(%3F!SAP_%7C_\)%5B%5C.A-Z0-9_-%5D%7B0%2C40%7D%24 "try regular expression with regexr.com") |
| 81 | + |
48 | 82 | ## description
|
49 | 83 |
|
50 | 84 | Enter a description for the ABAP system
|
@@ -101,6 +135,41 @@ The default value is:
|
101 | 135 | true
|
102 | 136 | ```
|
103 | 137 |
|
| 138 | +## login\_attribute |
| 139 | + |
| 140 | +Which attribute should be used for login. |
| 141 | + |
| 142 | +`login_attribute` |
| 143 | + |
| 144 | +* is optional |
| 145 | + |
| 146 | +* Type: `string` ([Login Attribute](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-login-attribute.md)) |
| 147 | + |
| 148 | +* cannot be null |
| 149 | + |
| 150 | +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-login-attribute.md "undefined#/properties/services/items/allOf/1/then/allOf/0/then/allOf/0/then/properties/parameters/properties/login_attribute") |
| 151 | + |
| 152 | +### login\_attribute Type |
| 153 | + |
| 154 | +`string` ([Login Attribute](btpsa-usecase-properties-services-items-allof-1-then-allof-0-then-allof-0-then-properties-parameters-properties-login-attribute.md)) |
| 155 | + |
| 156 | +### login\_attribute Constraints |
| 157 | + |
| 158 | +**enum**: the value of this property must be equal to one of the following values: |
| 159 | + |
| 160 | +| Value | Explanation | |
| 161 | +| :------------ | :---------- | |
| 162 | +| `"email"` | | |
| 163 | +| `"user_name"` | | |
| 164 | + |
| 165 | +### login\_attribute Default Value |
| 166 | + |
| 167 | +The default value is: |
| 168 | + |
| 169 | +```json |
| 170 | +"email" |
| 171 | +``` |
| 172 | + |
104 | 173 | ## sapsystemname
|
105 | 174 |
|
106 | 175 | Enter a valid system ID (SID) for the ABAP system. The ID must consist of exactly three alphanumeric characters. Only uppercase letters are allowed. The first character must be a letter (not a digit). The ID does not have to be technically unique. The following IDs are reserved and cannot be used: ADD ALL AMD AND ANY ARE ASC AUX AVG BIT CDC COM CON DBA END EPS FOR GET GID IBM INT KEY LOG LPT MAP MAX MIN MON NIX NOT NUL OFF OLD OMS OUT PAD PRN RAW REF ROW SAP SET SGA SHG SID SQL SUM SYS TMP TOP UID USE USR VAR.
|
|
0 commit comments