@pulumi/gitlab 4.8.0 → 4.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/applicationSettings.d.ts +2936 -0
  2. package/applicationSettings.js +543 -0
  3. package/applicationSettings.js.map +1 -0
  4. package/branch.d.ts +3 -2
  5. package/branch.js +1 -1
  6. package/branch.js.map +1 -1
  7. package/branchProtection.d.ts +3 -8
  8. package/branchProtection.js +1 -7
  9. package/branchProtection.js.map +1 -1
  10. package/clusterAgent.d.ts +1 -1
  11. package/clusterAgent.js +1 -1
  12. package/clusterAgentToken.d.ts +2 -2
  13. package/clusterAgentToken.js +2 -2
  14. package/deployKey.d.ts +1 -1
  15. package/deployKey.js +1 -1
  16. package/deployKeyEnable.d.ts +1 -1
  17. package/deployKeyEnable.js +1 -1
  18. package/deployToken.d.ts +7 -9
  19. package/deployToken.js +4 -2
  20. package/deployToken.js.map +1 -1
  21. package/getBranch.d.ts +43 -1
  22. package/getBranch.js.map +1 -1
  23. package/getClusterAgent.d.ts +27 -0
  24. package/getClusterAgent.js.map +1 -1
  25. package/getClusterAgents.d.ts +13 -1
  26. package/getClusterAgents.js.map +1 -1
  27. package/getCurrentUser.d.ts +27 -0
  28. package/getGroup.d.ts +54 -0
  29. package/getGroup.js.map +1 -1
  30. package/getGroupHook.d.ts +123 -0
  31. package/getGroupHook.js +28 -0
  32. package/getGroupHook.js.map +1 -0
  33. package/getGroupHooks.d.ts +44 -0
  34. package/getGroupHooks.js +27 -0
  35. package/getGroupHooks.js.map +1 -0
  36. package/getGroupMembership.d.ts +31 -1
  37. package/getGroupMembership.js.map +1 -1
  38. package/getGroupVariable.d.ts +39 -0
  39. package/getGroupVariable.js.map +1 -1
  40. package/getGroupVariables.d.ts +22 -1
  41. package/getGroupVariables.js.map +1 -1
  42. package/getInstanceDeployKeys.d.ts +13 -1
  43. package/getInstanceDeployKeys.js.map +1 -1
  44. package/getInstanceVariable.d.ts +21 -0
  45. package/getInstanceVariable.js.map +1 -1
  46. package/getInstanceVariables.d.ts +4 -1
  47. package/getInstanceVariables.js.map +1 -1
  48. package/getProject.d.ts +188 -1
  49. package/getProject.js.map +1 -1
  50. package/getProjectHook.d.ts +134 -0
  51. package/getProjectHook.js +43 -0
  52. package/getProjectHook.js.map +1 -0
  53. package/getProjectHooks.d.ts +58 -0
  54. package/getProjectHooks.js +41 -0
  55. package/getProjectHooks.js.map +1 -0
  56. package/getProjectIssue.d.ts +131 -1
  57. package/getProjectIssue.js.map +1 -1
  58. package/getProjectIssues.d.ts +238 -1
  59. package/getProjectIssues.js.map +1 -1
  60. package/getProjectMembership.d.ts +96 -0
  61. package/getProjectMembership.js +47 -0
  62. package/getProjectMembership.js.map +1 -0
  63. package/getProjectMilestone.d.ts +51 -0
  64. package/getProjectMilestone.js.map +1 -1
  65. package/getProjectMilestones.d.ts +58 -1
  66. package/getProjectMilestones.js.map +1 -1
  67. package/getProjectProtectedBranch.d.ts +34 -1
  68. package/getProjectProtectedBranch.js.map +1 -1
  69. package/getProjectProtectedBranches.d.ts +13 -1
  70. package/getProjectProtectedBranches.js.map +1 -1
  71. package/getProjectTag.d.ts +34 -1
  72. package/getProjectTag.js.map +1 -1
  73. package/getProjectTags.d.ts +40 -1
  74. package/getProjectTags.js.map +1 -1
  75. package/getProjectVariable.d.ts +39 -0
  76. package/getProjectVariable.js.map +1 -1
  77. package/getProjectVariables.d.ts +22 -1
  78. package/getProjectVariables.js.map +1 -1
  79. package/getProjects.d.ts +193 -1
  80. package/getProjects.js.map +1 -1
  81. package/getReleaseLink.d.ts +45 -0
  82. package/getReleaseLink.js.map +1 -1
  83. package/getReleaseLinks.d.ts +22 -1
  84. package/getReleaseLinks.js.map +1 -1
  85. package/getRepositoryFile.d.ts +54 -0
  86. package/getRepositoryFile.js.map +1 -1
  87. package/getRepositoryTree.d.ts +94 -0
  88. package/getRepositoryTree.js +44 -0
  89. package/getRepositoryTree.js.map +1 -0
  90. package/getUser.d.ts +108 -0
  91. package/getUser.js.map +1 -1
  92. package/getUsers.d.ts +85 -1
  93. package/getUsers.js.map +1 -1
  94. package/group.d.ts +5 -5
  95. package/group.js +4 -2
  96. package/group.js.map +1 -1
  97. package/groupAccessToken.d.ts +7 -12
  98. package/groupAccessToken.js +4 -2
  99. package/groupAccessToken.js.map +1 -1
  100. package/groupBadge.d.ts +5 -5
  101. package/groupBadge.js +1 -1
  102. package/groupCluster.d.ts +4 -4
  103. package/groupCluster.js +4 -2
  104. package/groupCluster.js.map +1 -1
  105. package/groupCustomAttribute.d.ts +1 -1
  106. package/groupCustomAttribute.js +1 -1
  107. package/groupHook.d.ts +317 -0
  108. package/groupHook.js +144 -0
  109. package/groupHook.js.map +1 -0
  110. package/groupLabel.d.ts +4 -7
  111. package/groupLabel.js +1 -1
  112. package/groupLabel.js.map +1 -1
  113. package/groupLdapLink.d.ts +10 -16
  114. package/groupLdapLink.js +1 -1
  115. package/groupLdapLink.js.map +1 -1
  116. package/groupMembership.d.ts +28 -7
  117. package/groupMembership.js +5 -1
  118. package/groupMembership.js.map +1 -1
  119. package/groupProjectFileTemplate.d.ts +15 -14
  120. package/groupProjectFileTemplate.js +3 -2
  121. package/groupProjectFileTemplate.js.map +1 -1
  122. package/groupSamlLink.d.ts +98 -0
  123. package/groupSamlLink.js +88 -0
  124. package/groupSamlLink.js.map +1 -0
  125. package/groupShareGroup.d.ts +4 -7
  126. package/groupShareGroup.js +1 -1
  127. package/groupShareGroup.js.map +1 -1
  128. package/groupVariable.d.ts +13 -22
  129. package/groupVariable.js +4 -2
  130. package/groupVariable.js.map +1 -1
  131. package/index.d.ts +298 -89
  132. package/index.js +311 -228
  133. package/index.js.map +1 -1
  134. package/instanceCluster.d.ts +4 -4
  135. package/instanceCluster.js +4 -2
  136. package/instanceCluster.js.map +1 -1
  137. package/instanceVariable.d.ts +10 -16
  138. package/instanceVariable.js +4 -2
  139. package/instanceVariable.js.map +1 -1
  140. package/label.d.ts +4 -7
  141. package/label.js +1 -1
  142. package/label.js.map +1 -1
  143. package/managedLicense.d.ts +10 -10
  144. package/managedLicense.js +1 -1
  145. package/package.json +4 -3
  146. package/package.json.bak +2 -1
  147. package/package.json.dev +4 -3
  148. package/personalAccessToken.d.ts +7 -15
  149. package/personalAccessToken.js +4 -2
  150. package/personalAccessToken.js.map +1 -1
  151. package/pipelineSchedule.d.ts +1 -1
  152. package/pipelineSchedule.js +1 -1
  153. package/pipelineScheduleVariable.d.ts +1 -1
  154. package/pipelineScheduleVariable.js +1 -1
  155. package/pipelineTrigger.d.ts +1 -1
  156. package/pipelineTrigger.js +3 -1
  157. package/pipelineTrigger.js.map +1 -1
  158. package/project.d.ts +55 -72
  159. package/project.js +4 -2
  160. package/project.js.map +1 -1
  161. package/projectAccessToken.d.ts +10 -13
  162. package/projectAccessToken.js +4 -2
  163. package/projectAccessToken.js.map +1 -1
  164. package/projectApprovalRule.d.ts +4 -7
  165. package/projectApprovalRule.js +1 -1
  166. package/projectApprovalRule.js.map +1 -1
  167. package/projectBadge.d.ts +5 -5
  168. package/projectBadge.js +1 -1
  169. package/projectCluster.d.ts +4 -4
  170. package/projectCluster.js +4 -2
  171. package/projectCluster.js.map +1 -1
  172. package/projectCustomAttribute.d.ts +1 -1
  173. package/projectCustomAttribute.js +1 -1
  174. package/projectEnvironment.d.ts +3 -5
  175. package/projectEnvironment.js +1 -1
  176. package/projectEnvironment.js.map +1 -1
  177. package/projectFreezePeriod.d.ts +1 -1
  178. package/projectFreezePeriod.js +1 -1
  179. package/projectHook.d.ts +18 -2
  180. package/projectHook.js +9 -3
  181. package/projectHook.js.map +1 -1
  182. package/projectIssue.d.ts +28 -39
  183. package/projectIssue.js +1 -1
  184. package/projectIssue.js.map +1 -1
  185. package/projectIssueBoard.d.ts +189 -0
  186. package/projectIssueBoard.js +131 -0
  187. package/projectIssueBoard.js.map +1 -0
  188. package/projectLevelMrApprovals.d.ts +5 -8
  189. package/projectLevelMrApprovals.js +2 -2
  190. package/projectLevelMrApprovals.js.map +1 -1
  191. package/projectMembership.d.ts +4 -7
  192. package/projectMembership.js +1 -1
  193. package/projectMembership.js.map +1 -1
  194. package/projectMilestone.d.ts +1 -1
  195. package/projectMilestone.js +1 -1
  196. package/projectMirror.d.ts +1 -1
  197. package/projectMirror.js +4 -2
  198. package/projectMirror.js.map +1 -1
  199. package/projectProtectedEnvironment.d.ts +9 -2
  200. package/projectProtectedEnvironment.js +7 -1
  201. package/projectProtectedEnvironment.js.map +1 -1
  202. package/projectRunnerEnablement.d.ts +1 -1
  203. package/projectRunnerEnablement.js +1 -1
  204. package/projectShareGroup.d.ts +7 -13
  205. package/projectShareGroup.js +1 -1
  206. package/projectShareGroup.js.map +1 -1
  207. package/projectTag.d.ts +4 -3
  208. package/projectTag.js +2 -2
  209. package/projectTag.js.map +1 -1
  210. package/projectVariable.d.ts +13 -22
  211. package/projectVariable.js +4 -2
  212. package/projectVariable.js.map +1 -1
  213. package/releaseLink.d.ts +6 -11
  214. package/releaseLink.js +1 -1
  215. package/releaseLink.js.map +1 -1
  216. package/repositoryFile.d.ts +4 -7
  217. package/repositoryFile.js +1 -1
  218. package/repositoryFile.js.map +1 -1
  219. package/runner.d.ts +8 -8
  220. package/runner.js +4 -2
  221. package/runner.js.map +1 -1
  222. package/serviceExternalWiki.d.ts +3 -5
  223. package/serviceExternalWiki.js +1 -1
  224. package/serviceExternalWiki.js.map +1 -1
  225. package/serviceGithub.d.ts +4 -7
  226. package/serviceGithub.js +4 -2
  227. package/serviceGithub.js.map +1 -1
  228. package/serviceJira.d.ts +7 -13
  229. package/serviceJira.js +4 -2
  230. package/serviceJira.js.map +1 -1
  231. package/serviceMicrosoftTeams.d.ts +4 -7
  232. package/serviceMicrosoftTeams.js +1 -1
  233. package/serviceMicrosoftTeams.js.map +1 -1
  234. package/servicePipelinesEmail.d.ts +4 -7
  235. package/servicePipelinesEmail.js +1 -1
  236. package/servicePipelinesEmail.js.map +1 -1
  237. package/serviceSlack.d.ts +9 -11
  238. package/serviceSlack.js +1 -1
  239. package/serviceSlack.js.map +1 -1
  240. package/systemHook.d.ts +5 -8
  241. package/systemHook.js +5 -3
  242. package/systemHook.js.map +1 -1
  243. package/tagProtection.d.ts +1 -1
  244. package/tagProtection.js +1 -1
  245. package/topic.d.ts +5 -8
  246. package/topic.js +2 -2
  247. package/topic.js.map +1 -1
  248. package/types/index.js.map +1 -1
  249. package/types/input.d.ts +137 -0
  250. package/types/output.d.ts +321 -1
  251. package/user.d.ts +11 -14
  252. package/user.js +5 -3
  253. package/user.js.map +1 -1
  254. package/userCustomAttribute.d.ts +1 -1
  255. package/userCustomAttribute.js +1 -1
  256. package/userGpgKey.d.ts +119 -0
  257. package/userGpgKey.js +101 -0
  258. package/userGpgKey.js.map +1 -0
  259. package/userSshKey.d.ts +4 -7
  260. package/userSshKey.js +1 -1
  261. package/userSshKey.js.map +1 -1
  262. package/utilities.js +13 -1
  263. package/utilities.js.map +1 -1
@@ -0,0 +1,2936 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * ## Example Usage
4
+ *
5
+ * ```typescript
6
+ * import * as pulumi from "@pulumi/pulumi";
7
+ * import * as gitlab from "@pulumi/gitlab";
8
+ *
9
+ * // Set the 2FA settings
10
+ * const thisApplicationSettings = new gitlab.ApplicationSettings("this", {
11
+ * requireTwoFactorAuthentication: true,
12
+ * twoFactorGracePeriod: 24,
13
+ * });
14
+ * ```
15
+ */
16
+ export declare class ApplicationSettings extends pulumi.CustomResource {
17
+ /**
18
+ * Get an existing ApplicationSettings resource's state with the given name, ID, and optional extra
19
+ * properties used to qualify the lookup.
20
+ *
21
+ * @param name The _unique_ name of the resulting resource.
22
+ * @param id The _unique_ provider ID of the resource to lookup.
23
+ * @param state Any extra arguments used during the lookup.
24
+ * @param opts Optional settings to control the behavior of the CustomResource.
25
+ */
26
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ApplicationSettingsState, opts?: pulumi.CustomResourceOptions): ApplicationSettings;
27
+ /**
28
+ * Returns true if the given object is an instance of ApplicationSettings. This is designed to work even
29
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
30
+ */
31
+ static isInstance(obj: any): obj is ApplicationSettings;
32
+ /**
33
+ * If set, abuse reports are sent to this address. Abuse reports are always available in the Admin Area.
34
+ */
35
+ readonly abuseNotificationEmail: pulumi.Output<string>;
36
+ /**
37
+ * Require administrators to enable Admin Mode by re-authenticating for administrative tasks.
38
+ */
39
+ readonly adminMode: pulumi.Output<boolean>;
40
+ /**
41
+ * Where to redirect users after logout.
42
+ */
43
+ readonly afterSignOutPath: pulumi.Output<string>;
44
+ /**
45
+ * Text shown to the user after signing up.
46
+ */
47
+ readonly afterSignUpText: pulumi.Output<string>;
48
+ /**
49
+ * API key for Akismet spam protection.
50
+ */
51
+ readonly akismetApiKey: pulumi.Output<string>;
52
+ /**
53
+ * (If enabled, requires: akismet*api*key) Enable or disable Akismet spam protection.
54
+ */
55
+ readonly akismetEnabled: pulumi.Output<boolean>;
56
+ /**
57
+ * Set to true to allow group owners to manage LDAP.
58
+ */
59
+ readonly allowGroupOwnersToManageLdap: pulumi.Output<boolean>;
60
+ /**
61
+ * Allow requests to the local network from system hooks.
62
+ */
63
+ readonly allowLocalRequestsFromSystemHooks: pulumi.Output<boolean>;
64
+ /**
65
+ * Allow requests to the local network from web hooks and services.
66
+ */
67
+ readonly allowLocalRequestsFromWebHooksAndServices: pulumi.Output<boolean>;
68
+ /**
69
+ * Set the duration for which the jobs are considered as old and expired. After that time passes, the jobs are archived and no longer able to be retried. Make it empty to never expire jobs. It has to be no less than 1 day, for example: 15 days, 1 month, 2 years.
70
+ */
71
+ readonly archiveBuildsInHumanReadable: pulumi.Output<string>;
72
+ /**
73
+ * Assets that match these domains are not proxied. Wildcards allowed. Your GitLab installation URL is automatically allowlisted. GitLab restart is required to apply changes.
74
+ */
75
+ readonly assetProxyAllowlists: pulumi.Output<string[]>;
76
+ /**
77
+ * (If enabled, requires: asset*proxy*url) Enable proxying of assets. GitLab restart is required to apply changes.
78
+ */
79
+ readonly assetProxyEnabled: pulumi.Output<boolean>;
80
+ /**
81
+ * Shared secret with the asset proxy server. GitLab restart is required to apply changes.
82
+ */
83
+ readonly assetProxySecretKey: pulumi.Output<string>;
84
+ /**
85
+ * URL of the asset proxy server. GitLab restart is required to apply changes.
86
+ */
87
+ readonly assetProxyUrl: pulumi.Output<string>;
88
+ /**
89
+ * By default, we write to the authorizedKeys file to support Git over SSH without additional configuration. GitLab can be optimized to authenticate SSH keys via the database file. Only disable this if you have configured your OpenSSH server to use the AuthorizedKeysCommand.
90
+ */
91
+ readonly authorizedKeysEnabled: pulumi.Output<boolean>;
92
+ /**
93
+ * Specify a domain to use by default for every project’s Auto Review Apps and Auto Deploy stages.
94
+ */
95
+ readonly autoDevopsDomain: pulumi.Output<string>;
96
+ /**
97
+ * Enable Auto DevOps for projects by default. It automatically builds, tests, and deploys applications based on a predefined CI/CD configuration.
98
+ */
99
+ readonly autoDevopsEnabled: pulumi.Output<boolean>;
100
+ /**
101
+ * Enabling this permits automatic allocation of purchased storage in a namespace.
102
+ */
103
+ readonly automaticPurchasedStorageAllocation: pulumi.Output<boolean>;
104
+ /**
105
+ * Enabling this makes only licensed EE features available to projects if the project namespace’s plan includes the feature or if the project is public.
106
+ */
107
+ readonly checkNamespacePlan: pulumi.Output<boolean>;
108
+ /**
109
+ * Custom hostname (for private commit emails).
110
+ */
111
+ readonly commitEmailHostname: pulumi.Output<string>;
112
+ /**
113
+ * Enable cleanup policies for all projects.
114
+ */
115
+ readonly containerExpirationPoliciesEnableHistoricEntries: pulumi.Output<boolean>;
116
+ /**
117
+ * The maximum number of tags that can be deleted in a single execution of cleanup policies.
118
+ */
119
+ readonly containerRegistryCleanupTagsServiceMaxListSize: pulumi.Output<number>;
120
+ /**
121
+ * The maximum time, in seconds, that the cleanup process can take to delete a batch of tags for cleanup policies.
122
+ */
123
+ readonly containerRegistryDeleteTagsServiceTimeout: pulumi.Output<number>;
124
+ /**
125
+ * Caching during the execution of cleanup policies.
126
+ */
127
+ readonly containerRegistryExpirationPoliciesCaching: pulumi.Output<boolean>;
128
+ /**
129
+ * Number of workers for cleanup policies.
130
+ */
131
+ readonly containerRegistryExpirationPoliciesWorkerCapacity: pulumi.Output<number>;
132
+ /**
133
+ * Container Registry token duration in minutes.
134
+ */
135
+ readonly containerRegistryTokenExpireDelay: pulumi.Output<number>;
136
+ /**
137
+ * Enable automatic deactivation of dormant users.
138
+ */
139
+ readonly deactivateDormantUsers: pulumi.Output<boolean>;
140
+ /**
141
+ * Set the default expiration time for each job’s artifacts.
142
+ */
143
+ readonly defaultArtifactsExpireIn: pulumi.Output<string>;
144
+ /**
145
+ * Instance-level custom initial branch name (introduced in GitLab 13.2).
146
+ */
147
+ readonly defaultBranchName: pulumi.Output<string>;
148
+ /**
149
+ * Determine if developers can push to the default branch. Can take: 0 (not protected, both users with the Developer role or Maintainer role can push new commits and force push), 1 (partially protected, users with the Developer role or Maintainer role can push new commits, but cannot force push) or 2 (fully protected, users with the Developer or Maintainer role cannot push new commits, but users with the Developer or Maintainer role can; no one can force push) as a parameter. Default is 2.
150
+ */
151
+ readonly defaultBranchProtection: pulumi.Output<number>;
152
+ /**
153
+ * Default CI/CD configuration file and path for new projects (.gitlab-ci.yml if not set).
154
+ */
155
+ readonly defaultCiConfigPath: pulumi.Output<string>;
156
+ /**
157
+ * What visibility level new groups receive. Can take private, internal and public as a parameter. Default is private.
158
+ */
159
+ readonly defaultGroupVisibility: pulumi.Output<string>;
160
+ /**
161
+ * Default project creation protection. Can take: 0 (No one), 1 (Maintainers) or 2 (Developers + Maintainers).
162
+ */
163
+ readonly defaultProjectCreation: pulumi.Output<number>;
164
+ /**
165
+ * What visibility level new projects receive. Can take private, internal and public as a parameter. Default is private.
166
+ */
167
+ readonly defaultProjectVisibility: pulumi.Output<string>;
168
+ /**
169
+ * Project limit per user. Default is 100000.
170
+ */
171
+ readonly defaultProjectsLimit: pulumi.Output<number>;
172
+ /**
173
+ * What visibility level new snippets receive. Can take private, internal and public as a parameter. Default is private.
174
+ */
175
+ readonly defaultSnippetVisibility: pulumi.Output<string>;
176
+ /**
177
+ * Enable delayed group deletion. Default is true. Introduced in GitLab 15.0. From GitLab 15.1, disables and locks the group-level setting for delayed protect deletion when set to false.
178
+ */
179
+ readonly delayedGroupDeletion: pulumi.Output<boolean>;
180
+ /**
181
+ * Enable delayed project deletion by default in new groups. Default is false. From GitLab 15.1, can only be enabled when delayed*group*deletion is true.
182
+ */
183
+ readonly delayedProjectDeletion: pulumi.Output<boolean>;
184
+ /**
185
+ * Enable inactive project deletion feature. Default is false. Introduced in GitLab 14.10. Became operational in GitLab 15.0 (with feature flag inactive*projects*deletion, disabled by default).
186
+ */
187
+ readonly deleteInactiveProjects: pulumi.Output<boolean>;
188
+ /**
189
+ * The number of days to wait before deleting a project or group that is marked for deletion. Value must be between 1 and 90. Defaults to 7. From GitLab 15.1, a hook on deletion*adjourned*period sets the period to 1 on every update, and sets both delayed*project*deletion and delayed*group*deletion to false if the period is 0.
190
+ */
191
+ readonly deletionAdjournedPeriod: pulumi.Output<number>;
192
+ /**
193
+ * Maximum files in a diff.
194
+ */
195
+ readonly diffMaxFiles: pulumi.Output<number>;
196
+ /**
197
+ * Maximum lines in a diff.
198
+ */
199
+ readonly diffMaxLines: pulumi.Output<number>;
200
+ /**
201
+ * Maximum diff patch size, in bytes.
202
+ */
203
+ readonly diffMaxPatchBytes: pulumi.Output<number>;
204
+ /**
205
+ * Disable display of RSS/Atom and calendar feed tokens (introduced in GitLab 13.7).
206
+ */
207
+ readonly disableFeedToken: pulumi.Output<boolean>;
208
+ /**
209
+ * Disabled OAuth sign-in sources.
210
+ */
211
+ readonly disabledOauthSignInSources: pulumi.Output<string[]>;
212
+ /**
213
+ * Enforce DNS rebinding attack protection.
214
+ */
215
+ readonly dnsRebindingProtectionEnabled: pulumi.Output<boolean>;
216
+ /**
217
+ * Force people to use only corporate emails for sign-up. Default is null, meaning there is no restriction.
218
+ */
219
+ readonly domainAllowlists: pulumi.Output<string[]>;
220
+ /**
221
+ * (If enabled, requires: domain_denylist) Allows blocking sign-ups from emails from specific domains.
222
+ */
223
+ readonly domainDenylistEnabled: pulumi.Output<boolean>;
224
+ /**
225
+ * Users with email addresses that match these domains cannot sign up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com.
226
+ */
227
+ readonly domainDenylists: pulumi.Output<string[]>;
228
+ /**
229
+ * The minimum allowed bit length of an uploaded DSA key. Default is 0 (no restriction). -1 disables DSA keys.
230
+ */
231
+ readonly dsaKeyRestriction: pulumi.Output<number>;
232
+ /**
233
+ * The minimum allowed curve size (in bits) of an uploaded ECDSA key. Default is 0 (no restriction). -1 disables ECDSA keys.
234
+ */
235
+ readonly ecdsaKeyRestriction: pulumi.Output<number>;
236
+ /**
237
+ * The minimum allowed curve size (in bits) of an uploaded ECDSA*SK key. Default is 0 (no restriction). -1 disables ECDSA*SK keys.
238
+ */
239
+ readonly ecdsaSkKeyRestriction: pulumi.Output<number>;
240
+ /**
241
+ * The minimum allowed curve size (in bits) of an uploaded ED25519 key. Default is 0 (no restriction). -1 disables ED25519 keys.
242
+ */
243
+ readonly ed25519KeyRestriction: pulumi.Output<number>;
244
+ /**
245
+ * The minimum allowed curve size (in bits) of an uploaded ED25519*SK key. Default is 0 (no restriction). -1 disables ED25519*SK keys.
246
+ */
247
+ readonly ed25519SkKeyRestriction: pulumi.Output<number>;
248
+ /**
249
+ * AWS IAM access key ID.
250
+ */
251
+ readonly eksAccessKeyId: pulumi.Output<string>;
252
+ /**
253
+ * Amazon account ID.
254
+ */
255
+ readonly eksAccountId: pulumi.Output<string>;
256
+ /**
257
+ * Enable integration with Amazon EKS.
258
+ */
259
+ readonly eksIntegrationEnabled: pulumi.Output<boolean>;
260
+ /**
261
+ * AWS IAM secret access key.
262
+ */
263
+ readonly eksSecretAccessKey: pulumi.Output<string>;
264
+ /**
265
+ * Enable the use of AWS hosted Elasticsearch.
266
+ */
267
+ readonly elasticsearchAws: pulumi.Output<boolean>;
268
+ /**
269
+ * AWS IAM access key.
270
+ */
271
+ readonly elasticsearchAwsAccessKey: pulumi.Output<string>;
272
+ /**
273
+ * The AWS region the Elasticsearch domain is configured.
274
+ */
275
+ readonly elasticsearchAwsRegion: pulumi.Output<string>;
276
+ /**
277
+ * AWS IAM secret access key.
278
+ */
279
+ readonly elasticsearchAwsSecretAccessKey: pulumi.Output<string>;
280
+ /**
281
+ * Maximum size of text fields to index by Elasticsearch. 0 value means no limit. This does not apply to repository and wiki indexing.
282
+ */
283
+ readonly elasticsearchIndexedFieldLengthLimit: pulumi.Output<number>;
284
+ /**
285
+ * Maximum size of repository and wiki files that are indexed by Elasticsearch.
286
+ */
287
+ readonly elasticsearchIndexedFileSizeLimitKb: pulumi.Output<number>;
288
+ /**
289
+ * Enable Elasticsearch indexing.
290
+ */
291
+ readonly elasticsearchIndexing: pulumi.Output<boolean>;
292
+ /**
293
+ * Limit Elasticsearch to index certain namespaces and projects.
294
+ */
295
+ readonly elasticsearchLimitIndexing: pulumi.Output<boolean>;
296
+ /**
297
+ * Maximum concurrency of Elasticsearch bulk requests per indexing operation. This only applies to repository indexing operations.
298
+ */
299
+ readonly elasticsearchMaxBulkConcurrency: pulumi.Output<number>;
300
+ /**
301
+ * Maximum size of Elasticsearch bulk indexing requests in MB. This only applies to repository indexing operations.
302
+ */
303
+ readonly elasticsearchMaxBulkSizeMb: pulumi.Output<number>;
304
+ /**
305
+ * The namespaces to index via Elasticsearch if elasticsearch*limit*indexing is enabled.
306
+ */
307
+ readonly elasticsearchNamespaceIds: pulumi.Output<string[]>;
308
+ /**
309
+ * The password of your Elasticsearch instance.
310
+ */
311
+ readonly elasticsearchPassword: pulumi.Output<string>;
312
+ /**
313
+ * The projects to index via Elasticsearch if elasticsearch*limit*indexing is enabled.
314
+ */
315
+ readonly elasticsearchProjectIds: pulumi.Output<string[]>;
316
+ /**
317
+ * Enable Elasticsearch search.
318
+ */
319
+ readonly elasticsearchSearch: pulumi.Output<boolean>;
320
+ /**
321
+ * The URL to use for connecting to Elasticsearch. Use a comma-separated list to support cluster (for example, http://localhost:9200, http://localhost:9201).
322
+ */
323
+ readonly elasticsearchUrls: pulumi.Output<string[]>;
324
+ /**
325
+ * The username of your Elasticsearch instance.
326
+ */
327
+ readonly elasticsearchUsername: pulumi.Output<string>;
328
+ /**
329
+ * Additional text added to the bottom of every email for legal/auditing/compliance reasons.
330
+ */
331
+ readonly emailAdditionalText: pulumi.Output<string>;
332
+ /**
333
+ * Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead.
334
+ */
335
+ readonly emailAuthorInBody: pulumi.Output<boolean>;
336
+ /**
337
+ * Enabled protocols for Git access. Allowed values are: ssh, http, and nil to allow both protocols.
338
+ */
339
+ readonly enabledGitAccessProtocol: pulumi.Output<string>;
340
+ /**
341
+ * Enabling this permits enforcement of namespace storage limits.
342
+ */
343
+ readonly enforceNamespaceStorageLimit: pulumi.Output<boolean>;
344
+ /**
345
+ * (If enabled, requires: terms) Enforce application ToS to all users.
346
+ */
347
+ readonly enforceTerms: pulumi.Output<boolean>;
348
+ /**
349
+ * (If enabled, requires: external*auth*client_key) The certificate to use to authenticate with the external authorization service.
350
+ */
351
+ readonly externalAuthClientCert: pulumi.Output<string>;
352
+ /**
353
+ * Private key for the certificate when authentication is required for the external authorization service, this is encrypted when stored.
354
+ */
355
+ readonly externalAuthClientKey: pulumi.Output<string>;
356
+ /**
357
+ * Passphrase to use for the private key when authenticating with the external service this is encrypted when stored.
358
+ */
359
+ readonly externalAuthClientKeyPass: pulumi.Output<string>;
360
+ /**
361
+ * The default classification label to use when requesting authorization and no classification label has been specified on the project.
362
+ */
363
+ readonly externalAuthorizationServiceDefaultLabel: pulumi.Output<string>;
364
+ /**
365
+ * (If enabled, requires: external*authorization*service*default*label, external*authorization*service*timeout and external*authorization*service*url) Enable using an external authorization service for accessing projects.
366
+ */
367
+ readonly externalAuthorizationServiceEnabled: pulumi.Output<boolean>;
368
+ /**
369
+ * The timeout after which an authorization request is aborted, in seconds. When a request times out, access is denied to the user. (min: 0.001, max: 10, step: 0.001).
370
+ */
371
+ readonly externalAuthorizationServiceTimeout: pulumi.Output<number>;
372
+ /**
373
+ * URL to which authorization requests are directed.
374
+ */
375
+ readonly externalAuthorizationServiceUrl: pulumi.Output<string>;
376
+ /**
377
+ * How long to wait for a response from the pipeline validation service. Assumes OK if it times out.
378
+ */
379
+ readonly externalPipelineValidationServiceTimeout: pulumi.Output<number>;
380
+ /**
381
+ * Optional. Token to include as the X-Gitlab-Token header in requests to the URL in external*pipeline*validation*service*url.
382
+ */
383
+ readonly externalPipelineValidationServiceToken: pulumi.Output<string>;
384
+ /**
385
+ * URL to use for pipeline validation requests.
386
+ */
387
+ readonly externalPipelineValidationServiceUrl: pulumi.Output<string>;
388
+ /**
389
+ * The ID of a project to load custom file templates from.
390
+ */
391
+ readonly fileTemplateProjectId: pulumi.Output<number>;
392
+ /**
393
+ * Start day of the week for calendar views and date pickers. Valid values are 0 (default) for Sunday, 1 for Monday, and 6 for Saturday.
394
+ */
395
+ readonly firstDayOfWeek: pulumi.Output<number>;
396
+ /**
397
+ * Comma-separated list of IPs and CIDRs of allowed secondary nodes. For example, 1.1.1.1, 2.2.2.0/24.
398
+ */
399
+ readonly geoNodeAllowedIps: pulumi.Output<string>;
400
+ /**
401
+ * The amount of seconds after which a request to get a secondary node status times out.
402
+ */
403
+ readonly geoStatusTimeout: pulumi.Output<number>;
404
+ /**
405
+ * List of usernames excluded from Git anti-abuse rate limits. Default: [], Maximum: 100 usernames. Introduced in GitLab 15.2.
406
+ */
407
+ readonly gitRateLimitUsersAllowlists: pulumi.Output<string[]>;
408
+ /**
409
+ * Maximum duration (in minutes) of a session for Git operations when 2FA is enabled.
410
+ */
411
+ readonly gitTwoFactorSessionExpiry: pulumi.Output<number>;
412
+ /**
413
+ * Default Gitaly timeout, in seconds. This timeout is not enforced for Git fetch/push operations or Sidekiq jobs. Set to 0 to disable timeouts.
414
+ */
415
+ readonly gitalyTimeoutDefault: pulumi.Output<number>;
416
+ /**
417
+ * Gitaly fast operation timeout, in seconds. Some Gitaly operations are expected to be fast. If they exceed this threshold, there may be a problem with a storage shard and ‘failing fast’ can help maintain the stability of the GitLab instance. Set to 0 to disable timeouts.
418
+ */
419
+ readonly gitalyTimeoutFast: pulumi.Output<number>;
420
+ /**
421
+ * Medium Gitaly timeout, in seconds. This should be a value between the Fast and the Default timeout. Set to 0 to disable timeouts.
422
+ */
423
+ readonly gitalyTimeoutMedium: pulumi.Output<number>;
424
+ /**
425
+ * Enable Grafana.
426
+ */
427
+ readonly grafanaEnabled: pulumi.Output<boolean>;
428
+ /**
429
+ * Grafana URL.
430
+ */
431
+ readonly grafanaUrl: pulumi.Output<string>;
432
+ /**
433
+ * Enable Gravatar.
434
+ */
435
+ readonly gravatarEnabled: pulumi.Output<boolean>;
436
+ /**
437
+ * Create new projects using hashed storage paths: Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance. (Always enabled in GitLab versions 13.0 and later, configuration is scheduled for removal in 14.0).
438
+ */
439
+ readonly hashedStorageEnabled: pulumi.Output<boolean>;
440
+ /**
441
+ * Hide marketing-related entries from help.
442
+ */
443
+ readonly helpPageHideCommercialContent: pulumi.Output<boolean>;
444
+ /**
445
+ * Alternate support URL for help page and help dropdown.
446
+ */
447
+ readonly helpPageSupportUrl: pulumi.Output<string>;
448
+ /**
449
+ * Custom text displayed on the help page.
450
+ */
451
+ readonly helpPageText: pulumi.Output<string>;
452
+ /**
453
+ * GitLab server administrator information.
454
+ */
455
+ readonly helpText: pulumi.Output<string>;
456
+ /**
457
+ * Do not display offers from third parties in GitLab.
458
+ */
459
+ readonly hideThirdPartyOffers: pulumi.Output<boolean>;
460
+ /**
461
+ * Redirect to this URL when not logged in.
462
+ */
463
+ readonly homePageUrl: pulumi.Output<string>;
464
+ /**
465
+ * (If enabled, requires: housekeeping*bitmaps*enabled, housekeeping*full*repack*period, housekeeping*gc*period, and housekeeping*incremental*repack*period) Enable or disable Git housekeeping.
466
+ */
467
+ readonly housekeepingEnabled: pulumi.Output<boolean>;
468
+ /**
469
+ * Number of Git pushes after which an incremental git repack is run.
470
+ */
471
+ readonly housekeepingFullRepackPeriod: pulumi.Output<number>;
472
+ /**
473
+ * Number of Git pushes after which git gc is run.
474
+ */
475
+ readonly housekeepingGcPeriod: pulumi.Output<number>;
476
+ /**
477
+ * Number of Git pushes after which an incremental git repack is run.
478
+ */
479
+ readonly housekeepingIncrementalRepackPeriod: pulumi.Output<number>;
480
+ /**
481
+ * Enable HTML emails.
482
+ */
483
+ readonly htmlEmailsEnabled: pulumi.Output<boolean>;
484
+ /**
485
+ * Sources to allow project import from, possible values: github, bitbucket, bitbucket*server, gitlab, fogbugz, git, gitlab*project, gitea, manifest, and phabricator.
486
+ */
487
+ readonly importSources: pulumi.Output<string[]>;
488
+ /**
489
+ * Enable in-product marketing emails. Enabled by default.
490
+ */
491
+ readonly inProductMarketingEmailsEnabled: pulumi.Output<boolean>;
492
+ /**
493
+ * If delete*inactive*projects is true, the time (in months) to wait before deleting inactive projects. Default is 2. Introduced in GitLab 14.10. Became operational in GitLab 15.0.
494
+ */
495
+ readonly inactiveProjectsDeleteAfterMonths: pulumi.Output<number>;
496
+ /**
497
+ * If delete*inactive*projects is true, the minimum repository size for projects to be checked for inactivity. Default is 0. Introduced in GitLab 14.10. Became operational in GitLab 15.0.
498
+ */
499
+ readonly inactiveProjectsMinSizeMb: pulumi.Output<number>;
500
+ /**
501
+ * If delete*inactive*projects is true, sets the time (in months) to wait before emailing maintainers that the project is scheduled be deleted because it is inactive. Default is 1. Introduced in GitLab 14.10. Became operational in GitLab 15.0.
502
+ */
503
+ readonly inactiveProjectsSendWarningEmailAfterMonths: pulumi.Output<number>;
504
+ /**
505
+ * Enable Invisible CAPTCHA spam detection during sign-up. Disabled by default.
506
+ */
507
+ readonly invisibleCaptchaEnabled: pulumi.Output<boolean>;
508
+ /**
509
+ * Max number of issue creation requests per minute per user. Disabled by default.
510
+ */
511
+ readonly issuesCreateLimit: pulumi.Output<number>;
512
+ /**
513
+ * Prevent the deletion of the artifacts from the most recent successful jobs, regardless of the expiry time. Enabled by default.
514
+ */
515
+ readonly keepLatestArtifact: pulumi.Output<boolean>;
516
+ /**
517
+ * Increase this value when any cached Markdown should be invalidated.
518
+ */
519
+ readonly localMarkdownVersion: pulumi.Output<number>;
520
+ /**
521
+ * Enable Mailgun event receiver.
522
+ */
523
+ readonly mailgunEventsEnabled: pulumi.Output<boolean>;
524
+ /**
525
+ * The Mailgun HTTP webhook signing key for receiving events from webhook.
526
+ */
527
+ readonly mailgunSigningKey: pulumi.Output<string>;
528
+ /**
529
+ * When instance is in maintenance mode, non-administrative users can sign in with read-only access and make read-only API requests.
530
+ */
531
+ readonly maintenanceMode: pulumi.Output<boolean>;
532
+ /**
533
+ * Message displayed when instance is in maintenance mode.
534
+ */
535
+ readonly maintenanceModeMessage: pulumi.Output<string>;
536
+ /**
537
+ * Maximum artifacts size in MB.
538
+ */
539
+ readonly maxArtifactsSize: pulumi.Output<number>;
540
+ /**
541
+ * Limit attachment size in MB.
542
+ */
543
+ readonly maxAttachmentSize: pulumi.Output<number>;
544
+ /**
545
+ * Maximum export size in MB. 0 for unlimited. Default = 0 (unlimited).
546
+ */
547
+ readonly maxExportSize: pulumi.Output<number>;
548
+ /**
549
+ * Maximum import size in MB. 0 for unlimited. Default = 0 (unlimited) Modified from 50MB to 0 in GitLab 13.8.
550
+ */
551
+ readonly maxImportSize: pulumi.Output<number>;
552
+ /**
553
+ * Maximum number of unique repositories a user can download in the specified time period before they are banned. Default: 0, Maximum: 10,000 repositories. Introduced in GitLab 15.1.
554
+ */
555
+ readonly maxNumberOfRepositoryDownloads: pulumi.Output<number>;
556
+ /**
557
+ * Reporting time period (in seconds). Default: 0, Maximum: 864000 seconds (10 days). Introduced in GitLab 15.1.
558
+ */
559
+ readonly maxNumberOfRepositoryDownloadsWithinTimePeriod: pulumi.Output<number>;
560
+ /**
561
+ * Maximum size of pages repositories in MB.
562
+ */
563
+ readonly maxPagesSize: pulumi.Output<number>;
564
+ /**
565
+ * Maximum allowable lifetime for access tokens in days.
566
+ */
567
+ readonly maxPersonalAccessTokenLifetime: pulumi.Output<number>;
568
+ /**
569
+ * Maximum allowable lifetime for SSH keys in days. Introduced in GitLab 14.6.
570
+ */
571
+ readonly maxSshKeyLifetime: pulumi.Output<number>;
572
+ /**
573
+ * A method call is only tracked when it takes longer than the given amount of milliseconds.
574
+ */
575
+ readonly metricsMethodCallThreshold: pulumi.Output<number>;
576
+ /**
577
+ * Allow repository mirroring to configured by project Maintainers. If disabled, only Administrators can configure repository mirroring.
578
+ */
579
+ readonly mirrorAvailable: pulumi.Output<boolean>;
580
+ /**
581
+ * Minimum capacity to be available before scheduling more mirrors preemptively.
582
+ */
583
+ readonly mirrorCapacityThreshold: pulumi.Output<number>;
584
+ /**
585
+ * Maximum number of mirrors that can be synchronizing at the same time.
586
+ */
587
+ readonly mirrorMaxCapacity: pulumi.Output<number>;
588
+ /**
589
+ * Maximum time (in minutes) between updates that a mirror can have when scheduled to synchronize.
590
+ */
591
+ readonly mirrorMaxDelay: pulumi.Output<number>;
592
+ /**
593
+ * Use npmjs.org as a default remote repository when the package is not found in the GitLab Package Registry for npm.
594
+ */
595
+ readonly npmPackageRequestsForwarding: pulumi.Output<boolean>;
596
+ /**
597
+ * Define a list of trusted domains or IP addresses to which local requests are allowed when local requests for hooks and services are disabled.
598
+ */
599
+ readonly outboundLocalRequestsWhitelists: pulumi.Output<string[]>;
600
+ /**
601
+ * Number of workers assigned to the packages cleanup policies.
602
+ */
603
+ readonly packageRegistryCleanupPoliciesWorkerCapacity: pulumi.Output<number>;
604
+ /**
605
+ * Require users to prove ownership of custom domains. Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled.
606
+ */
607
+ readonly pagesDomainVerificationEnabled: pulumi.Output<boolean>;
608
+ /**
609
+ * Enable authentication for Git over HTTP(S) via a GitLab account password. Default is true.
610
+ */
611
+ readonly passwordAuthenticationEnabledForGit: pulumi.Output<boolean>;
612
+ /**
613
+ * Enable authentication for the web interface via a GitLab account password. Default is true.
614
+ */
615
+ readonly passwordAuthenticationEnabledForWeb: pulumi.Output<boolean>;
616
+ /**
617
+ * Indicates whether passwords require at least one lowercase letter. Introduced in GitLab 15.1.
618
+ */
619
+ readonly passwordLowercaseRequired: pulumi.Output<boolean>;
620
+ /**
621
+ * Indicates whether passwords require at least one number. Introduced in GitLab 15.1.
622
+ */
623
+ readonly passwordNumberRequired: pulumi.Output<boolean>;
624
+ /**
625
+ * Indicates whether passwords require at least one symbol character. Introduced in GitLab 15.1.
626
+ */
627
+ readonly passwordSymbolRequired: pulumi.Output<boolean>;
628
+ /**
629
+ * Indicates whether passwords require at least one uppercase letter. Introduced in GitLab 15.1.
630
+ */
631
+ readonly passwordUppercaseRequired: pulumi.Output<boolean>;
632
+ /**
633
+ * Path of the group that is allowed to toggle the performance bar.
634
+ */
635
+ readonly performanceBarAllowedGroupPath: pulumi.Output<string>;
636
+ /**
637
+ * Prefix for all generated personal access tokens.
638
+ */
639
+ readonly personalAccessTokenPrefix: pulumi.Output<string>;
640
+ /**
641
+ * Maximum number of pipeline creation requests per minute per user and commit. Disabled by default.
642
+ */
643
+ readonly pipelineLimitPerProjectUserSha: pulumi.Output<number>;
644
+ /**
645
+ * (If enabled, requires: plantuml_url) Enable PlantUML integration. Default is false.
646
+ */
647
+ readonly plantumlEnabled: pulumi.Output<boolean>;
648
+ /**
649
+ * The PlantUML instance URL for integration.
650
+ */
651
+ readonly plantumlUrl: pulumi.Output<string>;
652
+ /**
653
+ * Interval multiplier used by endpoints that perform polling. Set to 0 to disable polling.
654
+ */
655
+ readonly pollingIntervalMultiplier: pulumi.Output<number>;
656
+ /**
657
+ * Enable project export.
658
+ */
659
+ readonly projectExportEnabled: pulumi.Output<boolean>;
660
+ /**
661
+ * Enable Prometheus metrics.
662
+ */
663
+ readonly prometheusMetricsEnabled: pulumi.Output<boolean>;
664
+ /**
665
+ * CI/CD variables are protected by default.
666
+ */
667
+ readonly protectedCiVariables: pulumi.Output<boolean>;
668
+ /**
669
+ * Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push events are created. Bulk push events are created if it surpasses that value.
670
+ */
671
+ readonly pushEventActivitiesLimit: pulumi.Output<number>;
672
+ /**
673
+ * Number of changes (branches or tags) in a single push to determine whether webhooks and services fire or not. Webhooks and services aren’t submitted if it surpasses that value.
674
+ */
675
+ readonly pushEventHooksLimit: pulumi.Output<number>;
676
+ /**
677
+ * Use pypi.org as a default remote repository when the package is not found in the GitLab Package Registry for PyPI.
678
+ */
679
+ readonly pypiPackageRequestsForwarding: pulumi.Output<boolean>;
680
+ /**
681
+ * When rate limiting is enabled via the throttle_* settings, send this plain text response when a rate limit is exceeded. ‘Retry later’ is sent if this is blank.
682
+ */
683
+ readonly rateLimitingResponseText: pulumi.Output<string>;
684
+ /**
685
+ * Max number of requests per minute for each raw path. Default: 300. To disable throttling set to 0.
686
+ */
687
+ readonly rawBlobRequestLimit: pulumi.Output<number>;
688
+ /**
689
+ * (If enabled, requires: recaptcha*private*key and recaptcha*site*key) Enable reCAPTCHA.
690
+ */
691
+ readonly recaptchaEnabled: pulumi.Output<boolean>;
692
+ /**
693
+ * Private key for reCAPTCHA.
694
+ */
695
+ readonly recaptchaPrivateKey: pulumi.Output<string>;
696
+ /**
697
+ * Site key for reCAPTCHA.
698
+ */
699
+ readonly recaptchaSiteKey: pulumi.Output<string>;
700
+ /**
701
+ * Maximum push size (MB).
702
+ */
703
+ readonly receiveMaxInputSize: pulumi.Output<number>;
704
+ /**
705
+ * GitLab periodically runs git fsck in all project and wiki repositories to look for silent disk corruption issues.
706
+ */
707
+ readonly repositoryChecksEnabled: pulumi.Output<boolean>;
708
+ /**
709
+ * Size limit per repository (MB).
710
+ */
711
+ readonly repositorySizeLimit: pulumi.Output<number>;
712
+ /**
713
+ * (GitLab 13.0 and earlier) List of names of enabled storage paths, taken from gitlab.yml. New projects are created in one of these stores, chosen at random.
714
+ */
715
+ readonly repositoryStorages: pulumi.Output<string[]>;
716
+ /**
717
+ * (GitLab 13.1 and later) Hash of names of taken from gitlab.yml to weights. New projects are created in one of these stores, chosen by a weighted random selection.
718
+ */
719
+ readonly repositoryStoragesWeighted: pulumi.Output<{
720
+ [key: string]: number;
721
+ }>;
722
+ /**
723
+ * When enabled, any user that signs up for an account using the registration form is placed under a Pending approval state and has to be explicitly approved by an administrator.
724
+ */
725
+ readonly requireAdminApprovalAfterUserSignup: pulumi.Output<boolean>;
726
+ /**
727
+ * (If enabled, requires: two*factor*grace_period) Require all users to set up Two-factor authentication.
728
+ */
729
+ readonly requireTwoFactorAuthentication: pulumi.Output<boolean>;
730
+ /**
731
+ * Selected levels cannot be used by non-Administrator users for groups, projects or snippets. Can take private, internal and public as a parameter. Default is null which means there is no restriction.
732
+ */
733
+ readonly restrictedVisibilityLevels: pulumi.Output<string[]>;
734
+ /**
735
+ * The minimum allowed bit length of an uploaded RSA key. Default is 0 (no restriction). -1 disables RSA keys.
736
+ */
737
+ readonly rsaKeyRestriction: pulumi.Output<number>;
738
+ /**
739
+ * Max number of requests per minute for performing a search while authenticated. Default: 30. To disable throttling set to 0.
740
+ */
741
+ readonly searchRateLimit: pulumi.Output<number>;
742
+ /**
743
+ * Max number of requests per minute for performing a search while unauthenticated. Default: 10. To disable throttling set to 0.
744
+ */
745
+ readonly searchRateLimitUnauthenticated: pulumi.Output<number>;
746
+ /**
747
+ * Send confirmation email on sign-up.
748
+ */
749
+ readonly sendUserConfirmationEmail: pulumi.Output<boolean>;
750
+ /**
751
+ * Session duration in minutes. GitLab restart is required to apply changes.
752
+ */
753
+ readonly sessionExpireDelay: pulumi.Output<number>;
754
+ /**
755
+ * (If enabled, requires: shared*runners*text and shared*runners*minutes) Enable shared runners for new projects.
756
+ */
757
+ readonly sharedRunnersEnabled: pulumi.Output<boolean>;
758
+ /**
759
+ * Set the maximum number of CI/CD minutes that a group can use on shared runners per month.
760
+ */
761
+ readonly sharedRunnersMinutes: pulumi.Output<number>;
762
+ /**
763
+ * Shared runners text.
764
+ */
765
+ readonly sharedRunnersText: pulumi.Output<string>;
766
+ /**
767
+ * The threshold in bytes at which Sidekiq jobs are compressed before being stored in Redis. Default: 100 000 bytes (100KB).
768
+ */
769
+ readonly sidekiqJobLimiterCompressionThresholdBytes: pulumi.Output<number>;
770
+ /**
771
+ * The threshold in bytes at which Sidekiq jobs are rejected. Default: 0 bytes (doesn’t reject any job).
772
+ */
773
+ readonly sidekiqJobLimiterLimitBytes: pulumi.Output<number>;
774
+ /**
775
+ * track or compress. Sets the behavior for Sidekiq job size limits. Default: ‘compress’.
776
+ */
777
+ readonly sidekiqJobLimiterMode: pulumi.Output<string>;
778
+ /**
779
+ * Text on the login page.
780
+ */
781
+ readonly signInText: pulumi.Output<string>;
782
+ /**
783
+ * Enable registration. Default is true.
784
+ */
785
+ readonly signupEnabled: pulumi.Output<boolean>;
786
+ /**
787
+ * (If enabled, requires: slack*app*id, slack*app*secret and slack*app*secret) Enable Slack app.
788
+ */
789
+ readonly slackAppEnabled: pulumi.Output<boolean>;
790
+ /**
791
+ * The app ID of the Slack-app.
792
+ */
793
+ readonly slackAppId: pulumi.Output<string>;
794
+ /**
795
+ * The app secret of the Slack-app.
796
+ */
797
+ readonly slackAppSecret: pulumi.Output<string>;
798
+ /**
799
+ * The signing secret of the Slack-app.
800
+ */
801
+ readonly slackAppSigningSecret: pulumi.Output<string>;
802
+ /**
803
+ * The verification token of the Slack-app.
804
+ */
805
+ readonly slackAppVerificationToken: pulumi.Output<string>;
806
+ /**
807
+ * Max snippet content size in bytes. Default: 52428800 Bytes (50MB).
808
+ */
809
+ readonly snippetSizeLimit: pulumi.Output<number>;
810
+ /**
811
+ * The Snowplow site name / application ID. (for example, gitlab)
812
+ */
813
+ readonly snowplowAppId: pulumi.Output<string>;
814
+ /**
815
+ * The Snowplow collector hostname. (for example, snowplow.trx.gitlab.net)
816
+ */
817
+ readonly snowplowCollectorHostname: pulumi.Output<string>;
818
+ /**
819
+ * The Snowplow cookie domain. (for example, .gitlab.com)
820
+ */
821
+ readonly snowplowCookieDomain: pulumi.Output<string>;
822
+ /**
823
+ * Enable snowplow tracking.
824
+ */
825
+ readonly snowplowEnabled: pulumi.Output<boolean>;
826
+ /**
827
+ * Enables Sourcegraph integration. Default is false. If enabled, requires sourcegraph_url.
828
+ */
829
+ readonly sourcegraphEnabled: pulumi.Output<boolean>;
830
+ /**
831
+ * Blocks Sourcegraph from being loaded on private and internal projects. Default is true.
832
+ */
833
+ readonly sourcegraphPublicOnly: pulumi.Output<boolean>;
834
+ /**
835
+ * The Sourcegraph instance URL for integration.
836
+ */
837
+ readonly sourcegraphUrl: pulumi.Output<string>;
838
+ /**
839
+ * API key used by GitLab for accessing the Spam Check service endpoint.
840
+ */
841
+ readonly spamCheckApiKey: pulumi.Output<string>;
842
+ /**
843
+ * Enables spam checking using external Spam Check API endpoint. Default is false.
844
+ */
845
+ readonly spamCheckEndpointEnabled: pulumi.Output<boolean>;
846
+ /**
847
+ * URL of the external Spamcheck service endpoint. Valid URI schemes are grpc or tls. Specifying tls forces communication to be encrypted.
848
+ */
849
+ readonly spamCheckEndpointUrl: pulumi.Output<string>;
850
+ /**
851
+ * Enable pipeline suggestion banner.
852
+ */
853
+ readonly suggestPipelineEnabled: pulumi.Output<boolean>;
854
+ /**
855
+ * Maximum time for web terminal websocket connection (in seconds). Set to 0 for unlimited time.
856
+ */
857
+ readonly terminalMaxSessionTime: pulumi.Output<number>;
858
+ /**
859
+ * (Required by: enforce_terms) Markdown content for the ToS.
860
+ */
861
+ readonly terms: pulumi.Output<string>;
862
+ /**
863
+ * (If enabled, requires: throttle*authenticated*api*period*in*seconds and throttle*authenticated*api*requests*per*period) Enable authenticated API request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots).
864
+ */
865
+ readonly throttleAuthenticatedApiEnabled: pulumi.Output<boolean>;
866
+ /**
867
+ * Rate limit period (in seconds).
868
+ */
869
+ readonly throttleAuthenticatedApiPeriodInSeconds: pulumi.Output<number>;
870
+ /**
871
+ * Maximum requests per period per user.
872
+ */
873
+ readonly throttleAuthenticatedApiRequestsPerPeriod: pulumi.Output<number>;
874
+ /**
875
+ * (If enabled, requires: throttle*authenticated*packages*api*period*in*seconds and throttle*authenticated*packages*api*requests*per*period) Enable authenticated API request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
876
+ */
877
+ readonly throttleAuthenticatedPackagesApiEnabled: pulumi.Output<boolean>;
878
+ /**
879
+ * Rate limit period (in seconds). View Package Registry rate limits for more details.
880
+ */
881
+ readonly throttleAuthenticatedPackagesApiPeriodInSeconds: pulumi.Output<number>;
882
+ /**
883
+ * Maximum requests per period per user. View Package Registry rate limits for more details.
884
+ */
885
+ readonly throttleAuthenticatedPackagesApiRequestsPerPeriod: pulumi.Output<number>;
886
+ /**
887
+ * (If enabled, requires: throttle*authenticated*web*period*in*seconds and throttle*authenticated*web*requests*per*period) Enable authenticated web request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots).
888
+ */
889
+ readonly throttleAuthenticatedWebEnabled: pulumi.Output<boolean>;
890
+ /**
891
+ * Rate limit period (in seconds).
892
+ */
893
+ readonly throttleAuthenticatedWebPeriodInSeconds: pulumi.Output<number>;
894
+ /**
895
+ * Maximum requests per period per user.
896
+ */
897
+ readonly throttleAuthenticatedWebRequestsPerPeriod: pulumi.Output<number>;
898
+ /**
899
+ * (If enabled, requires: throttle*unauthenticated*api*period*in*seconds and throttle*unauthenticated*api*requests*per*period) Enable unauthenticated API request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots).
900
+ */
901
+ readonly throttleUnauthenticatedApiEnabled: pulumi.Output<boolean>;
902
+ /**
903
+ * Rate limit period in seconds.
904
+ */
905
+ readonly throttleUnauthenticatedApiPeriodInSeconds: pulumi.Output<number>;
906
+ /**
907
+ * Max requests per period per IP.
908
+ */
909
+ readonly throttleUnauthenticatedApiRequestsPerPeriod: pulumi.Output<number>;
910
+ /**
911
+ * (If enabled, requires: throttle*unauthenticated*packages*api*period*in*seconds and throttle*unauthenticated*packages*api*requests*per*period) Enable authenticated API request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
912
+ */
913
+ readonly throttleUnauthenticatedPackagesApiEnabled: pulumi.Output<boolean>;
914
+ /**
915
+ * Rate limit period (in seconds). View Package Registry rate limits for more details.
916
+ */
917
+ readonly throttleUnauthenticatedPackagesApiPeriodInSeconds: pulumi.Output<number>;
918
+ /**
919
+ * Maximum requests per period per user. View Package Registry rate limits for more details.
920
+ */
921
+ readonly throttleUnauthenticatedPackagesApiRequestsPerPeriod: pulumi.Output<number>;
922
+ /**
923
+ * (If enabled, requires: throttle*unauthenticated*web*period*in*seconds and throttle*unauthenticated*web*requests*per*period) Enable unauthenticated web request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots).
924
+ */
925
+ readonly throttleUnauthenticatedWebEnabled: pulumi.Output<boolean>;
926
+ /**
927
+ * Rate limit period in seconds.
928
+ */
929
+ readonly throttleUnauthenticatedWebPeriodInSeconds: pulumi.Output<number>;
930
+ /**
931
+ * Max requests per period per IP.
932
+ */
933
+ readonly throttleUnauthenticatedWebRequestsPerPeriod: pulumi.Output<number>;
934
+ /**
935
+ * Limit display of time tracking units to hours. Default is false.
936
+ */
937
+ readonly timeTrackingLimitToHours: pulumi.Output<boolean>;
938
+ /**
939
+ * Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication.
940
+ */
941
+ readonly twoFactorGracePeriod: pulumi.Output<number>;
942
+ /**
943
+ * (If enabled, requires: unique*ips*limit*per*user and unique*ips*limit*time*window) Limit sign in from multiple IPs.
944
+ */
945
+ readonly uniqueIpsLimitEnabled: pulumi.Output<boolean>;
946
+ /**
947
+ * Maximum number of IPs per user.
948
+ */
949
+ readonly uniqueIpsLimitPerUser: pulumi.Output<number>;
950
+ /**
951
+ * How many seconds an IP is counted towards the limit.
952
+ */
953
+ readonly uniqueIpsLimitTimeWindow: pulumi.Output<number>;
954
+ /**
955
+ * Every week GitLab reports license usage back to GitLab, Inc.
956
+ */
957
+ readonly usagePingEnabled: pulumi.Output<boolean>;
958
+ /**
959
+ * Send an email to users upon account deactivation.
960
+ */
961
+ readonly userDeactivationEmailsEnabled: pulumi.Output<boolean>;
962
+ /**
963
+ * Newly registered users are external by default.
964
+ */
965
+ readonly userDefaultExternal: pulumi.Output<boolean>;
966
+ /**
967
+ * Specify an email address regex pattern to identify default internal users.
968
+ */
969
+ readonly userDefaultInternalRegex: pulumi.Output<string>;
970
+ /**
971
+ * Allow users to register any application to use GitLab as an OAuth provider.
972
+ */
973
+ readonly userOauthApplications: pulumi.Output<boolean>;
974
+ /**
975
+ * When set to false disable the You won't be able to pull or push project code via SSH warning shown to users with no uploaded SSH key.
976
+ */
977
+ readonly userShowAddSshKeyMessage: pulumi.Output<boolean>;
978
+ /**
979
+ * Let GitLab inform you when an update is available.
980
+ */
981
+ readonly versionCheckEnabled: pulumi.Output<boolean>;
982
+ /**
983
+ * Live Preview (allow live previews of JavaScript projects in the Web IDE using CodeSandbox Live Preview).
984
+ */
985
+ readonly webIdeClientsidePreviewEnabled: pulumi.Output<boolean>;
986
+ /**
987
+ * What’s new variant, possible values: all*tiers, current*tier, and disabled.
988
+ */
989
+ readonly whatsNewVariant: pulumi.Output<string>;
990
+ /**
991
+ * Maximum wiki page content size in bytes. Default: 52428800 Bytes (50 MB). The minimum value is 1024 bytes.
992
+ */
993
+ readonly wikiPageMaxContentBytes: pulumi.Output<number>;
994
+ /**
995
+ * Create a ApplicationSettings resource with the given unique name, arguments, and options.
996
+ *
997
+ * @param name The _unique_ name of the resource.
998
+ * @param args The arguments to use to populate this resource's properties.
999
+ * @param opts A bag of options that control this resource's behavior.
1000
+ */
1001
+ constructor(name: string, args?: ApplicationSettingsArgs, opts?: pulumi.CustomResourceOptions);
1002
+ }
1003
+ /**
1004
+ * Input properties used for looking up and filtering ApplicationSettings resources.
1005
+ */
1006
+ export interface ApplicationSettingsState {
1007
+ /**
1008
+ * If set, abuse reports are sent to this address. Abuse reports are always available in the Admin Area.
1009
+ */
1010
+ abuseNotificationEmail?: pulumi.Input<string>;
1011
+ /**
1012
+ * Require administrators to enable Admin Mode by re-authenticating for administrative tasks.
1013
+ */
1014
+ adminMode?: pulumi.Input<boolean>;
1015
+ /**
1016
+ * Where to redirect users after logout.
1017
+ */
1018
+ afterSignOutPath?: pulumi.Input<string>;
1019
+ /**
1020
+ * Text shown to the user after signing up.
1021
+ */
1022
+ afterSignUpText?: pulumi.Input<string>;
1023
+ /**
1024
+ * API key for Akismet spam protection.
1025
+ */
1026
+ akismetApiKey?: pulumi.Input<string>;
1027
+ /**
1028
+ * (If enabled, requires: akismet*api*key) Enable or disable Akismet spam protection.
1029
+ */
1030
+ akismetEnabled?: pulumi.Input<boolean>;
1031
+ /**
1032
+ * Set to true to allow group owners to manage LDAP.
1033
+ */
1034
+ allowGroupOwnersToManageLdap?: pulumi.Input<boolean>;
1035
+ /**
1036
+ * Allow requests to the local network from system hooks.
1037
+ */
1038
+ allowLocalRequestsFromSystemHooks?: pulumi.Input<boolean>;
1039
+ /**
1040
+ * Allow requests to the local network from web hooks and services.
1041
+ */
1042
+ allowLocalRequestsFromWebHooksAndServices?: pulumi.Input<boolean>;
1043
+ /**
1044
+ * Set the duration for which the jobs are considered as old and expired. After that time passes, the jobs are archived and no longer able to be retried. Make it empty to never expire jobs. It has to be no less than 1 day, for example: 15 days, 1 month, 2 years.
1045
+ */
1046
+ archiveBuildsInHumanReadable?: pulumi.Input<string>;
1047
+ /**
1048
+ * Assets that match these domains are not proxied. Wildcards allowed. Your GitLab installation URL is automatically allowlisted. GitLab restart is required to apply changes.
1049
+ */
1050
+ assetProxyAllowlists?: pulumi.Input<pulumi.Input<string>[]>;
1051
+ /**
1052
+ * (If enabled, requires: asset*proxy*url) Enable proxying of assets. GitLab restart is required to apply changes.
1053
+ */
1054
+ assetProxyEnabled?: pulumi.Input<boolean>;
1055
+ /**
1056
+ * Shared secret with the asset proxy server. GitLab restart is required to apply changes.
1057
+ */
1058
+ assetProxySecretKey?: pulumi.Input<string>;
1059
+ /**
1060
+ * URL of the asset proxy server. GitLab restart is required to apply changes.
1061
+ */
1062
+ assetProxyUrl?: pulumi.Input<string>;
1063
+ /**
1064
+ * By default, we write to the authorizedKeys file to support Git over SSH without additional configuration. GitLab can be optimized to authenticate SSH keys via the database file. Only disable this if you have configured your OpenSSH server to use the AuthorizedKeysCommand.
1065
+ */
1066
+ authorizedKeysEnabled?: pulumi.Input<boolean>;
1067
+ /**
1068
+ * Specify a domain to use by default for every project’s Auto Review Apps and Auto Deploy stages.
1069
+ */
1070
+ autoDevopsDomain?: pulumi.Input<string>;
1071
+ /**
1072
+ * Enable Auto DevOps for projects by default. It automatically builds, tests, and deploys applications based on a predefined CI/CD configuration.
1073
+ */
1074
+ autoDevopsEnabled?: pulumi.Input<boolean>;
1075
+ /**
1076
+ * Enabling this permits automatic allocation of purchased storage in a namespace.
1077
+ */
1078
+ automaticPurchasedStorageAllocation?: pulumi.Input<boolean>;
1079
+ /**
1080
+ * Enabling this makes only licensed EE features available to projects if the project namespace’s plan includes the feature or if the project is public.
1081
+ */
1082
+ checkNamespacePlan?: pulumi.Input<boolean>;
1083
+ /**
1084
+ * Custom hostname (for private commit emails).
1085
+ */
1086
+ commitEmailHostname?: pulumi.Input<string>;
1087
+ /**
1088
+ * Enable cleanup policies for all projects.
1089
+ */
1090
+ containerExpirationPoliciesEnableHistoricEntries?: pulumi.Input<boolean>;
1091
+ /**
1092
+ * The maximum number of tags that can be deleted in a single execution of cleanup policies.
1093
+ */
1094
+ containerRegistryCleanupTagsServiceMaxListSize?: pulumi.Input<number>;
1095
+ /**
1096
+ * The maximum time, in seconds, that the cleanup process can take to delete a batch of tags for cleanup policies.
1097
+ */
1098
+ containerRegistryDeleteTagsServiceTimeout?: pulumi.Input<number>;
1099
+ /**
1100
+ * Caching during the execution of cleanup policies.
1101
+ */
1102
+ containerRegistryExpirationPoliciesCaching?: pulumi.Input<boolean>;
1103
+ /**
1104
+ * Number of workers for cleanup policies.
1105
+ */
1106
+ containerRegistryExpirationPoliciesWorkerCapacity?: pulumi.Input<number>;
1107
+ /**
1108
+ * Container Registry token duration in minutes.
1109
+ */
1110
+ containerRegistryTokenExpireDelay?: pulumi.Input<number>;
1111
+ /**
1112
+ * Enable automatic deactivation of dormant users.
1113
+ */
1114
+ deactivateDormantUsers?: pulumi.Input<boolean>;
1115
+ /**
1116
+ * Set the default expiration time for each job’s artifacts.
1117
+ */
1118
+ defaultArtifactsExpireIn?: pulumi.Input<string>;
1119
+ /**
1120
+ * Instance-level custom initial branch name (introduced in GitLab 13.2).
1121
+ */
1122
+ defaultBranchName?: pulumi.Input<string>;
1123
+ /**
1124
+ * Determine if developers can push to the default branch. Can take: 0 (not protected, both users with the Developer role or Maintainer role can push new commits and force push), 1 (partially protected, users with the Developer role or Maintainer role can push new commits, but cannot force push) or 2 (fully protected, users with the Developer or Maintainer role cannot push new commits, but users with the Developer or Maintainer role can; no one can force push) as a parameter. Default is 2.
1125
+ */
1126
+ defaultBranchProtection?: pulumi.Input<number>;
1127
+ /**
1128
+ * Default CI/CD configuration file and path for new projects (.gitlab-ci.yml if not set).
1129
+ */
1130
+ defaultCiConfigPath?: pulumi.Input<string>;
1131
+ /**
1132
+ * What visibility level new groups receive. Can take private, internal and public as a parameter. Default is private.
1133
+ */
1134
+ defaultGroupVisibility?: pulumi.Input<string>;
1135
+ /**
1136
+ * Default project creation protection. Can take: 0 (No one), 1 (Maintainers) or 2 (Developers + Maintainers).
1137
+ */
1138
+ defaultProjectCreation?: pulumi.Input<number>;
1139
+ /**
1140
+ * What visibility level new projects receive. Can take private, internal and public as a parameter. Default is private.
1141
+ */
1142
+ defaultProjectVisibility?: pulumi.Input<string>;
1143
+ /**
1144
+ * Project limit per user. Default is 100000.
1145
+ */
1146
+ defaultProjectsLimit?: pulumi.Input<number>;
1147
+ /**
1148
+ * What visibility level new snippets receive. Can take private, internal and public as a parameter. Default is private.
1149
+ */
1150
+ defaultSnippetVisibility?: pulumi.Input<string>;
1151
+ /**
1152
+ * Enable delayed group deletion. Default is true. Introduced in GitLab 15.0. From GitLab 15.1, disables and locks the group-level setting for delayed protect deletion when set to false.
1153
+ */
1154
+ delayedGroupDeletion?: pulumi.Input<boolean>;
1155
+ /**
1156
+ * Enable delayed project deletion by default in new groups. Default is false. From GitLab 15.1, can only be enabled when delayed*group*deletion is true.
1157
+ */
1158
+ delayedProjectDeletion?: pulumi.Input<boolean>;
1159
+ /**
1160
+ * Enable inactive project deletion feature. Default is false. Introduced in GitLab 14.10. Became operational in GitLab 15.0 (with feature flag inactive*projects*deletion, disabled by default).
1161
+ */
1162
+ deleteInactiveProjects?: pulumi.Input<boolean>;
1163
+ /**
1164
+ * The number of days to wait before deleting a project or group that is marked for deletion. Value must be between 1 and 90. Defaults to 7. From GitLab 15.1, a hook on deletion*adjourned*period sets the period to 1 on every update, and sets both delayed*project*deletion and delayed*group*deletion to false if the period is 0.
1165
+ */
1166
+ deletionAdjournedPeriod?: pulumi.Input<number>;
1167
+ /**
1168
+ * Maximum files in a diff.
1169
+ */
1170
+ diffMaxFiles?: pulumi.Input<number>;
1171
+ /**
1172
+ * Maximum lines in a diff.
1173
+ */
1174
+ diffMaxLines?: pulumi.Input<number>;
1175
+ /**
1176
+ * Maximum diff patch size, in bytes.
1177
+ */
1178
+ diffMaxPatchBytes?: pulumi.Input<number>;
1179
+ /**
1180
+ * Disable display of RSS/Atom and calendar feed tokens (introduced in GitLab 13.7).
1181
+ */
1182
+ disableFeedToken?: pulumi.Input<boolean>;
1183
+ /**
1184
+ * Disabled OAuth sign-in sources.
1185
+ */
1186
+ disabledOauthSignInSources?: pulumi.Input<pulumi.Input<string>[]>;
1187
+ /**
1188
+ * Enforce DNS rebinding attack protection.
1189
+ */
1190
+ dnsRebindingProtectionEnabled?: pulumi.Input<boolean>;
1191
+ /**
1192
+ * Force people to use only corporate emails for sign-up. Default is null, meaning there is no restriction.
1193
+ */
1194
+ domainAllowlists?: pulumi.Input<pulumi.Input<string>[]>;
1195
+ /**
1196
+ * (If enabled, requires: domain_denylist) Allows blocking sign-ups from emails from specific domains.
1197
+ */
1198
+ domainDenylistEnabled?: pulumi.Input<boolean>;
1199
+ /**
1200
+ * Users with email addresses that match these domains cannot sign up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com.
1201
+ */
1202
+ domainDenylists?: pulumi.Input<pulumi.Input<string>[]>;
1203
+ /**
1204
+ * The minimum allowed bit length of an uploaded DSA key. Default is 0 (no restriction). -1 disables DSA keys.
1205
+ */
1206
+ dsaKeyRestriction?: pulumi.Input<number>;
1207
+ /**
1208
+ * The minimum allowed curve size (in bits) of an uploaded ECDSA key. Default is 0 (no restriction). -1 disables ECDSA keys.
1209
+ */
1210
+ ecdsaKeyRestriction?: pulumi.Input<number>;
1211
+ /**
1212
+ * The minimum allowed curve size (in bits) of an uploaded ECDSA*SK key. Default is 0 (no restriction). -1 disables ECDSA*SK keys.
1213
+ */
1214
+ ecdsaSkKeyRestriction?: pulumi.Input<number>;
1215
+ /**
1216
+ * The minimum allowed curve size (in bits) of an uploaded ED25519 key. Default is 0 (no restriction). -1 disables ED25519 keys.
1217
+ */
1218
+ ed25519KeyRestriction?: pulumi.Input<number>;
1219
+ /**
1220
+ * The minimum allowed curve size (in bits) of an uploaded ED25519*SK key. Default is 0 (no restriction). -1 disables ED25519*SK keys.
1221
+ */
1222
+ ed25519SkKeyRestriction?: pulumi.Input<number>;
1223
+ /**
1224
+ * AWS IAM access key ID.
1225
+ */
1226
+ eksAccessKeyId?: pulumi.Input<string>;
1227
+ /**
1228
+ * Amazon account ID.
1229
+ */
1230
+ eksAccountId?: pulumi.Input<string>;
1231
+ /**
1232
+ * Enable integration with Amazon EKS.
1233
+ */
1234
+ eksIntegrationEnabled?: pulumi.Input<boolean>;
1235
+ /**
1236
+ * AWS IAM secret access key.
1237
+ */
1238
+ eksSecretAccessKey?: pulumi.Input<string>;
1239
+ /**
1240
+ * Enable the use of AWS hosted Elasticsearch.
1241
+ */
1242
+ elasticsearchAws?: pulumi.Input<boolean>;
1243
+ /**
1244
+ * AWS IAM access key.
1245
+ */
1246
+ elasticsearchAwsAccessKey?: pulumi.Input<string>;
1247
+ /**
1248
+ * The AWS region the Elasticsearch domain is configured.
1249
+ */
1250
+ elasticsearchAwsRegion?: pulumi.Input<string>;
1251
+ /**
1252
+ * AWS IAM secret access key.
1253
+ */
1254
+ elasticsearchAwsSecretAccessKey?: pulumi.Input<string>;
1255
+ /**
1256
+ * Maximum size of text fields to index by Elasticsearch. 0 value means no limit. This does not apply to repository and wiki indexing.
1257
+ */
1258
+ elasticsearchIndexedFieldLengthLimit?: pulumi.Input<number>;
1259
+ /**
1260
+ * Maximum size of repository and wiki files that are indexed by Elasticsearch.
1261
+ */
1262
+ elasticsearchIndexedFileSizeLimitKb?: pulumi.Input<number>;
1263
+ /**
1264
+ * Enable Elasticsearch indexing.
1265
+ */
1266
+ elasticsearchIndexing?: pulumi.Input<boolean>;
1267
+ /**
1268
+ * Limit Elasticsearch to index certain namespaces and projects.
1269
+ */
1270
+ elasticsearchLimitIndexing?: pulumi.Input<boolean>;
1271
+ /**
1272
+ * Maximum concurrency of Elasticsearch bulk requests per indexing operation. This only applies to repository indexing operations.
1273
+ */
1274
+ elasticsearchMaxBulkConcurrency?: pulumi.Input<number>;
1275
+ /**
1276
+ * Maximum size of Elasticsearch bulk indexing requests in MB. This only applies to repository indexing operations.
1277
+ */
1278
+ elasticsearchMaxBulkSizeMb?: pulumi.Input<number>;
1279
+ /**
1280
+ * The namespaces to index via Elasticsearch if elasticsearch*limit*indexing is enabled.
1281
+ */
1282
+ elasticsearchNamespaceIds?: pulumi.Input<pulumi.Input<string>[]>;
1283
+ /**
1284
+ * The password of your Elasticsearch instance.
1285
+ */
1286
+ elasticsearchPassword?: pulumi.Input<string>;
1287
+ /**
1288
+ * The projects to index via Elasticsearch if elasticsearch*limit*indexing is enabled.
1289
+ */
1290
+ elasticsearchProjectIds?: pulumi.Input<pulumi.Input<string>[]>;
1291
+ /**
1292
+ * Enable Elasticsearch search.
1293
+ */
1294
+ elasticsearchSearch?: pulumi.Input<boolean>;
1295
+ /**
1296
+ * The URL to use for connecting to Elasticsearch. Use a comma-separated list to support cluster (for example, http://localhost:9200, http://localhost:9201).
1297
+ */
1298
+ elasticsearchUrls?: pulumi.Input<pulumi.Input<string>[]>;
1299
+ /**
1300
+ * The username of your Elasticsearch instance.
1301
+ */
1302
+ elasticsearchUsername?: pulumi.Input<string>;
1303
+ /**
1304
+ * Additional text added to the bottom of every email for legal/auditing/compliance reasons.
1305
+ */
1306
+ emailAdditionalText?: pulumi.Input<string>;
1307
+ /**
1308
+ * Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead.
1309
+ */
1310
+ emailAuthorInBody?: pulumi.Input<boolean>;
1311
+ /**
1312
+ * Enabled protocols for Git access. Allowed values are: ssh, http, and nil to allow both protocols.
1313
+ */
1314
+ enabledGitAccessProtocol?: pulumi.Input<string>;
1315
+ /**
1316
+ * Enabling this permits enforcement of namespace storage limits.
1317
+ */
1318
+ enforceNamespaceStorageLimit?: pulumi.Input<boolean>;
1319
+ /**
1320
+ * (If enabled, requires: terms) Enforce application ToS to all users.
1321
+ */
1322
+ enforceTerms?: pulumi.Input<boolean>;
1323
+ /**
1324
+ * (If enabled, requires: external*auth*client_key) The certificate to use to authenticate with the external authorization service.
1325
+ */
1326
+ externalAuthClientCert?: pulumi.Input<string>;
1327
+ /**
1328
+ * Private key for the certificate when authentication is required for the external authorization service, this is encrypted when stored.
1329
+ */
1330
+ externalAuthClientKey?: pulumi.Input<string>;
1331
+ /**
1332
+ * Passphrase to use for the private key when authenticating with the external service this is encrypted when stored.
1333
+ */
1334
+ externalAuthClientKeyPass?: pulumi.Input<string>;
1335
+ /**
1336
+ * The default classification label to use when requesting authorization and no classification label has been specified on the project.
1337
+ */
1338
+ externalAuthorizationServiceDefaultLabel?: pulumi.Input<string>;
1339
+ /**
1340
+ * (If enabled, requires: external*authorization*service*default*label, external*authorization*service*timeout and external*authorization*service*url) Enable using an external authorization service for accessing projects.
1341
+ */
1342
+ externalAuthorizationServiceEnabled?: pulumi.Input<boolean>;
1343
+ /**
1344
+ * The timeout after which an authorization request is aborted, in seconds. When a request times out, access is denied to the user. (min: 0.001, max: 10, step: 0.001).
1345
+ */
1346
+ externalAuthorizationServiceTimeout?: pulumi.Input<number>;
1347
+ /**
1348
+ * URL to which authorization requests are directed.
1349
+ */
1350
+ externalAuthorizationServiceUrl?: pulumi.Input<string>;
1351
+ /**
1352
+ * How long to wait for a response from the pipeline validation service. Assumes OK if it times out.
1353
+ */
1354
+ externalPipelineValidationServiceTimeout?: pulumi.Input<number>;
1355
+ /**
1356
+ * Optional. Token to include as the X-Gitlab-Token header in requests to the URL in external*pipeline*validation*service*url.
1357
+ */
1358
+ externalPipelineValidationServiceToken?: pulumi.Input<string>;
1359
+ /**
1360
+ * URL to use for pipeline validation requests.
1361
+ */
1362
+ externalPipelineValidationServiceUrl?: pulumi.Input<string>;
1363
+ /**
1364
+ * The ID of a project to load custom file templates from.
1365
+ */
1366
+ fileTemplateProjectId?: pulumi.Input<number>;
1367
+ /**
1368
+ * Start day of the week for calendar views and date pickers. Valid values are 0 (default) for Sunday, 1 for Monday, and 6 for Saturday.
1369
+ */
1370
+ firstDayOfWeek?: pulumi.Input<number>;
1371
+ /**
1372
+ * Comma-separated list of IPs and CIDRs of allowed secondary nodes. For example, 1.1.1.1, 2.2.2.0/24.
1373
+ */
1374
+ geoNodeAllowedIps?: pulumi.Input<string>;
1375
+ /**
1376
+ * The amount of seconds after which a request to get a secondary node status times out.
1377
+ */
1378
+ geoStatusTimeout?: pulumi.Input<number>;
1379
+ /**
1380
+ * List of usernames excluded from Git anti-abuse rate limits. Default: [], Maximum: 100 usernames. Introduced in GitLab 15.2.
1381
+ */
1382
+ gitRateLimitUsersAllowlists?: pulumi.Input<pulumi.Input<string>[]>;
1383
+ /**
1384
+ * Maximum duration (in minutes) of a session for Git operations when 2FA is enabled.
1385
+ */
1386
+ gitTwoFactorSessionExpiry?: pulumi.Input<number>;
1387
+ /**
1388
+ * Default Gitaly timeout, in seconds. This timeout is not enforced for Git fetch/push operations or Sidekiq jobs. Set to 0 to disable timeouts.
1389
+ */
1390
+ gitalyTimeoutDefault?: pulumi.Input<number>;
1391
+ /**
1392
+ * Gitaly fast operation timeout, in seconds. Some Gitaly operations are expected to be fast. If they exceed this threshold, there may be a problem with a storage shard and ‘failing fast’ can help maintain the stability of the GitLab instance. Set to 0 to disable timeouts.
1393
+ */
1394
+ gitalyTimeoutFast?: pulumi.Input<number>;
1395
+ /**
1396
+ * Medium Gitaly timeout, in seconds. This should be a value between the Fast and the Default timeout. Set to 0 to disable timeouts.
1397
+ */
1398
+ gitalyTimeoutMedium?: pulumi.Input<number>;
1399
+ /**
1400
+ * Enable Grafana.
1401
+ */
1402
+ grafanaEnabled?: pulumi.Input<boolean>;
1403
+ /**
1404
+ * Grafana URL.
1405
+ */
1406
+ grafanaUrl?: pulumi.Input<string>;
1407
+ /**
1408
+ * Enable Gravatar.
1409
+ */
1410
+ gravatarEnabled?: pulumi.Input<boolean>;
1411
+ /**
1412
+ * Create new projects using hashed storage paths: Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance. (Always enabled in GitLab versions 13.0 and later, configuration is scheduled for removal in 14.0).
1413
+ */
1414
+ hashedStorageEnabled?: pulumi.Input<boolean>;
1415
+ /**
1416
+ * Hide marketing-related entries from help.
1417
+ */
1418
+ helpPageHideCommercialContent?: pulumi.Input<boolean>;
1419
+ /**
1420
+ * Alternate support URL for help page and help dropdown.
1421
+ */
1422
+ helpPageSupportUrl?: pulumi.Input<string>;
1423
+ /**
1424
+ * Custom text displayed on the help page.
1425
+ */
1426
+ helpPageText?: pulumi.Input<string>;
1427
+ /**
1428
+ * GitLab server administrator information.
1429
+ */
1430
+ helpText?: pulumi.Input<string>;
1431
+ /**
1432
+ * Do not display offers from third parties in GitLab.
1433
+ */
1434
+ hideThirdPartyOffers?: pulumi.Input<boolean>;
1435
+ /**
1436
+ * Redirect to this URL when not logged in.
1437
+ */
1438
+ homePageUrl?: pulumi.Input<string>;
1439
+ /**
1440
+ * (If enabled, requires: housekeeping*bitmaps*enabled, housekeeping*full*repack*period, housekeeping*gc*period, and housekeeping*incremental*repack*period) Enable or disable Git housekeeping.
1441
+ */
1442
+ housekeepingEnabled?: pulumi.Input<boolean>;
1443
+ /**
1444
+ * Number of Git pushes after which an incremental git repack is run.
1445
+ */
1446
+ housekeepingFullRepackPeriod?: pulumi.Input<number>;
1447
+ /**
1448
+ * Number of Git pushes after which git gc is run.
1449
+ */
1450
+ housekeepingGcPeriod?: pulumi.Input<number>;
1451
+ /**
1452
+ * Number of Git pushes after which an incremental git repack is run.
1453
+ */
1454
+ housekeepingIncrementalRepackPeriod?: pulumi.Input<number>;
1455
+ /**
1456
+ * Enable HTML emails.
1457
+ */
1458
+ htmlEmailsEnabled?: pulumi.Input<boolean>;
1459
+ /**
1460
+ * Sources to allow project import from, possible values: github, bitbucket, bitbucket*server, gitlab, fogbugz, git, gitlab*project, gitea, manifest, and phabricator.
1461
+ */
1462
+ importSources?: pulumi.Input<pulumi.Input<string>[]>;
1463
+ /**
1464
+ * Enable in-product marketing emails. Enabled by default.
1465
+ */
1466
+ inProductMarketingEmailsEnabled?: pulumi.Input<boolean>;
1467
+ /**
1468
+ * If delete*inactive*projects is true, the time (in months) to wait before deleting inactive projects. Default is 2. Introduced in GitLab 14.10. Became operational in GitLab 15.0.
1469
+ */
1470
+ inactiveProjectsDeleteAfterMonths?: pulumi.Input<number>;
1471
+ /**
1472
+ * If delete*inactive*projects is true, the minimum repository size for projects to be checked for inactivity. Default is 0. Introduced in GitLab 14.10. Became operational in GitLab 15.0.
1473
+ */
1474
+ inactiveProjectsMinSizeMb?: pulumi.Input<number>;
1475
+ /**
1476
+ * If delete*inactive*projects is true, sets the time (in months) to wait before emailing maintainers that the project is scheduled be deleted because it is inactive. Default is 1. Introduced in GitLab 14.10. Became operational in GitLab 15.0.
1477
+ */
1478
+ inactiveProjectsSendWarningEmailAfterMonths?: pulumi.Input<number>;
1479
+ /**
1480
+ * Enable Invisible CAPTCHA spam detection during sign-up. Disabled by default.
1481
+ */
1482
+ invisibleCaptchaEnabled?: pulumi.Input<boolean>;
1483
+ /**
1484
+ * Max number of issue creation requests per minute per user. Disabled by default.
1485
+ */
1486
+ issuesCreateLimit?: pulumi.Input<number>;
1487
+ /**
1488
+ * Prevent the deletion of the artifacts from the most recent successful jobs, regardless of the expiry time. Enabled by default.
1489
+ */
1490
+ keepLatestArtifact?: pulumi.Input<boolean>;
1491
+ /**
1492
+ * Increase this value when any cached Markdown should be invalidated.
1493
+ */
1494
+ localMarkdownVersion?: pulumi.Input<number>;
1495
+ /**
1496
+ * Enable Mailgun event receiver.
1497
+ */
1498
+ mailgunEventsEnabled?: pulumi.Input<boolean>;
1499
+ /**
1500
+ * The Mailgun HTTP webhook signing key for receiving events from webhook.
1501
+ */
1502
+ mailgunSigningKey?: pulumi.Input<string>;
1503
+ /**
1504
+ * When instance is in maintenance mode, non-administrative users can sign in with read-only access and make read-only API requests.
1505
+ */
1506
+ maintenanceMode?: pulumi.Input<boolean>;
1507
+ /**
1508
+ * Message displayed when instance is in maintenance mode.
1509
+ */
1510
+ maintenanceModeMessage?: pulumi.Input<string>;
1511
+ /**
1512
+ * Maximum artifacts size in MB.
1513
+ */
1514
+ maxArtifactsSize?: pulumi.Input<number>;
1515
+ /**
1516
+ * Limit attachment size in MB.
1517
+ */
1518
+ maxAttachmentSize?: pulumi.Input<number>;
1519
+ /**
1520
+ * Maximum export size in MB. 0 for unlimited. Default = 0 (unlimited).
1521
+ */
1522
+ maxExportSize?: pulumi.Input<number>;
1523
+ /**
1524
+ * Maximum import size in MB. 0 for unlimited. Default = 0 (unlimited) Modified from 50MB to 0 in GitLab 13.8.
1525
+ */
1526
+ maxImportSize?: pulumi.Input<number>;
1527
+ /**
1528
+ * Maximum number of unique repositories a user can download in the specified time period before they are banned. Default: 0, Maximum: 10,000 repositories. Introduced in GitLab 15.1.
1529
+ */
1530
+ maxNumberOfRepositoryDownloads?: pulumi.Input<number>;
1531
+ /**
1532
+ * Reporting time period (in seconds). Default: 0, Maximum: 864000 seconds (10 days). Introduced in GitLab 15.1.
1533
+ */
1534
+ maxNumberOfRepositoryDownloadsWithinTimePeriod?: pulumi.Input<number>;
1535
+ /**
1536
+ * Maximum size of pages repositories in MB.
1537
+ */
1538
+ maxPagesSize?: pulumi.Input<number>;
1539
+ /**
1540
+ * Maximum allowable lifetime for access tokens in days.
1541
+ */
1542
+ maxPersonalAccessTokenLifetime?: pulumi.Input<number>;
1543
+ /**
1544
+ * Maximum allowable lifetime for SSH keys in days. Introduced in GitLab 14.6.
1545
+ */
1546
+ maxSshKeyLifetime?: pulumi.Input<number>;
1547
+ /**
1548
+ * A method call is only tracked when it takes longer than the given amount of milliseconds.
1549
+ */
1550
+ metricsMethodCallThreshold?: pulumi.Input<number>;
1551
+ /**
1552
+ * Allow repository mirroring to configured by project Maintainers. If disabled, only Administrators can configure repository mirroring.
1553
+ */
1554
+ mirrorAvailable?: pulumi.Input<boolean>;
1555
+ /**
1556
+ * Minimum capacity to be available before scheduling more mirrors preemptively.
1557
+ */
1558
+ mirrorCapacityThreshold?: pulumi.Input<number>;
1559
+ /**
1560
+ * Maximum number of mirrors that can be synchronizing at the same time.
1561
+ */
1562
+ mirrorMaxCapacity?: pulumi.Input<number>;
1563
+ /**
1564
+ * Maximum time (in minutes) between updates that a mirror can have when scheduled to synchronize.
1565
+ */
1566
+ mirrorMaxDelay?: pulumi.Input<number>;
1567
+ /**
1568
+ * Use npmjs.org as a default remote repository when the package is not found in the GitLab Package Registry for npm.
1569
+ */
1570
+ npmPackageRequestsForwarding?: pulumi.Input<boolean>;
1571
+ /**
1572
+ * Define a list of trusted domains or IP addresses to which local requests are allowed when local requests for hooks and services are disabled.
1573
+ */
1574
+ outboundLocalRequestsWhitelists?: pulumi.Input<pulumi.Input<string>[]>;
1575
+ /**
1576
+ * Number of workers assigned to the packages cleanup policies.
1577
+ */
1578
+ packageRegistryCleanupPoliciesWorkerCapacity?: pulumi.Input<number>;
1579
+ /**
1580
+ * Require users to prove ownership of custom domains. Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled.
1581
+ */
1582
+ pagesDomainVerificationEnabled?: pulumi.Input<boolean>;
1583
+ /**
1584
+ * Enable authentication for Git over HTTP(S) via a GitLab account password. Default is true.
1585
+ */
1586
+ passwordAuthenticationEnabledForGit?: pulumi.Input<boolean>;
1587
+ /**
1588
+ * Enable authentication for the web interface via a GitLab account password. Default is true.
1589
+ */
1590
+ passwordAuthenticationEnabledForWeb?: pulumi.Input<boolean>;
1591
+ /**
1592
+ * Indicates whether passwords require at least one lowercase letter. Introduced in GitLab 15.1.
1593
+ */
1594
+ passwordLowercaseRequired?: pulumi.Input<boolean>;
1595
+ /**
1596
+ * Indicates whether passwords require at least one number. Introduced in GitLab 15.1.
1597
+ */
1598
+ passwordNumberRequired?: pulumi.Input<boolean>;
1599
+ /**
1600
+ * Indicates whether passwords require at least one symbol character. Introduced in GitLab 15.1.
1601
+ */
1602
+ passwordSymbolRequired?: pulumi.Input<boolean>;
1603
+ /**
1604
+ * Indicates whether passwords require at least one uppercase letter. Introduced in GitLab 15.1.
1605
+ */
1606
+ passwordUppercaseRequired?: pulumi.Input<boolean>;
1607
+ /**
1608
+ * Path of the group that is allowed to toggle the performance bar.
1609
+ */
1610
+ performanceBarAllowedGroupPath?: pulumi.Input<string>;
1611
+ /**
1612
+ * Prefix for all generated personal access tokens.
1613
+ */
1614
+ personalAccessTokenPrefix?: pulumi.Input<string>;
1615
+ /**
1616
+ * Maximum number of pipeline creation requests per minute per user and commit. Disabled by default.
1617
+ */
1618
+ pipelineLimitPerProjectUserSha?: pulumi.Input<number>;
1619
+ /**
1620
+ * (If enabled, requires: plantuml_url) Enable PlantUML integration. Default is false.
1621
+ */
1622
+ plantumlEnabled?: pulumi.Input<boolean>;
1623
+ /**
1624
+ * The PlantUML instance URL for integration.
1625
+ */
1626
+ plantumlUrl?: pulumi.Input<string>;
1627
+ /**
1628
+ * Interval multiplier used by endpoints that perform polling. Set to 0 to disable polling.
1629
+ */
1630
+ pollingIntervalMultiplier?: pulumi.Input<number>;
1631
+ /**
1632
+ * Enable project export.
1633
+ */
1634
+ projectExportEnabled?: pulumi.Input<boolean>;
1635
+ /**
1636
+ * Enable Prometheus metrics.
1637
+ */
1638
+ prometheusMetricsEnabled?: pulumi.Input<boolean>;
1639
+ /**
1640
+ * CI/CD variables are protected by default.
1641
+ */
1642
+ protectedCiVariables?: pulumi.Input<boolean>;
1643
+ /**
1644
+ * Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push events are created. Bulk push events are created if it surpasses that value.
1645
+ */
1646
+ pushEventActivitiesLimit?: pulumi.Input<number>;
1647
+ /**
1648
+ * Number of changes (branches or tags) in a single push to determine whether webhooks and services fire or not. Webhooks and services aren’t submitted if it surpasses that value.
1649
+ */
1650
+ pushEventHooksLimit?: pulumi.Input<number>;
1651
+ /**
1652
+ * Use pypi.org as a default remote repository when the package is not found in the GitLab Package Registry for PyPI.
1653
+ */
1654
+ pypiPackageRequestsForwarding?: pulumi.Input<boolean>;
1655
+ /**
1656
+ * When rate limiting is enabled via the throttle_* settings, send this plain text response when a rate limit is exceeded. ‘Retry later’ is sent if this is blank.
1657
+ */
1658
+ rateLimitingResponseText?: pulumi.Input<string>;
1659
+ /**
1660
+ * Max number of requests per minute for each raw path. Default: 300. To disable throttling set to 0.
1661
+ */
1662
+ rawBlobRequestLimit?: pulumi.Input<number>;
1663
+ /**
1664
+ * (If enabled, requires: recaptcha*private*key and recaptcha*site*key) Enable reCAPTCHA.
1665
+ */
1666
+ recaptchaEnabled?: pulumi.Input<boolean>;
1667
+ /**
1668
+ * Private key for reCAPTCHA.
1669
+ */
1670
+ recaptchaPrivateKey?: pulumi.Input<string>;
1671
+ /**
1672
+ * Site key for reCAPTCHA.
1673
+ */
1674
+ recaptchaSiteKey?: pulumi.Input<string>;
1675
+ /**
1676
+ * Maximum push size (MB).
1677
+ */
1678
+ receiveMaxInputSize?: pulumi.Input<number>;
1679
+ /**
1680
+ * GitLab periodically runs git fsck in all project and wiki repositories to look for silent disk corruption issues.
1681
+ */
1682
+ repositoryChecksEnabled?: pulumi.Input<boolean>;
1683
+ /**
1684
+ * Size limit per repository (MB).
1685
+ */
1686
+ repositorySizeLimit?: pulumi.Input<number>;
1687
+ /**
1688
+ * (GitLab 13.0 and earlier) List of names of enabled storage paths, taken from gitlab.yml. New projects are created in one of these stores, chosen at random.
1689
+ */
1690
+ repositoryStorages?: pulumi.Input<pulumi.Input<string>[]>;
1691
+ /**
1692
+ * (GitLab 13.1 and later) Hash of names of taken from gitlab.yml to weights. New projects are created in one of these stores, chosen by a weighted random selection.
1693
+ */
1694
+ repositoryStoragesWeighted?: pulumi.Input<{
1695
+ [key: string]: pulumi.Input<number>;
1696
+ }>;
1697
+ /**
1698
+ * When enabled, any user that signs up for an account using the registration form is placed under a Pending approval state and has to be explicitly approved by an administrator.
1699
+ */
1700
+ requireAdminApprovalAfterUserSignup?: pulumi.Input<boolean>;
1701
+ /**
1702
+ * (If enabled, requires: two*factor*grace_period) Require all users to set up Two-factor authentication.
1703
+ */
1704
+ requireTwoFactorAuthentication?: pulumi.Input<boolean>;
1705
+ /**
1706
+ * Selected levels cannot be used by non-Administrator users for groups, projects or snippets. Can take private, internal and public as a parameter. Default is null which means there is no restriction.
1707
+ */
1708
+ restrictedVisibilityLevels?: pulumi.Input<pulumi.Input<string>[]>;
1709
+ /**
1710
+ * The minimum allowed bit length of an uploaded RSA key. Default is 0 (no restriction). -1 disables RSA keys.
1711
+ */
1712
+ rsaKeyRestriction?: pulumi.Input<number>;
1713
+ /**
1714
+ * Max number of requests per minute for performing a search while authenticated. Default: 30. To disable throttling set to 0.
1715
+ */
1716
+ searchRateLimit?: pulumi.Input<number>;
1717
+ /**
1718
+ * Max number of requests per minute for performing a search while unauthenticated. Default: 10. To disable throttling set to 0.
1719
+ */
1720
+ searchRateLimitUnauthenticated?: pulumi.Input<number>;
1721
+ /**
1722
+ * Send confirmation email on sign-up.
1723
+ */
1724
+ sendUserConfirmationEmail?: pulumi.Input<boolean>;
1725
+ /**
1726
+ * Session duration in minutes. GitLab restart is required to apply changes.
1727
+ */
1728
+ sessionExpireDelay?: pulumi.Input<number>;
1729
+ /**
1730
+ * (If enabled, requires: shared*runners*text and shared*runners*minutes) Enable shared runners for new projects.
1731
+ */
1732
+ sharedRunnersEnabled?: pulumi.Input<boolean>;
1733
+ /**
1734
+ * Set the maximum number of CI/CD minutes that a group can use on shared runners per month.
1735
+ */
1736
+ sharedRunnersMinutes?: pulumi.Input<number>;
1737
+ /**
1738
+ * Shared runners text.
1739
+ */
1740
+ sharedRunnersText?: pulumi.Input<string>;
1741
+ /**
1742
+ * The threshold in bytes at which Sidekiq jobs are compressed before being stored in Redis. Default: 100 000 bytes (100KB).
1743
+ */
1744
+ sidekiqJobLimiterCompressionThresholdBytes?: pulumi.Input<number>;
1745
+ /**
1746
+ * The threshold in bytes at which Sidekiq jobs are rejected. Default: 0 bytes (doesn’t reject any job).
1747
+ */
1748
+ sidekiqJobLimiterLimitBytes?: pulumi.Input<number>;
1749
+ /**
1750
+ * track or compress. Sets the behavior for Sidekiq job size limits. Default: ‘compress’.
1751
+ */
1752
+ sidekiqJobLimiterMode?: pulumi.Input<string>;
1753
+ /**
1754
+ * Text on the login page.
1755
+ */
1756
+ signInText?: pulumi.Input<string>;
1757
+ /**
1758
+ * Enable registration. Default is true.
1759
+ */
1760
+ signupEnabled?: pulumi.Input<boolean>;
1761
+ /**
1762
+ * (If enabled, requires: slack*app*id, slack*app*secret and slack*app*secret) Enable Slack app.
1763
+ */
1764
+ slackAppEnabled?: pulumi.Input<boolean>;
1765
+ /**
1766
+ * The app ID of the Slack-app.
1767
+ */
1768
+ slackAppId?: pulumi.Input<string>;
1769
+ /**
1770
+ * The app secret of the Slack-app.
1771
+ */
1772
+ slackAppSecret?: pulumi.Input<string>;
1773
+ /**
1774
+ * The signing secret of the Slack-app.
1775
+ */
1776
+ slackAppSigningSecret?: pulumi.Input<string>;
1777
+ /**
1778
+ * The verification token of the Slack-app.
1779
+ */
1780
+ slackAppVerificationToken?: pulumi.Input<string>;
1781
+ /**
1782
+ * Max snippet content size in bytes. Default: 52428800 Bytes (50MB).
1783
+ */
1784
+ snippetSizeLimit?: pulumi.Input<number>;
1785
+ /**
1786
+ * The Snowplow site name / application ID. (for example, gitlab)
1787
+ */
1788
+ snowplowAppId?: pulumi.Input<string>;
1789
+ /**
1790
+ * The Snowplow collector hostname. (for example, snowplow.trx.gitlab.net)
1791
+ */
1792
+ snowplowCollectorHostname?: pulumi.Input<string>;
1793
+ /**
1794
+ * The Snowplow cookie domain. (for example, .gitlab.com)
1795
+ */
1796
+ snowplowCookieDomain?: pulumi.Input<string>;
1797
+ /**
1798
+ * Enable snowplow tracking.
1799
+ */
1800
+ snowplowEnabled?: pulumi.Input<boolean>;
1801
+ /**
1802
+ * Enables Sourcegraph integration. Default is false. If enabled, requires sourcegraph_url.
1803
+ */
1804
+ sourcegraphEnabled?: pulumi.Input<boolean>;
1805
+ /**
1806
+ * Blocks Sourcegraph from being loaded on private and internal projects. Default is true.
1807
+ */
1808
+ sourcegraphPublicOnly?: pulumi.Input<boolean>;
1809
+ /**
1810
+ * The Sourcegraph instance URL for integration.
1811
+ */
1812
+ sourcegraphUrl?: pulumi.Input<string>;
1813
+ /**
1814
+ * API key used by GitLab for accessing the Spam Check service endpoint.
1815
+ */
1816
+ spamCheckApiKey?: pulumi.Input<string>;
1817
+ /**
1818
+ * Enables spam checking using external Spam Check API endpoint. Default is false.
1819
+ */
1820
+ spamCheckEndpointEnabled?: pulumi.Input<boolean>;
1821
+ /**
1822
+ * URL of the external Spamcheck service endpoint. Valid URI schemes are grpc or tls. Specifying tls forces communication to be encrypted.
1823
+ */
1824
+ spamCheckEndpointUrl?: pulumi.Input<string>;
1825
+ /**
1826
+ * Enable pipeline suggestion banner.
1827
+ */
1828
+ suggestPipelineEnabled?: pulumi.Input<boolean>;
1829
+ /**
1830
+ * Maximum time for web terminal websocket connection (in seconds). Set to 0 for unlimited time.
1831
+ */
1832
+ terminalMaxSessionTime?: pulumi.Input<number>;
1833
+ /**
1834
+ * (Required by: enforce_terms) Markdown content for the ToS.
1835
+ */
1836
+ terms?: pulumi.Input<string>;
1837
+ /**
1838
+ * (If enabled, requires: throttle*authenticated*api*period*in*seconds and throttle*authenticated*api*requests*per*period) Enable authenticated API request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots).
1839
+ */
1840
+ throttleAuthenticatedApiEnabled?: pulumi.Input<boolean>;
1841
+ /**
1842
+ * Rate limit period (in seconds).
1843
+ */
1844
+ throttleAuthenticatedApiPeriodInSeconds?: pulumi.Input<number>;
1845
+ /**
1846
+ * Maximum requests per period per user.
1847
+ */
1848
+ throttleAuthenticatedApiRequestsPerPeriod?: pulumi.Input<number>;
1849
+ /**
1850
+ * (If enabled, requires: throttle*authenticated*packages*api*period*in*seconds and throttle*authenticated*packages*api*requests*per*period) Enable authenticated API request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
1851
+ */
1852
+ throttleAuthenticatedPackagesApiEnabled?: pulumi.Input<boolean>;
1853
+ /**
1854
+ * Rate limit period (in seconds). View Package Registry rate limits for more details.
1855
+ */
1856
+ throttleAuthenticatedPackagesApiPeriodInSeconds?: pulumi.Input<number>;
1857
+ /**
1858
+ * Maximum requests per period per user. View Package Registry rate limits for more details.
1859
+ */
1860
+ throttleAuthenticatedPackagesApiRequestsPerPeriod?: pulumi.Input<number>;
1861
+ /**
1862
+ * (If enabled, requires: throttle*authenticated*web*period*in*seconds and throttle*authenticated*web*requests*per*period) Enable authenticated web request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots).
1863
+ */
1864
+ throttleAuthenticatedWebEnabled?: pulumi.Input<boolean>;
1865
+ /**
1866
+ * Rate limit period (in seconds).
1867
+ */
1868
+ throttleAuthenticatedWebPeriodInSeconds?: pulumi.Input<number>;
1869
+ /**
1870
+ * Maximum requests per period per user.
1871
+ */
1872
+ throttleAuthenticatedWebRequestsPerPeriod?: pulumi.Input<number>;
1873
+ /**
1874
+ * (If enabled, requires: throttle*unauthenticated*api*period*in*seconds and throttle*unauthenticated*api*requests*per*period) Enable unauthenticated API request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots).
1875
+ */
1876
+ throttleUnauthenticatedApiEnabled?: pulumi.Input<boolean>;
1877
+ /**
1878
+ * Rate limit period in seconds.
1879
+ */
1880
+ throttleUnauthenticatedApiPeriodInSeconds?: pulumi.Input<number>;
1881
+ /**
1882
+ * Max requests per period per IP.
1883
+ */
1884
+ throttleUnauthenticatedApiRequestsPerPeriod?: pulumi.Input<number>;
1885
+ /**
1886
+ * (If enabled, requires: throttle*unauthenticated*packages*api*period*in*seconds and throttle*unauthenticated*packages*api*requests*per*period) Enable authenticated API request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
1887
+ */
1888
+ throttleUnauthenticatedPackagesApiEnabled?: pulumi.Input<boolean>;
1889
+ /**
1890
+ * Rate limit period (in seconds). View Package Registry rate limits for more details.
1891
+ */
1892
+ throttleUnauthenticatedPackagesApiPeriodInSeconds?: pulumi.Input<number>;
1893
+ /**
1894
+ * Maximum requests per period per user. View Package Registry rate limits for more details.
1895
+ */
1896
+ throttleUnauthenticatedPackagesApiRequestsPerPeriod?: pulumi.Input<number>;
1897
+ /**
1898
+ * (If enabled, requires: throttle*unauthenticated*web*period*in*seconds and throttle*unauthenticated*web*requests*per*period) Enable unauthenticated web request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots).
1899
+ */
1900
+ throttleUnauthenticatedWebEnabled?: pulumi.Input<boolean>;
1901
+ /**
1902
+ * Rate limit period in seconds.
1903
+ */
1904
+ throttleUnauthenticatedWebPeriodInSeconds?: pulumi.Input<number>;
1905
+ /**
1906
+ * Max requests per period per IP.
1907
+ */
1908
+ throttleUnauthenticatedWebRequestsPerPeriod?: pulumi.Input<number>;
1909
+ /**
1910
+ * Limit display of time tracking units to hours. Default is false.
1911
+ */
1912
+ timeTrackingLimitToHours?: pulumi.Input<boolean>;
1913
+ /**
1914
+ * Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication.
1915
+ */
1916
+ twoFactorGracePeriod?: pulumi.Input<number>;
1917
+ /**
1918
+ * (If enabled, requires: unique*ips*limit*per*user and unique*ips*limit*time*window) Limit sign in from multiple IPs.
1919
+ */
1920
+ uniqueIpsLimitEnabled?: pulumi.Input<boolean>;
1921
+ /**
1922
+ * Maximum number of IPs per user.
1923
+ */
1924
+ uniqueIpsLimitPerUser?: pulumi.Input<number>;
1925
+ /**
1926
+ * How many seconds an IP is counted towards the limit.
1927
+ */
1928
+ uniqueIpsLimitTimeWindow?: pulumi.Input<number>;
1929
+ /**
1930
+ * Every week GitLab reports license usage back to GitLab, Inc.
1931
+ */
1932
+ usagePingEnabled?: pulumi.Input<boolean>;
1933
+ /**
1934
+ * Send an email to users upon account deactivation.
1935
+ */
1936
+ userDeactivationEmailsEnabled?: pulumi.Input<boolean>;
1937
+ /**
1938
+ * Newly registered users are external by default.
1939
+ */
1940
+ userDefaultExternal?: pulumi.Input<boolean>;
1941
+ /**
1942
+ * Specify an email address regex pattern to identify default internal users.
1943
+ */
1944
+ userDefaultInternalRegex?: pulumi.Input<string>;
1945
+ /**
1946
+ * Allow users to register any application to use GitLab as an OAuth provider.
1947
+ */
1948
+ userOauthApplications?: pulumi.Input<boolean>;
1949
+ /**
1950
+ * When set to false disable the You won't be able to pull or push project code via SSH warning shown to users with no uploaded SSH key.
1951
+ */
1952
+ userShowAddSshKeyMessage?: pulumi.Input<boolean>;
1953
+ /**
1954
+ * Let GitLab inform you when an update is available.
1955
+ */
1956
+ versionCheckEnabled?: pulumi.Input<boolean>;
1957
+ /**
1958
+ * Live Preview (allow live previews of JavaScript projects in the Web IDE using CodeSandbox Live Preview).
1959
+ */
1960
+ webIdeClientsidePreviewEnabled?: pulumi.Input<boolean>;
1961
+ /**
1962
+ * What’s new variant, possible values: all*tiers, current*tier, and disabled.
1963
+ */
1964
+ whatsNewVariant?: pulumi.Input<string>;
1965
+ /**
1966
+ * Maximum wiki page content size in bytes. Default: 52428800 Bytes (50 MB). The minimum value is 1024 bytes.
1967
+ */
1968
+ wikiPageMaxContentBytes?: pulumi.Input<number>;
1969
+ }
1970
+ /**
1971
+ * The set of arguments for constructing a ApplicationSettings resource.
1972
+ */
1973
+ export interface ApplicationSettingsArgs {
1974
+ /**
1975
+ * If set, abuse reports are sent to this address. Abuse reports are always available in the Admin Area.
1976
+ */
1977
+ abuseNotificationEmail?: pulumi.Input<string>;
1978
+ /**
1979
+ * Require administrators to enable Admin Mode by re-authenticating for administrative tasks.
1980
+ */
1981
+ adminMode?: pulumi.Input<boolean>;
1982
+ /**
1983
+ * Where to redirect users after logout.
1984
+ */
1985
+ afterSignOutPath?: pulumi.Input<string>;
1986
+ /**
1987
+ * Text shown to the user after signing up.
1988
+ */
1989
+ afterSignUpText?: pulumi.Input<string>;
1990
+ /**
1991
+ * API key for Akismet spam protection.
1992
+ */
1993
+ akismetApiKey?: pulumi.Input<string>;
1994
+ /**
1995
+ * (If enabled, requires: akismet*api*key) Enable or disable Akismet spam protection.
1996
+ */
1997
+ akismetEnabled?: pulumi.Input<boolean>;
1998
+ /**
1999
+ * Set to true to allow group owners to manage LDAP.
2000
+ */
2001
+ allowGroupOwnersToManageLdap?: pulumi.Input<boolean>;
2002
+ /**
2003
+ * Allow requests to the local network from system hooks.
2004
+ */
2005
+ allowLocalRequestsFromSystemHooks?: pulumi.Input<boolean>;
2006
+ /**
2007
+ * Allow requests to the local network from web hooks and services.
2008
+ */
2009
+ allowLocalRequestsFromWebHooksAndServices?: pulumi.Input<boolean>;
2010
+ /**
2011
+ * Set the duration for which the jobs are considered as old and expired. After that time passes, the jobs are archived and no longer able to be retried. Make it empty to never expire jobs. It has to be no less than 1 day, for example: 15 days, 1 month, 2 years.
2012
+ */
2013
+ archiveBuildsInHumanReadable?: pulumi.Input<string>;
2014
+ /**
2015
+ * Assets that match these domains are not proxied. Wildcards allowed. Your GitLab installation URL is automatically allowlisted. GitLab restart is required to apply changes.
2016
+ */
2017
+ assetProxyAllowlists?: pulumi.Input<pulumi.Input<string>[]>;
2018
+ /**
2019
+ * (If enabled, requires: asset*proxy*url) Enable proxying of assets. GitLab restart is required to apply changes.
2020
+ */
2021
+ assetProxyEnabled?: pulumi.Input<boolean>;
2022
+ /**
2023
+ * Shared secret with the asset proxy server. GitLab restart is required to apply changes.
2024
+ */
2025
+ assetProxySecretKey?: pulumi.Input<string>;
2026
+ /**
2027
+ * URL of the asset proxy server. GitLab restart is required to apply changes.
2028
+ */
2029
+ assetProxyUrl?: pulumi.Input<string>;
2030
+ /**
2031
+ * By default, we write to the authorizedKeys file to support Git over SSH without additional configuration. GitLab can be optimized to authenticate SSH keys via the database file. Only disable this if you have configured your OpenSSH server to use the AuthorizedKeysCommand.
2032
+ */
2033
+ authorizedKeysEnabled?: pulumi.Input<boolean>;
2034
+ /**
2035
+ * Specify a domain to use by default for every project’s Auto Review Apps and Auto Deploy stages.
2036
+ */
2037
+ autoDevopsDomain?: pulumi.Input<string>;
2038
+ /**
2039
+ * Enable Auto DevOps for projects by default. It automatically builds, tests, and deploys applications based on a predefined CI/CD configuration.
2040
+ */
2041
+ autoDevopsEnabled?: pulumi.Input<boolean>;
2042
+ /**
2043
+ * Enabling this permits automatic allocation of purchased storage in a namespace.
2044
+ */
2045
+ automaticPurchasedStorageAllocation?: pulumi.Input<boolean>;
2046
+ /**
2047
+ * Enabling this makes only licensed EE features available to projects if the project namespace’s plan includes the feature or if the project is public.
2048
+ */
2049
+ checkNamespacePlan?: pulumi.Input<boolean>;
2050
+ /**
2051
+ * Custom hostname (for private commit emails).
2052
+ */
2053
+ commitEmailHostname?: pulumi.Input<string>;
2054
+ /**
2055
+ * Enable cleanup policies for all projects.
2056
+ */
2057
+ containerExpirationPoliciesEnableHistoricEntries?: pulumi.Input<boolean>;
2058
+ /**
2059
+ * The maximum number of tags that can be deleted in a single execution of cleanup policies.
2060
+ */
2061
+ containerRegistryCleanupTagsServiceMaxListSize?: pulumi.Input<number>;
2062
+ /**
2063
+ * The maximum time, in seconds, that the cleanup process can take to delete a batch of tags for cleanup policies.
2064
+ */
2065
+ containerRegistryDeleteTagsServiceTimeout?: pulumi.Input<number>;
2066
+ /**
2067
+ * Caching during the execution of cleanup policies.
2068
+ */
2069
+ containerRegistryExpirationPoliciesCaching?: pulumi.Input<boolean>;
2070
+ /**
2071
+ * Number of workers for cleanup policies.
2072
+ */
2073
+ containerRegistryExpirationPoliciesWorkerCapacity?: pulumi.Input<number>;
2074
+ /**
2075
+ * Container Registry token duration in minutes.
2076
+ */
2077
+ containerRegistryTokenExpireDelay?: pulumi.Input<number>;
2078
+ /**
2079
+ * Enable automatic deactivation of dormant users.
2080
+ */
2081
+ deactivateDormantUsers?: pulumi.Input<boolean>;
2082
+ /**
2083
+ * Set the default expiration time for each job’s artifacts.
2084
+ */
2085
+ defaultArtifactsExpireIn?: pulumi.Input<string>;
2086
+ /**
2087
+ * Instance-level custom initial branch name (introduced in GitLab 13.2).
2088
+ */
2089
+ defaultBranchName?: pulumi.Input<string>;
2090
+ /**
2091
+ * Determine if developers can push to the default branch. Can take: 0 (not protected, both users with the Developer role or Maintainer role can push new commits and force push), 1 (partially protected, users with the Developer role or Maintainer role can push new commits, but cannot force push) or 2 (fully protected, users with the Developer or Maintainer role cannot push new commits, but users with the Developer or Maintainer role can; no one can force push) as a parameter. Default is 2.
2092
+ */
2093
+ defaultBranchProtection?: pulumi.Input<number>;
2094
+ /**
2095
+ * Default CI/CD configuration file and path for new projects (.gitlab-ci.yml if not set).
2096
+ */
2097
+ defaultCiConfigPath?: pulumi.Input<string>;
2098
+ /**
2099
+ * What visibility level new groups receive. Can take private, internal and public as a parameter. Default is private.
2100
+ */
2101
+ defaultGroupVisibility?: pulumi.Input<string>;
2102
+ /**
2103
+ * Default project creation protection. Can take: 0 (No one), 1 (Maintainers) or 2 (Developers + Maintainers).
2104
+ */
2105
+ defaultProjectCreation?: pulumi.Input<number>;
2106
+ /**
2107
+ * What visibility level new projects receive. Can take private, internal and public as a parameter. Default is private.
2108
+ */
2109
+ defaultProjectVisibility?: pulumi.Input<string>;
2110
+ /**
2111
+ * Project limit per user. Default is 100000.
2112
+ */
2113
+ defaultProjectsLimit?: pulumi.Input<number>;
2114
+ /**
2115
+ * What visibility level new snippets receive. Can take private, internal and public as a parameter. Default is private.
2116
+ */
2117
+ defaultSnippetVisibility?: pulumi.Input<string>;
2118
+ /**
2119
+ * Enable delayed group deletion. Default is true. Introduced in GitLab 15.0. From GitLab 15.1, disables and locks the group-level setting for delayed protect deletion when set to false.
2120
+ */
2121
+ delayedGroupDeletion?: pulumi.Input<boolean>;
2122
+ /**
2123
+ * Enable delayed project deletion by default in new groups. Default is false. From GitLab 15.1, can only be enabled when delayed*group*deletion is true.
2124
+ */
2125
+ delayedProjectDeletion?: pulumi.Input<boolean>;
2126
+ /**
2127
+ * Enable inactive project deletion feature. Default is false. Introduced in GitLab 14.10. Became operational in GitLab 15.0 (with feature flag inactive*projects*deletion, disabled by default).
2128
+ */
2129
+ deleteInactiveProjects?: pulumi.Input<boolean>;
2130
+ /**
2131
+ * The number of days to wait before deleting a project or group that is marked for deletion. Value must be between 1 and 90. Defaults to 7. From GitLab 15.1, a hook on deletion*adjourned*period sets the period to 1 on every update, and sets both delayed*project*deletion and delayed*group*deletion to false if the period is 0.
2132
+ */
2133
+ deletionAdjournedPeriod?: pulumi.Input<number>;
2134
+ /**
2135
+ * Maximum files in a diff.
2136
+ */
2137
+ diffMaxFiles?: pulumi.Input<number>;
2138
+ /**
2139
+ * Maximum lines in a diff.
2140
+ */
2141
+ diffMaxLines?: pulumi.Input<number>;
2142
+ /**
2143
+ * Maximum diff patch size, in bytes.
2144
+ */
2145
+ diffMaxPatchBytes?: pulumi.Input<number>;
2146
+ /**
2147
+ * Disable display of RSS/Atom and calendar feed tokens (introduced in GitLab 13.7).
2148
+ */
2149
+ disableFeedToken?: pulumi.Input<boolean>;
2150
+ /**
2151
+ * Disabled OAuth sign-in sources.
2152
+ */
2153
+ disabledOauthSignInSources?: pulumi.Input<pulumi.Input<string>[]>;
2154
+ /**
2155
+ * Enforce DNS rebinding attack protection.
2156
+ */
2157
+ dnsRebindingProtectionEnabled?: pulumi.Input<boolean>;
2158
+ /**
2159
+ * Force people to use only corporate emails for sign-up. Default is null, meaning there is no restriction.
2160
+ */
2161
+ domainAllowlists?: pulumi.Input<pulumi.Input<string>[]>;
2162
+ /**
2163
+ * (If enabled, requires: domain_denylist) Allows blocking sign-ups from emails from specific domains.
2164
+ */
2165
+ domainDenylistEnabled?: pulumi.Input<boolean>;
2166
+ /**
2167
+ * Users with email addresses that match these domains cannot sign up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com.
2168
+ */
2169
+ domainDenylists?: pulumi.Input<pulumi.Input<string>[]>;
2170
+ /**
2171
+ * The minimum allowed bit length of an uploaded DSA key. Default is 0 (no restriction). -1 disables DSA keys.
2172
+ */
2173
+ dsaKeyRestriction?: pulumi.Input<number>;
2174
+ /**
2175
+ * The minimum allowed curve size (in bits) of an uploaded ECDSA key. Default is 0 (no restriction). -1 disables ECDSA keys.
2176
+ */
2177
+ ecdsaKeyRestriction?: pulumi.Input<number>;
2178
+ /**
2179
+ * The minimum allowed curve size (in bits) of an uploaded ECDSA*SK key. Default is 0 (no restriction). -1 disables ECDSA*SK keys.
2180
+ */
2181
+ ecdsaSkKeyRestriction?: pulumi.Input<number>;
2182
+ /**
2183
+ * The minimum allowed curve size (in bits) of an uploaded ED25519 key. Default is 0 (no restriction). -1 disables ED25519 keys.
2184
+ */
2185
+ ed25519KeyRestriction?: pulumi.Input<number>;
2186
+ /**
2187
+ * The minimum allowed curve size (in bits) of an uploaded ED25519*SK key. Default is 0 (no restriction). -1 disables ED25519*SK keys.
2188
+ */
2189
+ ed25519SkKeyRestriction?: pulumi.Input<number>;
2190
+ /**
2191
+ * AWS IAM access key ID.
2192
+ */
2193
+ eksAccessKeyId?: pulumi.Input<string>;
2194
+ /**
2195
+ * Amazon account ID.
2196
+ */
2197
+ eksAccountId?: pulumi.Input<string>;
2198
+ /**
2199
+ * Enable integration with Amazon EKS.
2200
+ */
2201
+ eksIntegrationEnabled?: pulumi.Input<boolean>;
2202
+ /**
2203
+ * AWS IAM secret access key.
2204
+ */
2205
+ eksSecretAccessKey?: pulumi.Input<string>;
2206
+ /**
2207
+ * Enable the use of AWS hosted Elasticsearch.
2208
+ */
2209
+ elasticsearchAws?: pulumi.Input<boolean>;
2210
+ /**
2211
+ * AWS IAM access key.
2212
+ */
2213
+ elasticsearchAwsAccessKey?: pulumi.Input<string>;
2214
+ /**
2215
+ * The AWS region the Elasticsearch domain is configured.
2216
+ */
2217
+ elasticsearchAwsRegion?: pulumi.Input<string>;
2218
+ /**
2219
+ * AWS IAM secret access key.
2220
+ */
2221
+ elasticsearchAwsSecretAccessKey?: pulumi.Input<string>;
2222
+ /**
2223
+ * Maximum size of text fields to index by Elasticsearch. 0 value means no limit. This does not apply to repository and wiki indexing.
2224
+ */
2225
+ elasticsearchIndexedFieldLengthLimit?: pulumi.Input<number>;
2226
+ /**
2227
+ * Maximum size of repository and wiki files that are indexed by Elasticsearch.
2228
+ */
2229
+ elasticsearchIndexedFileSizeLimitKb?: pulumi.Input<number>;
2230
+ /**
2231
+ * Enable Elasticsearch indexing.
2232
+ */
2233
+ elasticsearchIndexing?: pulumi.Input<boolean>;
2234
+ /**
2235
+ * Limit Elasticsearch to index certain namespaces and projects.
2236
+ */
2237
+ elasticsearchLimitIndexing?: pulumi.Input<boolean>;
2238
+ /**
2239
+ * Maximum concurrency of Elasticsearch bulk requests per indexing operation. This only applies to repository indexing operations.
2240
+ */
2241
+ elasticsearchMaxBulkConcurrency?: pulumi.Input<number>;
2242
+ /**
2243
+ * Maximum size of Elasticsearch bulk indexing requests in MB. This only applies to repository indexing operations.
2244
+ */
2245
+ elasticsearchMaxBulkSizeMb?: pulumi.Input<number>;
2246
+ /**
2247
+ * The namespaces to index via Elasticsearch if elasticsearch*limit*indexing is enabled.
2248
+ */
2249
+ elasticsearchNamespaceIds?: pulumi.Input<pulumi.Input<string>[]>;
2250
+ /**
2251
+ * The password of your Elasticsearch instance.
2252
+ */
2253
+ elasticsearchPassword?: pulumi.Input<string>;
2254
+ /**
2255
+ * The projects to index via Elasticsearch if elasticsearch*limit*indexing is enabled.
2256
+ */
2257
+ elasticsearchProjectIds?: pulumi.Input<pulumi.Input<string>[]>;
2258
+ /**
2259
+ * Enable Elasticsearch search.
2260
+ */
2261
+ elasticsearchSearch?: pulumi.Input<boolean>;
2262
+ /**
2263
+ * The URL to use for connecting to Elasticsearch. Use a comma-separated list to support cluster (for example, http://localhost:9200, http://localhost:9201).
2264
+ */
2265
+ elasticsearchUrls?: pulumi.Input<pulumi.Input<string>[]>;
2266
+ /**
2267
+ * The username of your Elasticsearch instance.
2268
+ */
2269
+ elasticsearchUsername?: pulumi.Input<string>;
2270
+ /**
2271
+ * Additional text added to the bottom of every email for legal/auditing/compliance reasons.
2272
+ */
2273
+ emailAdditionalText?: pulumi.Input<string>;
2274
+ /**
2275
+ * Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead.
2276
+ */
2277
+ emailAuthorInBody?: pulumi.Input<boolean>;
2278
+ /**
2279
+ * Enabled protocols for Git access. Allowed values are: ssh, http, and nil to allow both protocols.
2280
+ */
2281
+ enabledGitAccessProtocol?: pulumi.Input<string>;
2282
+ /**
2283
+ * Enabling this permits enforcement of namespace storage limits.
2284
+ */
2285
+ enforceNamespaceStorageLimit?: pulumi.Input<boolean>;
2286
+ /**
2287
+ * (If enabled, requires: terms) Enforce application ToS to all users.
2288
+ */
2289
+ enforceTerms?: pulumi.Input<boolean>;
2290
+ /**
2291
+ * (If enabled, requires: external*auth*client_key) The certificate to use to authenticate with the external authorization service.
2292
+ */
2293
+ externalAuthClientCert?: pulumi.Input<string>;
2294
+ /**
2295
+ * Private key for the certificate when authentication is required for the external authorization service, this is encrypted when stored.
2296
+ */
2297
+ externalAuthClientKey?: pulumi.Input<string>;
2298
+ /**
2299
+ * Passphrase to use for the private key when authenticating with the external service this is encrypted when stored.
2300
+ */
2301
+ externalAuthClientKeyPass?: pulumi.Input<string>;
2302
+ /**
2303
+ * The default classification label to use when requesting authorization and no classification label has been specified on the project.
2304
+ */
2305
+ externalAuthorizationServiceDefaultLabel?: pulumi.Input<string>;
2306
+ /**
2307
+ * (If enabled, requires: external*authorization*service*default*label, external*authorization*service*timeout and external*authorization*service*url) Enable using an external authorization service for accessing projects.
2308
+ */
2309
+ externalAuthorizationServiceEnabled?: pulumi.Input<boolean>;
2310
+ /**
2311
+ * The timeout after which an authorization request is aborted, in seconds. When a request times out, access is denied to the user. (min: 0.001, max: 10, step: 0.001).
2312
+ */
2313
+ externalAuthorizationServiceTimeout?: pulumi.Input<number>;
2314
+ /**
2315
+ * URL to which authorization requests are directed.
2316
+ */
2317
+ externalAuthorizationServiceUrl?: pulumi.Input<string>;
2318
+ /**
2319
+ * How long to wait for a response from the pipeline validation service. Assumes OK if it times out.
2320
+ */
2321
+ externalPipelineValidationServiceTimeout?: pulumi.Input<number>;
2322
+ /**
2323
+ * Optional. Token to include as the X-Gitlab-Token header in requests to the URL in external*pipeline*validation*service*url.
2324
+ */
2325
+ externalPipelineValidationServiceToken?: pulumi.Input<string>;
2326
+ /**
2327
+ * URL to use for pipeline validation requests.
2328
+ */
2329
+ externalPipelineValidationServiceUrl?: pulumi.Input<string>;
2330
+ /**
2331
+ * The ID of a project to load custom file templates from.
2332
+ */
2333
+ fileTemplateProjectId?: pulumi.Input<number>;
2334
+ /**
2335
+ * Start day of the week for calendar views and date pickers. Valid values are 0 (default) for Sunday, 1 for Monday, and 6 for Saturday.
2336
+ */
2337
+ firstDayOfWeek?: pulumi.Input<number>;
2338
+ /**
2339
+ * Comma-separated list of IPs and CIDRs of allowed secondary nodes. For example, 1.1.1.1, 2.2.2.0/24.
2340
+ */
2341
+ geoNodeAllowedIps?: pulumi.Input<string>;
2342
+ /**
2343
+ * The amount of seconds after which a request to get a secondary node status times out.
2344
+ */
2345
+ geoStatusTimeout?: pulumi.Input<number>;
2346
+ /**
2347
+ * List of usernames excluded from Git anti-abuse rate limits. Default: [], Maximum: 100 usernames. Introduced in GitLab 15.2.
2348
+ */
2349
+ gitRateLimitUsersAllowlists?: pulumi.Input<pulumi.Input<string>[]>;
2350
+ /**
2351
+ * Maximum duration (in minutes) of a session for Git operations when 2FA is enabled.
2352
+ */
2353
+ gitTwoFactorSessionExpiry?: pulumi.Input<number>;
2354
+ /**
2355
+ * Default Gitaly timeout, in seconds. This timeout is not enforced for Git fetch/push operations or Sidekiq jobs. Set to 0 to disable timeouts.
2356
+ */
2357
+ gitalyTimeoutDefault?: pulumi.Input<number>;
2358
+ /**
2359
+ * Gitaly fast operation timeout, in seconds. Some Gitaly operations are expected to be fast. If they exceed this threshold, there may be a problem with a storage shard and ‘failing fast’ can help maintain the stability of the GitLab instance. Set to 0 to disable timeouts.
2360
+ */
2361
+ gitalyTimeoutFast?: pulumi.Input<number>;
2362
+ /**
2363
+ * Medium Gitaly timeout, in seconds. This should be a value between the Fast and the Default timeout. Set to 0 to disable timeouts.
2364
+ */
2365
+ gitalyTimeoutMedium?: pulumi.Input<number>;
2366
+ /**
2367
+ * Enable Grafana.
2368
+ */
2369
+ grafanaEnabled?: pulumi.Input<boolean>;
2370
+ /**
2371
+ * Grafana URL.
2372
+ */
2373
+ grafanaUrl?: pulumi.Input<string>;
2374
+ /**
2375
+ * Enable Gravatar.
2376
+ */
2377
+ gravatarEnabled?: pulumi.Input<boolean>;
2378
+ /**
2379
+ * Create new projects using hashed storage paths: Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance. (Always enabled in GitLab versions 13.0 and later, configuration is scheduled for removal in 14.0).
2380
+ */
2381
+ hashedStorageEnabled?: pulumi.Input<boolean>;
2382
+ /**
2383
+ * Hide marketing-related entries from help.
2384
+ */
2385
+ helpPageHideCommercialContent?: pulumi.Input<boolean>;
2386
+ /**
2387
+ * Alternate support URL for help page and help dropdown.
2388
+ */
2389
+ helpPageSupportUrl?: pulumi.Input<string>;
2390
+ /**
2391
+ * Custom text displayed on the help page.
2392
+ */
2393
+ helpPageText?: pulumi.Input<string>;
2394
+ /**
2395
+ * GitLab server administrator information.
2396
+ */
2397
+ helpText?: pulumi.Input<string>;
2398
+ /**
2399
+ * Do not display offers from third parties in GitLab.
2400
+ */
2401
+ hideThirdPartyOffers?: pulumi.Input<boolean>;
2402
+ /**
2403
+ * Redirect to this URL when not logged in.
2404
+ */
2405
+ homePageUrl?: pulumi.Input<string>;
2406
+ /**
2407
+ * (If enabled, requires: housekeeping*bitmaps*enabled, housekeeping*full*repack*period, housekeeping*gc*period, and housekeeping*incremental*repack*period) Enable or disable Git housekeeping.
2408
+ */
2409
+ housekeepingEnabled?: pulumi.Input<boolean>;
2410
+ /**
2411
+ * Number of Git pushes after which an incremental git repack is run.
2412
+ */
2413
+ housekeepingFullRepackPeriod?: pulumi.Input<number>;
2414
+ /**
2415
+ * Number of Git pushes after which git gc is run.
2416
+ */
2417
+ housekeepingGcPeriod?: pulumi.Input<number>;
2418
+ /**
2419
+ * Number of Git pushes after which an incremental git repack is run.
2420
+ */
2421
+ housekeepingIncrementalRepackPeriod?: pulumi.Input<number>;
2422
+ /**
2423
+ * Enable HTML emails.
2424
+ */
2425
+ htmlEmailsEnabled?: pulumi.Input<boolean>;
2426
+ /**
2427
+ * Sources to allow project import from, possible values: github, bitbucket, bitbucket*server, gitlab, fogbugz, git, gitlab*project, gitea, manifest, and phabricator.
2428
+ */
2429
+ importSources?: pulumi.Input<pulumi.Input<string>[]>;
2430
+ /**
2431
+ * Enable in-product marketing emails. Enabled by default.
2432
+ */
2433
+ inProductMarketingEmailsEnabled?: pulumi.Input<boolean>;
2434
+ /**
2435
+ * If delete*inactive*projects is true, the time (in months) to wait before deleting inactive projects. Default is 2. Introduced in GitLab 14.10. Became operational in GitLab 15.0.
2436
+ */
2437
+ inactiveProjectsDeleteAfterMonths?: pulumi.Input<number>;
2438
+ /**
2439
+ * If delete*inactive*projects is true, the minimum repository size for projects to be checked for inactivity. Default is 0. Introduced in GitLab 14.10. Became operational in GitLab 15.0.
2440
+ */
2441
+ inactiveProjectsMinSizeMb?: pulumi.Input<number>;
2442
+ /**
2443
+ * If delete*inactive*projects is true, sets the time (in months) to wait before emailing maintainers that the project is scheduled be deleted because it is inactive. Default is 1. Introduced in GitLab 14.10. Became operational in GitLab 15.0.
2444
+ */
2445
+ inactiveProjectsSendWarningEmailAfterMonths?: pulumi.Input<number>;
2446
+ /**
2447
+ * Enable Invisible CAPTCHA spam detection during sign-up. Disabled by default.
2448
+ */
2449
+ invisibleCaptchaEnabled?: pulumi.Input<boolean>;
2450
+ /**
2451
+ * Max number of issue creation requests per minute per user. Disabled by default.
2452
+ */
2453
+ issuesCreateLimit?: pulumi.Input<number>;
2454
+ /**
2455
+ * Prevent the deletion of the artifacts from the most recent successful jobs, regardless of the expiry time. Enabled by default.
2456
+ */
2457
+ keepLatestArtifact?: pulumi.Input<boolean>;
2458
+ /**
2459
+ * Increase this value when any cached Markdown should be invalidated.
2460
+ */
2461
+ localMarkdownVersion?: pulumi.Input<number>;
2462
+ /**
2463
+ * Enable Mailgun event receiver.
2464
+ */
2465
+ mailgunEventsEnabled?: pulumi.Input<boolean>;
2466
+ /**
2467
+ * The Mailgun HTTP webhook signing key for receiving events from webhook.
2468
+ */
2469
+ mailgunSigningKey?: pulumi.Input<string>;
2470
+ /**
2471
+ * When instance is in maintenance mode, non-administrative users can sign in with read-only access and make read-only API requests.
2472
+ */
2473
+ maintenanceMode?: pulumi.Input<boolean>;
2474
+ /**
2475
+ * Message displayed when instance is in maintenance mode.
2476
+ */
2477
+ maintenanceModeMessage?: pulumi.Input<string>;
2478
+ /**
2479
+ * Maximum artifacts size in MB.
2480
+ */
2481
+ maxArtifactsSize?: pulumi.Input<number>;
2482
+ /**
2483
+ * Limit attachment size in MB.
2484
+ */
2485
+ maxAttachmentSize?: pulumi.Input<number>;
2486
+ /**
2487
+ * Maximum export size in MB. 0 for unlimited. Default = 0 (unlimited).
2488
+ */
2489
+ maxExportSize?: pulumi.Input<number>;
2490
+ /**
2491
+ * Maximum import size in MB. 0 for unlimited. Default = 0 (unlimited) Modified from 50MB to 0 in GitLab 13.8.
2492
+ */
2493
+ maxImportSize?: pulumi.Input<number>;
2494
+ /**
2495
+ * Maximum number of unique repositories a user can download in the specified time period before they are banned. Default: 0, Maximum: 10,000 repositories. Introduced in GitLab 15.1.
2496
+ */
2497
+ maxNumberOfRepositoryDownloads?: pulumi.Input<number>;
2498
+ /**
2499
+ * Reporting time period (in seconds). Default: 0, Maximum: 864000 seconds (10 days). Introduced in GitLab 15.1.
2500
+ */
2501
+ maxNumberOfRepositoryDownloadsWithinTimePeriod?: pulumi.Input<number>;
2502
+ /**
2503
+ * Maximum size of pages repositories in MB.
2504
+ */
2505
+ maxPagesSize?: pulumi.Input<number>;
2506
+ /**
2507
+ * Maximum allowable lifetime for access tokens in days.
2508
+ */
2509
+ maxPersonalAccessTokenLifetime?: pulumi.Input<number>;
2510
+ /**
2511
+ * Maximum allowable lifetime for SSH keys in days. Introduced in GitLab 14.6.
2512
+ */
2513
+ maxSshKeyLifetime?: pulumi.Input<number>;
2514
+ /**
2515
+ * A method call is only tracked when it takes longer than the given amount of milliseconds.
2516
+ */
2517
+ metricsMethodCallThreshold?: pulumi.Input<number>;
2518
+ /**
2519
+ * Allow repository mirroring to configured by project Maintainers. If disabled, only Administrators can configure repository mirroring.
2520
+ */
2521
+ mirrorAvailable?: pulumi.Input<boolean>;
2522
+ /**
2523
+ * Minimum capacity to be available before scheduling more mirrors preemptively.
2524
+ */
2525
+ mirrorCapacityThreshold?: pulumi.Input<number>;
2526
+ /**
2527
+ * Maximum number of mirrors that can be synchronizing at the same time.
2528
+ */
2529
+ mirrorMaxCapacity?: pulumi.Input<number>;
2530
+ /**
2531
+ * Maximum time (in minutes) between updates that a mirror can have when scheduled to synchronize.
2532
+ */
2533
+ mirrorMaxDelay?: pulumi.Input<number>;
2534
+ /**
2535
+ * Use npmjs.org as a default remote repository when the package is not found in the GitLab Package Registry for npm.
2536
+ */
2537
+ npmPackageRequestsForwarding?: pulumi.Input<boolean>;
2538
+ /**
2539
+ * Define a list of trusted domains or IP addresses to which local requests are allowed when local requests for hooks and services are disabled.
2540
+ */
2541
+ outboundLocalRequestsWhitelists?: pulumi.Input<pulumi.Input<string>[]>;
2542
+ /**
2543
+ * Number of workers assigned to the packages cleanup policies.
2544
+ */
2545
+ packageRegistryCleanupPoliciesWorkerCapacity?: pulumi.Input<number>;
2546
+ /**
2547
+ * Require users to prove ownership of custom domains. Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled.
2548
+ */
2549
+ pagesDomainVerificationEnabled?: pulumi.Input<boolean>;
2550
+ /**
2551
+ * Enable authentication for Git over HTTP(S) via a GitLab account password. Default is true.
2552
+ */
2553
+ passwordAuthenticationEnabledForGit?: pulumi.Input<boolean>;
2554
+ /**
2555
+ * Enable authentication for the web interface via a GitLab account password. Default is true.
2556
+ */
2557
+ passwordAuthenticationEnabledForWeb?: pulumi.Input<boolean>;
2558
+ /**
2559
+ * Indicates whether passwords require at least one lowercase letter. Introduced in GitLab 15.1.
2560
+ */
2561
+ passwordLowercaseRequired?: pulumi.Input<boolean>;
2562
+ /**
2563
+ * Indicates whether passwords require at least one number. Introduced in GitLab 15.1.
2564
+ */
2565
+ passwordNumberRequired?: pulumi.Input<boolean>;
2566
+ /**
2567
+ * Indicates whether passwords require at least one symbol character. Introduced in GitLab 15.1.
2568
+ */
2569
+ passwordSymbolRequired?: pulumi.Input<boolean>;
2570
+ /**
2571
+ * Indicates whether passwords require at least one uppercase letter. Introduced in GitLab 15.1.
2572
+ */
2573
+ passwordUppercaseRequired?: pulumi.Input<boolean>;
2574
+ /**
2575
+ * Path of the group that is allowed to toggle the performance bar.
2576
+ */
2577
+ performanceBarAllowedGroupPath?: pulumi.Input<string>;
2578
+ /**
2579
+ * Prefix for all generated personal access tokens.
2580
+ */
2581
+ personalAccessTokenPrefix?: pulumi.Input<string>;
2582
+ /**
2583
+ * Maximum number of pipeline creation requests per minute per user and commit. Disabled by default.
2584
+ */
2585
+ pipelineLimitPerProjectUserSha?: pulumi.Input<number>;
2586
+ /**
2587
+ * (If enabled, requires: plantuml_url) Enable PlantUML integration. Default is false.
2588
+ */
2589
+ plantumlEnabled?: pulumi.Input<boolean>;
2590
+ /**
2591
+ * The PlantUML instance URL for integration.
2592
+ */
2593
+ plantumlUrl?: pulumi.Input<string>;
2594
+ /**
2595
+ * Interval multiplier used by endpoints that perform polling. Set to 0 to disable polling.
2596
+ */
2597
+ pollingIntervalMultiplier?: pulumi.Input<number>;
2598
+ /**
2599
+ * Enable project export.
2600
+ */
2601
+ projectExportEnabled?: pulumi.Input<boolean>;
2602
+ /**
2603
+ * Enable Prometheus metrics.
2604
+ */
2605
+ prometheusMetricsEnabled?: pulumi.Input<boolean>;
2606
+ /**
2607
+ * CI/CD variables are protected by default.
2608
+ */
2609
+ protectedCiVariables?: pulumi.Input<boolean>;
2610
+ /**
2611
+ * Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push events are created. Bulk push events are created if it surpasses that value.
2612
+ */
2613
+ pushEventActivitiesLimit?: pulumi.Input<number>;
2614
+ /**
2615
+ * Number of changes (branches or tags) in a single push to determine whether webhooks and services fire or not. Webhooks and services aren’t submitted if it surpasses that value.
2616
+ */
2617
+ pushEventHooksLimit?: pulumi.Input<number>;
2618
+ /**
2619
+ * Use pypi.org as a default remote repository when the package is not found in the GitLab Package Registry for PyPI.
2620
+ */
2621
+ pypiPackageRequestsForwarding?: pulumi.Input<boolean>;
2622
+ /**
2623
+ * When rate limiting is enabled via the throttle_* settings, send this plain text response when a rate limit is exceeded. ‘Retry later’ is sent if this is blank.
2624
+ */
2625
+ rateLimitingResponseText?: pulumi.Input<string>;
2626
+ /**
2627
+ * Max number of requests per minute for each raw path. Default: 300. To disable throttling set to 0.
2628
+ */
2629
+ rawBlobRequestLimit?: pulumi.Input<number>;
2630
+ /**
2631
+ * (If enabled, requires: recaptcha*private*key and recaptcha*site*key) Enable reCAPTCHA.
2632
+ */
2633
+ recaptchaEnabled?: pulumi.Input<boolean>;
2634
+ /**
2635
+ * Private key for reCAPTCHA.
2636
+ */
2637
+ recaptchaPrivateKey?: pulumi.Input<string>;
2638
+ /**
2639
+ * Site key for reCAPTCHA.
2640
+ */
2641
+ recaptchaSiteKey?: pulumi.Input<string>;
2642
+ /**
2643
+ * Maximum push size (MB).
2644
+ */
2645
+ receiveMaxInputSize?: pulumi.Input<number>;
2646
+ /**
2647
+ * GitLab periodically runs git fsck in all project and wiki repositories to look for silent disk corruption issues.
2648
+ */
2649
+ repositoryChecksEnabled?: pulumi.Input<boolean>;
2650
+ /**
2651
+ * Size limit per repository (MB).
2652
+ */
2653
+ repositorySizeLimit?: pulumi.Input<number>;
2654
+ /**
2655
+ * (GitLab 13.0 and earlier) List of names of enabled storage paths, taken from gitlab.yml. New projects are created in one of these stores, chosen at random.
2656
+ */
2657
+ repositoryStorages?: pulumi.Input<pulumi.Input<string>[]>;
2658
+ /**
2659
+ * (GitLab 13.1 and later) Hash of names of taken from gitlab.yml to weights. New projects are created in one of these stores, chosen by a weighted random selection.
2660
+ */
2661
+ repositoryStoragesWeighted?: pulumi.Input<{
2662
+ [key: string]: pulumi.Input<number>;
2663
+ }>;
2664
+ /**
2665
+ * When enabled, any user that signs up for an account using the registration form is placed under a Pending approval state and has to be explicitly approved by an administrator.
2666
+ */
2667
+ requireAdminApprovalAfterUserSignup?: pulumi.Input<boolean>;
2668
+ /**
2669
+ * (If enabled, requires: two*factor*grace_period) Require all users to set up Two-factor authentication.
2670
+ */
2671
+ requireTwoFactorAuthentication?: pulumi.Input<boolean>;
2672
+ /**
2673
+ * Selected levels cannot be used by non-Administrator users for groups, projects or snippets. Can take private, internal and public as a parameter. Default is null which means there is no restriction.
2674
+ */
2675
+ restrictedVisibilityLevels?: pulumi.Input<pulumi.Input<string>[]>;
2676
+ /**
2677
+ * The minimum allowed bit length of an uploaded RSA key. Default is 0 (no restriction). -1 disables RSA keys.
2678
+ */
2679
+ rsaKeyRestriction?: pulumi.Input<number>;
2680
+ /**
2681
+ * Max number of requests per minute for performing a search while authenticated. Default: 30. To disable throttling set to 0.
2682
+ */
2683
+ searchRateLimit?: pulumi.Input<number>;
2684
+ /**
2685
+ * Max number of requests per minute for performing a search while unauthenticated. Default: 10. To disable throttling set to 0.
2686
+ */
2687
+ searchRateLimitUnauthenticated?: pulumi.Input<number>;
2688
+ /**
2689
+ * Send confirmation email on sign-up.
2690
+ */
2691
+ sendUserConfirmationEmail?: pulumi.Input<boolean>;
2692
+ /**
2693
+ * Session duration in minutes. GitLab restart is required to apply changes.
2694
+ */
2695
+ sessionExpireDelay?: pulumi.Input<number>;
2696
+ /**
2697
+ * (If enabled, requires: shared*runners*text and shared*runners*minutes) Enable shared runners for new projects.
2698
+ */
2699
+ sharedRunnersEnabled?: pulumi.Input<boolean>;
2700
+ /**
2701
+ * Set the maximum number of CI/CD minutes that a group can use on shared runners per month.
2702
+ */
2703
+ sharedRunnersMinutes?: pulumi.Input<number>;
2704
+ /**
2705
+ * Shared runners text.
2706
+ */
2707
+ sharedRunnersText?: pulumi.Input<string>;
2708
+ /**
2709
+ * The threshold in bytes at which Sidekiq jobs are compressed before being stored in Redis. Default: 100 000 bytes (100KB).
2710
+ */
2711
+ sidekiqJobLimiterCompressionThresholdBytes?: pulumi.Input<number>;
2712
+ /**
2713
+ * The threshold in bytes at which Sidekiq jobs are rejected. Default: 0 bytes (doesn’t reject any job).
2714
+ */
2715
+ sidekiqJobLimiterLimitBytes?: pulumi.Input<number>;
2716
+ /**
2717
+ * track or compress. Sets the behavior for Sidekiq job size limits. Default: ‘compress’.
2718
+ */
2719
+ sidekiqJobLimiterMode?: pulumi.Input<string>;
2720
+ /**
2721
+ * Text on the login page.
2722
+ */
2723
+ signInText?: pulumi.Input<string>;
2724
+ /**
2725
+ * Enable registration. Default is true.
2726
+ */
2727
+ signupEnabled?: pulumi.Input<boolean>;
2728
+ /**
2729
+ * (If enabled, requires: slack*app*id, slack*app*secret and slack*app*secret) Enable Slack app.
2730
+ */
2731
+ slackAppEnabled?: pulumi.Input<boolean>;
2732
+ /**
2733
+ * The app ID of the Slack-app.
2734
+ */
2735
+ slackAppId?: pulumi.Input<string>;
2736
+ /**
2737
+ * The app secret of the Slack-app.
2738
+ */
2739
+ slackAppSecret?: pulumi.Input<string>;
2740
+ /**
2741
+ * The signing secret of the Slack-app.
2742
+ */
2743
+ slackAppSigningSecret?: pulumi.Input<string>;
2744
+ /**
2745
+ * The verification token of the Slack-app.
2746
+ */
2747
+ slackAppVerificationToken?: pulumi.Input<string>;
2748
+ /**
2749
+ * Max snippet content size in bytes. Default: 52428800 Bytes (50MB).
2750
+ */
2751
+ snippetSizeLimit?: pulumi.Input<number>;
2752
+ /**
2753
+ * The Snowplow site name / application ID. (for example, gitlab)
2754
+ */
2755
+ snowplowAppId?: pulumi.Input<string>;
2756
+ /**
2757
+ * The Snowplow collector hostname. (for example, snowplow.trx.gitlab.net)
2758
+ */
2759
+ snowplowCollectorHostname?: pulumi.Input<string>;
2760
+ /**
2761
+ * The Snowplow cookie domain. (for example, .gitlab.com)
2762
+ */
2763
+ snowplowCookieDomain?: pulumi.Input<string>;
2764
+ /**
2765
+ * Enable snowplow tracking.
2766
+ */
2767
+ snowplowEnabled?: pulumi.Input<boolean>;
2768
+ /**
2769
+ * Enables Sourcegraph integration. Default is false. If enabled, requires sourcegraph_url.
2770
+ */
2771
+ sourcegraphEnabled?: pulumi.Input<boolean>;
2772
+ /**
2773
+ * Blocks Sourcegraph from being loaded on private and internal projects. Default is true.
2774
+ */
2775
+ sourcegraphPublicOnly?: pulumi.Input<boolean>;
2776
+ /**
2777
+ * The Sourcegraph instance URL for integration.
2778
+ */
2779
+ sourcegraphUrl?: pulumi.Input<string>;
2780
+ /**
2781
+ * API key used by GitLab for accessing the Spam Check service endpoint.
2782
+ */
2783
+ spamCheckApiKey?: pulumi.Input<string>;
2784
+ /**
2785
+ * Enables spam checking using external Spam Check API endpoint. Default is false.
2786
+ */
2787
+ spamCheckEndpointEnabled?: pulumi.Input<boolean>;
2788
+ /**
2789
+ * URL of the external Spamcheck service endpoint. Valid URI schemes are grpc or tls. Specifying tls forces communication to be encrypted.
2790
+ */
2791
+ spamCheckEndpointUrl?: pulumi.Input<string>;
2792
+ /**
2793
+ * Enable pipeline suggestion banner.
2794
+ */
2795
+ suggestPipelineEnabled?: pulumi.Input<boolean>;
2796
+ /**
2797
+ * Maximum time for web terminal websocket connection (in seconds). Set to 0 for unlimited time.
2798
+ */
2799
+ terminalMaxSessionTime?: pulumi.Input<number>;
2800
+ /**
2801
+ * (Required by: enforce_terms) Markdown content for the ToS.
2802
+ */
2803
+ terms?: pulumi.Input<string>;
2804
+ /**
2805
+ * (If enabled, requires: throttle*authenticated*api*period*in*seconds and throttle*authenticated*api*requests*per*period) Enable authenticated API request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots).
2806
+ */
2807
+ throttleAuthenticatedApiEnabled?: pulumi.Input<boolean>;
2808
+ /**
2809
+ * Rate limit period (in seconds).
2810
+ */
2811
+ throttleAuthenticatedApiPeriodInSeconds?: pulumi.Input<number>;
2812
+ /**
2813
+ * Maximum requests per period per user.
2814
+ */
2815
+ throttleAuthenticatedApiRequestsPerPeriod?: pulumi.Input<number>;
2816
+ /**
2817
+ * (If enabled, requires: throttle*authenticated*packages*api*period*in*seconds and throttle*authenticated*packages*api*requests*per*period) Enable authenticated API request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
2818
+ */
2819
+ throttleAuthenticatedPackagesApiEnabled?: pulumi.Input<boolean>;
2820
+ /**
2821
+ * Rate limit period (in seconds). View Package Registry rate limits for more details.
2822
+ */
2823
+ throttleAuthenticatedPackagesApiPeriodInSeconds?: pulumi.Input<number>;
2824
+ /**
2825
+ * Maximum requests per period per user. View Package Registry rate limits for more details.
2826
+ */
2827
+ throttleAuthenticatedPackagesApiRequestsPerPeriod?: pulumi.Input<number>;
2828
+ /**
2829
+ * (If enabled, requires: throttle*authenticated*web*period*in*seconds and throttle*authenticated*web*requests*per*period) Enable authenticated web request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots).
2830
+ */
2831
+ throttleAuthenticatedWebEnabled?: pulumi.Input<boolean>;
2832
+ /**
2833
+ * Rate limit period (in seconds).
2834
+ */
2835
+ throttleAuthenticatedWebPeriodInSeconds?: pulumi.Input<number>;
2836
+ /**
2837
+ * Maximum requests per period per user.
2838
+ */
2839
+ throttleAuthenticatedWebRequestsPerPeriod?: pulumi.Input<number>;
2840
+ /**
2841
+ * (If enabled, requires: throttle*unauthenticated*api*period*in*seconds and throttle*unauthenticated*api*requests*per*period) Enable unauthenticated API request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots).
2842
+ */
2843
+ throttleUnauthenticatedApiEnabled?: pulumi.Input<boolean>;
2844
+ /**
2845
+ * Rate limit period in seconds.
2846
+ */
2847
+ throttleUnauthenticatedApiPeriodInSeconds?: pulumi.Input<number>;
2848
+ /**
2849
+ * Max requests per period per IP.
2850
+ */
2851
+ throttleUnauthenticatedApiRequestsPerPeriod?: pulumi.Input<number>;
2852
+ /**
2853
+ * (If enabled, requires: throttle*unauthenticated*packages*api*period*in*seconds and throttle*unauthenticated*packages*api*requests*per*period) Enable authenticated API request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
2854
+ */
2855
+ throttleUnauthenticatedPackagesApiEnabled?: pulumi.Input<boolean>;
2856
+ /**
2857
+ * Rate limit period (in seconds). View Package Registry rate limits for more details.
2858
+ */
2859
+ throttleUnauthenticatedPackagesApiPeriodInSeconds?: pulumi.Input<number>;
2860
+ /**
2861
+ * Maximum requests per period per user. View Package Registry rate limits for more details.
2862
+ */
2863
+ throttleUnauthenticatedPackagesApiRequestsPerPeriod?: pulumi.Input<number>;
2864
+ /**
2865
+ * (If enabled, requires: throttle*unauthenticated*web*period*in*seconds and throttle*unauthenticated*web*requests*per*period) Enable unauthenticated web request rate limit. Helps reduce request volume (for example, from crawlers or abusive bots).
2866
+ */
2867
+ throttleUnauthenticatedWebEnabled?: pulumi.Input<boolean>;
2868
+ /**
2869
+ * Rate limit period in seconds.
2870
+ */
2871
+ throttleUnauthenticatedWebPeriodInSeconds?: pulumi.Input<number>;
2872
+ /**
2873
+ * Max requests per period per IP.
2874
+ */
2875
+ throttleUnauthenticatedWebRequestsPerPeriod?: pulumi.Input<number>;
2876
+ /**
2877
+ * Limit display of time tracking units to hours. Default is false.
2878
+ */
2879
+ timeTrackingLimitToHours?: pulumi.Input<boolean>;
2880
+ /**
2881
+ * Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication.
2882
+ */
2883
+ twoFactorGracePeriod?: pulumi.Input<number>;
2884
+ /**
2885
+ * (If enabled, requires: unique*ips*limit*per*user and unique*ips*limit*time*window) Limit sign in from multiple IPs.
2886
+ */
2887
+ uniqueIpsLimitEnabled?: pulumi.Input<boolean>;
2888
+ /**
2889
+ * Maximum number of IPs per user.
2890
+ */
2891
+ uniqueIpsLimitPerUser?: pulumi.Input<number>;
2892
+ /**
2893
+ * How many seconds an IP is counted towards the limit.
2894
+ */
2895
+ uniqueIpsLimitTimeWindow?: pulumi.Input<number>;
2896
+ /**
2897
+ * Every week GitLab reports license usage back to GitLab, Inc.
2898
+ */
2899
+ usagePingEnabled?: pulumi.Input<boolean>;
2900
+ /**
2901
+ * Send an email to users upon account deactivation.
2902
+ */
2903
+ userDeactivationEmailsEnabled?: pulumi.Input<boolean>;
2904
+ /**
2905
+ * Newly registered users are external by default.
2906
+ */
2907
+ userDefaultExternal?: pulumi.Input<boolean>;
2908
+ /**
2909
+ * Specify an email address regex pattern to identify default internal users.
2910
+ */
2911
+ userDefaultInternalRegex?: pulumi.Input<string>;
2912
+ /**
2913
+ * Allow users to register any application to use GitLab as an OAuth provider.
2914
+ */
2915
+ userOauthApplications?: pulumi.Input<boolean>;
2916
+ /**
2917
+ * When set to false disable the You won't be able to pull or push project code via SSH warning shown to users with no uploaded SSH key.
2918
+ */
2919
+ userShowAddSshKeyMessage?: pulumi.Input<boolean>;
2920
+ /**
2921
+ * Let GitLab inform you when an update is available.
2922
+ */
2923
+ versionCheckEnabled?: pulumi.Input<boolean>;
2924
+ /**
2925
+ * Live Preview (allow live previews of JavaScript projects in the Web IDE using CodeSandbox Live Preview).
2926
+ */
2927
+ webIdeClientsidePreviewEnabled?: pulumi.Input<boolean>;
2928
+ /**
2929
+ * What’s new variant, possible values: all*tiers, current*tier, and disabled.
2930
+ */
2931
+ whatsNewVariant?: pulumi.Input<string>;
2932
+ /**
2933
+ * Maximum wiki page content size in bytes. Default: 52428800 Bytes (50 MB). The minimum value is 1024 bytes.
2934
+ */
2935
+ wikiPageMaxContentBytes?: pulumi.Input<number>;
2936
+ }