@pulumi/gitlab 9.12.0-alpha.1782457766 → 10.0.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 (234) hide show
  1. package/README.md +2 -2
  2. package/applicationSettings.d.ts +48 -18
  3. package/applicationSettings.d.ts.map +1 -1
  4. package/applicationSettings.js +8 -2
  5. package/applicationSettings.js.map +1 -1
  6. package/branchProtection.d.ts +48 -52
  7. package/branchProtection.d.ts.map +1 -1
  8. package/branchProtection.js +30 -24
  9. package/branchProtection.js.map +1 -1
  10. package/getGroup.d.ts +114 -2
  11. package/getGroup.d.ts.map +1 -1
  12. package/getGroup.js.map +1 -1
  13. package/getGroupHook.d.ts +40 -6
  14. package/getGroupHook.d.ts.map +1 -1
  15. package/getGroupHook.js.map +1 -1
  16. package/getGroupLabel.d.ts +125 -0
  17. package/getGroupLabel.d.ts.map +1 -0
  18. package/getGroupLabel.js +93 -0
  19. package/getGroupLabel.js.map +1 -0
  20. package/getGroupLabels.d.ts +74 -0
  21. package/getGroupLabels.d.ts.map +1 -0
  22. package/getGroupLabels.js +79 -0
  23. package/getGroupLabels.js.map +1 -0
  24. package/getGroupProtectedBranch.d.ts +82 -0
  25. package/getGroupProtectedBranch.d.ts.map +1 -0
  26. package/getGroupProtectedBranch.js +61 -0
  27. package/getGroupProtectedBranch.js.map +1 -0
  28. package/getGroupProtectedBranches.d.ts +54 -0
  29. package/getGroupProtectedBranches.d.ts.map +1 -0
  30. package/getGroupProtectedBranches.js +59 -0
  31. package/getGroupProtectedBranches.js.map +1 -0
  32. package/getProject.d.ts +355 -57
  33. package/getProject.d.ts.map +1 -1
  34. package/getProject.js +0 -6
  35. package/getProject.js.map +1 -1
  36. package/getProjectHook.d.ts +36 -6
  37. package/getProjectHook.d.ts.map +1 -1
  38. package/getProjectHook.js.map +1 -1
  39. package/getProjectMembership.d.ts +4 -40
  40. package/getProjectMembership.d.ts.map +1 -1
  41. package/getProjectMembership.js +0 -6
  42. package/getProjectMembership.js.map +1 -1
  43. package/getProjectProtectedBranch.d.ts +8 -21
  44. package/getProjectProtectedBranch.d.ts.map +1 -1
  45. package/getProjectProtectedBranch.js +0 -4
  46. package/getProjectProtectedBranch.js.map +1 -1
  47. package/getProjectProtectedBranches.d.ts +1 -10
  48. package/getProjectProtectedBranches.d.ts.map +1 -1
  49. package/getProjectProtectedBranches.js +0 -2
  50. package/getProjectProtectedBranches.js.map +1 -1
  51. package/getProjectServiceAccount.d.ts +97 -0
  52. package/getProjectServiceAccount.d.ts.map +1 -0
  53. package/getProjectServiceAccount.js +89 -0
  54. package/getProjectServiceAccount.js.map +1 -0
  55. package/getProjects.d.ts +22 -10
  56. package/getProjects.d.ts.map +1 -1
  57. package/getProjects.js +2 -0
  58. package/getProjects.js.map +1 -1
  59. package/getSystemHook.d.ts +111 -0
  60. package/getSystemHook.d.ts.map +1 -0
  61. package/getSystemHook.js +81 -0
  62. package/getSystemHook.js.map +1 -0
  63. package/getSystemHooks.d.ts +50 -0
  64. package/getSystemHooks.d.ts.map +1 -0
  65. package/getSystemHooks.js +73 -0
  66. package/getSystemHooks.js.map +1 -0
  67. package/group.d.ts +12 -0
  68. package/group.d.ts.map +1 -1
  69. package/group.js +2 -0
  70. package/group.js.map +1 -1
  71. package/groupAccessToken.d.ts +3 -3
  72. package/groupBranchProtection.d.ts +185 -0
  73. package/groupBranchProtection.d.ts.map +1 -0
  74. package/groupBranchProtection.js +146 -0
  75. package/groupBranchProtection.js.map +1 -0
  76. package/groupCluster.d.ts +1 -1
  77. package/groupCluster.js +1 -1
  78. package/groupDeployToken.d.ts +3 -3
  79. package/groupHook.d.ts +75 -3
  80. package/groupHook.d.ts.map +1 -1
  81. package/groupHook.js +15 -1
  82. package/groupHook.js.map +1 -1
  83. package/{integrationHarbor.d.ts → groupIntegrationHarbor.d.ts} +39 -43
  84. package/groupIntegrationHarbor.d.ts.map +1 -0
  85. package/{integrationHarbor.js → groupIntegrationHarbor.js} +30 -34
  86. package/groupIntegrationHarbor.js.map +1 -0
  87. package/groupSamlLink.d.ts +3 -3
  88. package/groupSavedReply.d.ts +78 -0
  89. package/groupSavedReply.d.ts.map +1 -0
  90. package/{deployToken.js → groupSavedReply.js} +19 -45
  91. package/groupSavedReply.js.map +1 -0
  92. package/groupServiceAccount.d.ts +12 -0
  93. package/groupServiceAccount.d.ts.map +1 -1
  94. package/groupServiceAccount.js +2 -0
  95. package/groupServiceAccount.js.map +1 -1
  96. package/groupServiceAccountAccessToken.d.ts +3 -3
  97. package/index.d.ts +45 -48
  98. package/index.d.ts.map +1 -1
  99. package/index.js +67 -86
  100. package/index.js.map +1 -1
  101. package/instanceCluster.d.ts +1 -1
  102. package/instanceCluster.js +1 -1
  103. package/integrationSlack.d.ts +0 -18
  104. package/integrationSlack.d.ts.map +1 -1
  105. package/integrationSlack.js +0 -2
  106. package/integrationSlack.js.map +1 -1
  107. package/memberRole.d.ts +3 -3
  108. package/package.json +2 -2
  109. package/personalAccessToken.d.ts +3 -3
  110. package/project.d.ts +36 -234
  111. package/project.d.ts.map +1 -1
  112. package/project.js +6 -26
  113. package/project.js.map +1 -1
  114. package/projectAccessToken.d.ts +3 -3
  115. package/projectCluster.d.ts +1 -1
  116. package/projectCluster.js +1 -1
  117. package/projectDeployToken.d.ts +3 -3
  118. package/projectHook.d.ts +103 -0
  119. package/projectHook.d.ts.map +1 -1
  120. package/projectHook.js +30 -1
  121. package/projectHook.js.map +1 -1
  122. package/projectIntegrationDatadog.d.ts +200 -0
  123. package/projectIntegrationDatadog.d.ts.map +1 -0
  124. package/{integrationGithub.js → projectIntegrationDatadog.js} +44 -45
  125. package/projectIntegrationDatadog.js.map +1 -0
  126. package/{integrationMicrosoftTeams.d.ts → projectIntegrationGoogleChat.d.ts} +35 -95
  127. package/projectIntegrationGoogleChat.d.ts.map +1 -0
  128. package/{integrationMicrosoftTeams.js → projectIntegrationGoogleChat.js} +12 -50
  129. package/projectIntegrationGoogleChat.js.map +1 -0
  130. package/projectIntegrationJira.d.ts +12 -12
  131. package/projectJobTokenScopes.d.ts +5 -21
  132. package/projectJobTokenScopes.d.ts.map +1 -1
  133. package/projectJobTokenScopes.js +6 -3
  134. package/projectJobTokenScopes.js.map +1 -1
  135. package/projectLabel.d.ts +12 -0
  136. package/projectLabel.d.ts.map +1 -1
  137. package/projectLabel.js +2 -0
  138. package/projectLabel.js.map +1 -1
  139. package/projectLevelMrApprovals.d.ts +21 -3
  140. package/projectLevelMrApprovals.d.ts.map +1 -1
  141. package/projectLevelMrApprovals.js +2 -0
  142. package/projectLevelMrApprovals.js.map +1 -1
  143. package/projectMergeRequestNote.d.ts +3 -3
  144. package/projectProtectedEnvironment.d.ts +4 -22
  145. package/projectProtectedEnvironment.d.ts.map +1 -1
  146. package/projectProtectedEnvironment.js +1 -3
  147. package/projectProtectedEnvironment.js.map +1 -1
  148. package/projectPushMirror.d.ts +12 -0
  149. package/projectPushMirror.d.ts.map +1 -1
  150. package/projectPushMirror.js +2 -0
  151. package/projectPushMirror.js.map +1 -1
  152. package/projectSavedReply.d.ts +78 -0
  153. package/projectSavedReply.d.ts.map +1 -0
  154. package/{label.js → projectSavedReply.js} +16 -24
  155. package/projectSavedReply.js.map +1 -0
  156. package/projectServiceAccount.d.ts +152 -0
  157. package/projectServiceAccount.d.ts.map +1 -0
  158. package/{integrationPipelinesEmail.js → projectServiceAccount.js} +42 -35
  159. package/projectServiceAccount.js.map +1 -0
  160. package/projectShareGroup.d.ts +2 -20
  161. package/projectShareGroup.d.ts.map +1 -1
  162. package/projectShareGroup.js +3 -2
  163. package/projectShareGroup.js.map +1 -1
  164. package/projectTargetBranchRule.d.ts +1 -1
  165. package/projectTargetBranchRule.js +1 -1
  166. package/systemHook.d.ts +50 -6
  167. package/systemHook.d.ts.map +1 -1
  168. package/systemHook.js +9 -1
  169. package/systemHook.js.map +1 -1
  170. package/types/input.d.ts +95 -249
  171. package/types/input.d.ts.map +1 -1
  172. package/types/output.d.ts +1168 -168
  173. package/types/output.d.ts.map +1 -1
  174. package/userImpersonationToken.d.ts +3 -3
  175. package/userSavedReply.d.ts +66 -0
  176. package/userSavedReply.d.ts.map +1 -0
  177. package/userSavedReply.js +82 -0
  178. package/userSavedReply.js.map +1 -0
  179. package/deployToken.d.ts +0 -147
  180. package/deployToken.d.ts.map +0 -1
  181. package/deployToken.js.map +0 -1
  182. package/integrationCustomIssueTracker.d.ts +0 -142
  183. package/integrationCustomIssueTracker.d.ts.map +0 -1
  184. package/integrationCustomIssueTracker.js +0 -130
  185. package/integrationCustomIssueTracker.js.map +0 -1
  186. package/integrationEmailsOnPush.d.ts +0 -198
  187. package/integrationEmailsOnPush.d.ts.map +0 -1
  188. package/integrationEmailsOnPush.js +0 -137
  189. package/integrationEmailsOnPush.js.map +0 -1
  190. package/integrationExternalWiki.d.ts +0 -137
  191. package/integrationExternalWiki.d.ts.map +0 -1
  192. package/integrationExternalWiki.js +0 -126
  193. package/integrationExternalWiki.js.map +0 -1
  194. package/integrationGithub.d.ts +0 -156
  195. package/integrationGithub.d.ts.map +0 -1
  196. package/integrationGithub.js.map +0 -1
  197. package/integrationHarbor.d.ts.map +0 -1
  198. package/integrationHarbor.js.map +0 -1
  199. package/integrationJenkins.d.ts +0 -190
  200. package/integrationJenkins.d.ts.map +0 -1
  201. package/integrationJenkins.js +0 -138
  202. package/integrationJenkins.js.map +0 -1
  203. package/integrationJira.d.ts +0 -299
  204. package/integrationJira.d.ts.map +0 -1
  205. package/integrationJira.js +0 -159
  206. package/integrationJira.js.map +0 -1
  207. package/integrationMattermost.d.ts +0 -352
  208. package/integrationMattermost.d.ts.map +0 -1
  209. package/integrationMattermost.js +0 -163
  210. package/integrationMattermost.js.map +0 -1
  211. package/integrationMicrosoftTeams.d.ts.map +0 -1
  212. package/integrationMicrosoftTeams.js.map +0 -1
  213. package/integrationPipelinesEmail.d.ts +0 -123
  214. package/integrationPipelinesEmail.d.ts.map +0 -1
  215. package/integrationPipelinesEmail.js.map +0 -1
  216. package/integrationRedmine.d.ts +0 -136
  217. package/integrationRedmine.d.ts.map +0 -1
  218. package/integrationRedmine.js +0 -131
  219. package/integrationRedmine.js.map +0 -1
  220. package/integrationTelegram.d.ts +0 -253
  221. package/integrationTelegram.d.ts.map +0 -1
  222. package/integrationTelegram.js +0 -184
  223. package/integrationTelegram.js.map +0 -1
  224. package/label.d.ts +0 -108
  225. package/label.d.ts.map +0 -1
  226. package/label.js.map +0 -1
  227. package/projectMirror.d.ts +0 -166
  228. package/projectMirror.d.ts.map +0 -1
  229. package/projectMirror.js +0 -131
  230. package/projectMirror.js.map +0 -1
  231. package/runner.d.ts +0 -188
  232. package/runner.d.ts.map +0 -1
  233. package/runner.js +0 -122
  234. package/runner.js.map +0 -1
package/systemHook.d.ts CHANGED
@@ -55,30 +55,46 @@ export declare class SystemHook extends pulumi.CustomResource {
55
55
  * The date and time the hook was created in ISO8601 format.
56
56
  */
57
57
  readonly createdAt: pulumi.Output<string>;
58
+ /**
59
+ * Description of the hook.
60
+ */
61
+ readonly description: pulumi.Output<string>;
58
62
  /**
59
63
  * Do SSL verification when triggering the hook.
60
64
  */
61
- readonly enableSslVerification: pulumi.Output<boolean | undefined>;
65
+ readonly enableSslVerification: pulumi.Output<boolean>;
62
66
  /**
63
67
  * Trigger hook on merge requests events.
64
68
  */
65
- readonly mergeRequestsEvents: pulumi.Output<boolean | undefined>;
69
+ readonly mergeRequestsEvents: pulumi.Output<boolean>;
70
+ /**
71
+ * Name of the hook.
72
+ */
73
+ readonly name: pulumi.Output<string>;
66
74
  /**
67
75
  * When true, the hook fires on push events.
68
76
  */
69
- readonly pushEvents: pulumi.Output<boolean | undefined>;
77
+ readonly pushEvents: pulumi.Output<boolean>;
70
78
  /**
71
79
  * Trigger hook on repository update events.
72
80
  */
73
- readonly repositoryUpdateEvents: pulumi.Output<boolean | undefined>;
81
+ readonly repositoryUpdateEvents: pulumi.Output<boolean>;
82
+ /**
83
+ * Secret used to sign webhook payloads (HMAC-SHA256, sent as the `X-Gitlab-Signature` header). Requires GitLab 19.0 or later (feature flag `webhookSigningToken`, on by default). Write-only — the value is never returned by the API and is not available for imported resources.
84
+ */
85
+ readonly signingToken: pulumi.Output<string | undefined>;
86
+ /**
87
+ * Whether a `signingToken` is configured server-side. Reflects the value returned by the GitLab API.
88
+ */
89
+ readonly signingTokenPresent: pulumi.Output<boolean>;
74
90
  /**
75
91
  * When true, the hook fires on new tags being pushed.
76
92
  */
77
- readonly tagPushEvents: pulumi.Output<boolean | undefined>;
93
+ readonly tagPushEvents: pulumi.Output<boolean>;
78
94
  /**
79
95
  * Secret token to validate received payloads; this isn't returned in the response. This attribute is not available for imported resources.
80
96
  */
81
- readonly token: pulumi.Output<string | undefined>;
97
+ readonly token: pulumi.Output<string>;
82
98
  /**
83
99
  * The hook URL.
84
100
  */
@@ -100,6 +116,10 @@ export interface SystemHookState {
100
116
  * The date and time the hook was created in ISO8601 format.
101
117
  */
102
118
  createdAt?: pulumi.Input<string | undefined>;
119
+ /**
120
+ * Description of the hook.
121
+ */
122
+ description?: pulumi.Input<string | undefined>;
103
123
  /**
104
124
  * Do SSL verification when triggering the hook.
105
125
  */
@@ -108,6 +128,10 @@ export interface SystemHookState {
108
128
  * Trigger hook on merge requests events.
109
129
  */
110
130
  mergeRequestsEvents?: pulumi.Input<boolean | undefined>;
131
+ /**
132
+ * Name of the hook.
133
+ */
134
+ name?: pulumi.Input<string | undefined>;
111
135
  /**
112
136
  * When true, the hook fires on push events.
113
137
  */
@@ -116,6 +140,14 @@ export interface SystemHookState {
116
140
  * Trigger hook on repository update events.
117
141
  */
118
142
  repositoryUpdateEvents?: pulumi.Input<boolean | undefined>;
143
+ /**
144
+ * Secret used to sign webhook payloads (HMAC-SHA256, sent as the `X-Gitlab-Signature` header). Requires GitLab 19.0 or later (feature flag `webhookSigningToken`, on by default). Write-only — the value is never returned by the API and is not available for imported resources.
145
+ */
146
+ signingToken?: pulumi.Input<string | undefined>;
147
+ /**
148
+ * Whether a `signingToken` is configured server-side. Reflects the value returned by the GitLab API.
149
+ */
150
+ signingTokenPresent?: pulumi.Input<boolean | undefined>;
119
151
  /**
120
152
  * When true, the hook fires on new tags being pushed.
121
153
  */
@@ -133,6 +165,10 @@ export interface SystemHookState {
133
165
  * The set of arguments for constructing a SystemHook resource.
134
166
  */
135
167
  export interface SystemHookArgs {
168
+ /**
169
+ * Description of the hook.
170
+ */
171
+ description?: pulumi.Input<string | undefined>;
136
172
  /**
137
173
  * Do SSL verification when triggering the hook.
138
174
  */
@@ -141,6 +177,10 @@ export interface SystemHookArgs {
141
177
  * Trigger hook on merge requests events.
142
178
  */
143
179
  mergeRequestsEvents?: pulumi.Input<boolean | undefined>;
180
+ /**
181
+ * Name of the hook.
182
+ */
183
+ name?: pulumi.Input<string | undefined>;
144
184
  /**
145
185
  * When true, the hook fires on push events.
146
186
  */
@@ -149,6 +189,10 @@ export interface SystemHookArgs {
149
189
  * Trigger hook on repository update events.
150
190
  */
151
191
  repositoryUpdateEvents?: pulumi.Input<boolean | undefined>;
192
+ /**
193
+ * Secret used to sign webhook payloads (HMAC-SHA256, sent as the `X-Gitlab-Signature` header). Requires GitLab 19.0 or later (feature flag `webhookSigningToken`, on by default). Write-only — the value is never returned by the API and is not available for imported resources.
194
+ */
195
+ signingToken?: pulumi.Input<string | undefined>;
152
196
  /**
153
197
  * When true, the hook fires on new tags being pushed.
154
198
  */
@@ -1 +1 @@
1
- {"version":3,"file":"systemHook.d.ts","sourceRoot":"","sources":["../systemHook.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"systemHook.d.ts","sourceRoot":"","sources":["../systemHook.ts"],"names":[],"mappings":"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"}
package/systemHook.js CHANGED
@@ -95,10 +95,14 @@ class SystemHook extends pulumi.CustomResource {
95
95
  if (opts.id) {
96
96
  const state = argsOrState;
97
97
  resourceInputs["createdAt"] = state?.createdAt;
98
+ resourceInputs["description"] = state?.description;
98
99
  resourceInputs["enableSslVerification"] = state?.enableSslVerification;
99
100
  resourceInputs["mergeRequestsEvents"] = state?.mergeRequestsEvents;
101
+ resourceInputs["name"] = state?.name;
100
102
  resourceInputs["pushEvents"] = state?.pushEvents;
101
103
  resourceInputs["repositoryUpdateEvents"] = state?.repositoryUpdateEvents;
104
+ resourceInputs["signingToken"] = state?.signingToken;
105
+ resourceInputs["signingTokenPresent"] = state?.signingTokenPresent;
102
106
  resourceInputs["tagPushEvents"] = state?.tagPushEvents;
103
107
  resourceInputs["token"] = state?.token;
104
108
  resourceInputs["url"] = state?.url;
@@ -108,17 +112,21 @@ class SystemHook extends pulumi.CustomResource {
108
112
  if (args?.url === undefined && !opts.urn) {
109
113
  throw new Error("Missing required property 'url'");
110
114
  }
115
+ resourceInputs["description"] = args?.description;
111
116
  resourceInputs["enableSslVerification"] = args?.enableSslVerification;
112
117
  resourceInputs["mergeRequestsEvents"] = args?.mergeRequestsEvents;
118
+ resourceInputs["name"] = args?.name;
113
119
  resourceInputs["pushEvents"] = args?.pushEvents;
114
120
  resourceInputs["repositoryUpdateEvents"] = args?.repositoryUpdateEvents;
121
+ resourceInputs["signingToken"] = args?.signingToken ? pulumi.secret(args.signingToken) : undefined;
115
122
  resourceInputs["tagPushEvents"] = args?.tagPushEvents;
116
123
  resourceInputs["token"] = args?.token ? pulumi.secret(args.token) : undefined;
117
124
  resourceInputs["url"] = args?.url;
118
125
  resourceInputs["createdAt"] = undefined /*out*/;
126
+ resourceInputs["signingTokenPresent"] = undefined /*out*/;
119
127
  }
120
128
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
121
- const secretOpts = { additionalSecretOutputs: ["token"] };
129
+ const secretOpts = { additionalSecretOutputs: ["signingToken", "token"] };
122
130
  opts = pulumi.mergeOptions(opts, secretOpts);
123
131
  super(SystemHook.__pulumiType, name, resourceInputs, opts);
124
132
  }
package/systemHook.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"systemHook.js","sourceRoot":"","sources":["../systemHook.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"systemHook.js","sourceRoot":"","sources":["../systemHook.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACjE,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,oCAAoC,CAAC;IAE3E;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;IA2DD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,EAAE,qBAAqB,CAAC;YACvE,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,EAAE,mBAAmB,CAAC;YACnE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,EAAE,sBAAsB,CAAC;YACzE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,EAAE,mBAAmB,CAAC;YACnE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;SACtC;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,IAAI,IAAI,EAAE,GAAG,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtC,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;aACtD;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,EAAE,qBAAqB,CAAC;YACtE,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,EAAE,mBAAmB,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,EAAE,sBAAsB,CAAC;YACxE,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACnG,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,CAAC;YAClC,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,cAAc,EAAE,OAAO,CAAC,EAAE,CAAC;QAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;;AA5HL,gCA6HC"}
package/types/input.d.ts CHANGED
@@ -70,7 +70,7 @@ export interface BranchCommit {
70
70
  }
71
71
  export interface BranchProtectionAllowedToMerge {
72
72
  /**
73
- * Access levels allowed to merge to protected branch. Valid values are: `no one`, `developer`, `maintainer`, `admin`.
73
+ * Access level allowed to perform the relevant action. Mutually exclusive with `groupId` and `userId`. Valid values are: `no one`, `developer`, `maintainer`, `admin`.
74
74
  */
75
75
  accessLevel?: pulumi.Input<string | undefined>;
76
76
  /**
@@ -78,17 +78,17 @@ export interface BranchProtectionAllowedToMerge {
78
78
  */
79
79
  accessLevelDescription?: pulumi.Input<string | undefined>;
80
80
  /**
81
- * The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `userId`.
81
+ * The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `userId` and `accessLevel`.
82
82
  */
83
83
  groupId?: pulumi.Input<number | undefined>;
84
84
  /**
85
- * The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `groupId`.
85
+ * The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `groupId` and `accessLevel`.
86
86
  */
87
87
  userId?: pulumi.Input<number | undefined>;
88
88
  }
89
89
  export interface BranchProtectionAllowedToPush {
90
90
  /**
91
- * Access levels allowed to push to protected branch. Valid values are: `no one`, `developer`, `maintainer`, `admin`.
91
+ * Access level allowed to perform the relevant action. Mutually exclusive with `deployKeyId`, `groupId`, and `userId`. Valid values are: `no one`, `developer`, `maintainer`, `admin`.
92
92
  */
93
93
  accessLevel?: pulumi.Input<string | undefined>;
94
94
  /**
@@ -96,21 +96,21 @@ export interface BranchProtectionAllowedToPush {
96
96
  */
97
97
  accessLevelDescription?: pulumi.Input<string | undefined>;
98
98
  /**
99
- * The ID of a GitLab deploy key allowed to perform the relevant action. Mutually exclusive with `groupId` and `userId`. This field is read-only until Gitlab 17.5.
99
+ * The ID of a GitLab deploy key allowed to perform the relevant action. Mutually exclusive with `userId`, `groupId`, and `accessLevel`. This field is read-only until Gitlab 17.5.
100
100
  */
101
101
  deployKeyId?: pulumi.Input<number | undefined>;
102
102
  /**
103
- * The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deployKeyId` and `userId`.
103
+ * The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deployKeyId`, `userId`, and `accessLevel`.
104
104
  */
105
105
  groupId?: pulumi.Input<number | undefined>;
106
106
  /**
107
- * The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deployKeyId` and `groupId`.
107
+ * The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deployKeyId`, `groupId`, and `accessLevel`.
108
108
  */
109
109
  userId?: pulumi.Input<number | undefined>;
110
110
  }
111
111
  export interface BranchProtectionAllowedToUnprotect {
112
112
  /**
113
- * Access levels allowed to unprotect push to protected branch. Valid values are: `developer`, `maintainer`, `admin`.
113
+ * Access level allowed to perform the relevant action. Mutually exclusive with `groupId` and `userId`. Valid values are: `developer`, `maintainer`, `admin`.
114
114
  */
115
115
  accessLevel?: pulumi.Input<string | undefined>;
116
116
  /**
@@ -118,11 +118,11 @@ export interface BranchProtectionAllowedToUnprotect {
118
118
  */
119
119
  accessLevelDescription?: pulumi.Input<string | undefined>;
120
120
  /**
121
- * The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `userId`.
121
+ * The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `userId` and `accessLevel`.
122
122
  */
123
123
  groupId?: pulumi.Input<number | undefined>;
124
124
  /**
125
- * The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `groupId`.
125
+ * The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `groupId` and `accessLevel`.
126
126
  */
127
127
  userId?: pulumi.Input<number | undefined>;
128
128
  }
@@ -414,218 +414,6 @@ export interface GetProjectApprovalRulesApprovalRuleArgs {
414
414
  */
415
415
  userIds?: pulumi.Input<pulumi.Input<number>[] | undefined>;
416
416
  }
417
- export interface GetProjectProtectedBranchMergeAccessLevel {
418
- /**
419
- * Access levels allowed to merge to protected branch. Valid values are: `no one`, `developer`, `maintainer`, `admin`.
420
- */
421
- accessLevel?: string;
422
- /**
423
- * Readable description of access level.
424
- */
425
- accessLevelDescription?: string;
426
- /**
427
- * The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `userId`.
428
- */
429
- groupId?: number;
430
- /**
431
- * The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `groupId`.
432
- */
433
- userId?: number;
434
- }
435
- export interface GetProjectProtectedBranchMergeAccessLevelArgs {
436
- /**
437
- * Access levels allowed to merge to protected branch. Valid values are: `no one`, `developer`, `maintainer`, `admin`.
438
- */
439
- accessLevel?: pulumi.Input<string | undefined>;
440
- /**
441
- * Readable description of access level.
442
- */
443
- accessLevelDescription?: pulumi.Input<string | undefined>;
444
- /**
445
- * The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `userId`.
446
- */
447
- groupId?: pulumi.Input<number | undefined>;
448
- /**
449
- * The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `groupId`.
450
- */
451
- userId?: pulumi.Input<number | undefined>;
452
- }
453
- export interface GetProjectProtectedBranchPushAccessLevel {
454
- /**
455
- * Access levels allowed to push to protected branch. Valid values are: `no one`, `developer`, `maintainer`, `admin`.
456
- */
457
- accessLevel?: string;
458
- /**
459
- * Readable description of access level.
460
- */
461
- accessLevelDescription?: string;
462
- /**
463
- * The ID of a GitLab deploy key allowed to perform the relevant action. Mutually exclusive with `groupId` and `userId`. This field is read-only until Gitlab 17.5.
464
- */
465
- deployKeyId?: number;
466
- /**
467
- * The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deployKeyId` and `userId`.
468
- */
469
- groupId?: number;
470
- /**
471
- * The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deployKeyId` and `groupId`.
472
- */
473
- userId?: number;
474
- }
475
- export interface GetProjectProtectedBranchPushAccessLevelArgs {
476
- /**
477
- * Access levels allowed to push to protected branch. Valid values are: `no one`, `developer`, `maintainer`, `admin`.
478
- */
479
- accessLevel?: pulumi.Input<string | undefined>;
480
- /**
481
- * Readable description of access level.
482
- */
483
- accessLevelDescription?: pulumi.Input<string | undefined>;
484
- /**
485
- * The ID of a GitLab deploy key allowed to perform the relevant action. Mutually exclusive with `groupId` and `userId`. This field is read-only until Gitlab 17.5.
486
- */
487
- deployKeyId?: pulumi.Input<number | undefined>;
488
- /**
489
- * The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deployKeyId` and `userId`.
490
- */
491
- groupId?: pulumi.Input<number | undefined>;
492
- /**
493
- * The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deployKeyId` and `groupId`.
494
- */
495
- userId?: pulumi.Input<number | undefined>;
496
- }
497
- export interface GetProjectProtectedBranchesProtectedBranch {
498
- /**
499
- * Whether force push is allowed.
500
- */
501
- allowForcePush?: boolean;
502
- /**
503
- * Reject code pushes that change files listed in the CODEOWNERS file.
504
- */
505
- codeOwnerApprovalRequired?: boolean;
506
- /**
507
- * The ID of this resource.
508
- */
509
- id?: number;
510
- /**
511
- * Array of access levels and user(s)/group(s) allowed to merge to protected branch.
512
- */
513
- mergeAccessLevels?: inputs.GetProjectProtectedBranchesProtectedBranchMergeAccessLevel[];
514
- /**
515
- * The name of the protected branch.
516
- */
517
- name?: string;
518
- /**
519
- * Array of access levels and user(s)/group(s) allowed to push to protected branch.
520
- */
521
- pushAccessLevels?: inputs.GetProjectProtectedBranchesProtectedBranchPushAccessLevel[];
522
- }
523
- export interface GetProjectProtectedBranchesProtectedBranchArgs {
524
- /**
525
- * Whether force push is allowed.
526
- */
527
- allowForcePush?: pulumi.Input<boolean | undefined>;
528
- /**
529
- * Reject code pushes that change files listed in the CODEOWNERS file.
530
- */
531
- codeOwnerApprovalRequired?: pulumi.Input<boolean | undefined>;
532
- /**
533
- * The ID of this resource.
534
- */
535
- id?: pulumi.Input<number | undefined>;
536
- /**
537
- * Array of access levels and user(s)/group(s) allowed to merge to protected branch.
538
- */
539
- mergeAccessLevels?: pulumi.Input<pulumi.Input<inputs.GetProjectProtectedBranchesProtectedBranchMergeAccessLevelArgs>[] | undefined>;
540
- /**
541
- * The name of the protected branch.
542
- */
543
- name?: pulumi.Input<string | undefined>;
544
- /**
545
- * Array of access levels and user(s)/group(s) allowed to push to protected branch.
546
- */
547
- pushAccessLevels?: pulumi.Input<pulumi.Input<inputs.GetProjectProtectedBranchesProtectedBranchPushAccessLevelArgs>[] | undefined>;
548
- }
549
- export interface GetProjectProtectedBranchesProtectedBranchMergeAccessLevel {
550
- /**
551
- * Access levels allowed to merge to protected branch. Valid values are: `no one`, `developer`, `maintainer`, `admin`.
552
- */
553
- accessLevel?: string;
554
- /**
555
- * Readable description of access level.
556
- */
557
- accessLevelDescription?: string;
558
- /**
559
- * The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `userId`.
560
- */
561
- groupId?: number;
562
- /**
563
- * The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `groupId`.
564
- */
565
- userId?: number;
566
- }
567
- export interface GetProjectProtectedBranchesProtectedBranchMergeAccessLevelArgs {
568
- /**
569
- * Access levels allowed to merge to protected branch. Valid values are: `no one`, `developer`, `maintainer`, `admin`.
570
- */
571
- accessLevel?: pulumi.Input<string | undefined>;
572
- /**
573
- * Readable description of access level.
574
- */
575
- accessLevelDescription?: pulumi.Input<string | undefined>;
576
- /**
577
- * The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `userId`.
578
- */
579
- groupId?: pulumi.Input<number | undefined>;
580
- /**
581
- * The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `groupId`.
582
- */
583
- userId?: pulumi.Input<number | undefined>;
584
- }
585
- export interface GetProjectProtectedBranchesProtectedBranchPushAccessLevel {
586
- /**
587
- * Access levels allowed to push to protected branch. Valid values are: `no one`, `developer`, `maintainer`, `admin`.
588
- */
589
- accessLevel?: string;
590
- /**
591
- * Readable description of access level.
592
- */
593
- accessLevelDescription?: string;
594
- /**
595
- * The ID of a GitLab deploy key allowed to perform the relevant action. Mutually exclusive with `groupId` and `userId`. This field is read-only until Gitlab 17.5.
596
- */
597
- deployKeyId?: number;
598
- /**
599
- * The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deployKeyId` and `userId`.
600
- */
601
- groupId?: number;
602
- /**
603
- * The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deployKeyId` and `groupId`.
604
- */
605
- userId?: number;
606
- }
607
- export interface GetProjectProtectedBranchesProtectedBranchPushAccessLevelArgs {
608
- /**
609
- * Access levels allowed to push to protected branch. Valid values are: `no one`, `developer`, `maintainer`, `admin`.
610
- */
611
- accessLevel?: pulumi.Input<string | undefined>;
612
- /**
613
- * Readable description of access level.
614
- */
615
- accessLevelDescription?: pulumi.Input<string | undefined>;
616
- /**
617
- * The ID of a GitLab deploy key allowed to perform the relevant action. Mutually exclusive with `groupId` and `userId`. This field is read-only until Gitlab 17.5.
618
- */
619
- deployKeyId?: pulumi.Input<number | undefined>;
620
- /**
621
- * The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deployKeyId` and `userId`.
622
- */
623
- groupId?: pulumi.Input<number | undefined>;
624
- /**
625
- * The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deployKeyId` and `groupId`.
626
- */
627
- userId?: pulumi.Input<number | undefined>;
628
- }
629
417
  export interface GetReleaseAssets {
630
418
  /**
631
419
  * The number of assets for a release
@@ -944,6 +732,64 @@ export interface GroupAccessTokenRotationConfiguration {
944
732
  */
945
733
  rotateBeforeDays: pulumi.Input<number>;
946
734
  }
735
+ export interface GroupBranchProtectionAllowedToMerge {
736
+ /**
737
+ * Access level allowed to perform the relevant action. Mutually exclusive with `groupId` and `userId`. Valid values are: `no one`, `developer`, `maintainer`, `admin`.
738
+ */
739
+ accessLevel?: pulumi.Input<string | undefined>;
740
+ /**
741
+ * Readable description of access level.
742
+ */
743
+ accessLevelDescription?: pulumi.Input<string | undefined>;
744
+ /**
745
+ * The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `userId` and `accessLevel`.
746
+ */
747
+ groupId?: pulumi.Input<number | undefined>;
748
+ /**
749
+ * The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `groupId` and `accessLevel`.
750
+ */
751
+ userId?: pulumi.Input<number | undefined>;
752
+ }
753
+ export interface GroupBranchProtectionAllowedToPush {
754
+ /**
755
+ * Access level allowed to perform the relevant action. Mutually exclusive with `deployKeyId`, `groupId`, and `userId`. Valid values are: `no one`, `developer`, `maintainer`, `admin`.
756
+ */
757
+ accessLevel?: pulumi.Input<string | undefined>;
758
+ /**
759
+ * Readable description of access level.
760
+ */
761
+ accessLevelDescription?: pulumi.Input<string | undefined>;
762
+ /**
763
+ * The ID of a GitLab deploy key allowed to perform the relevant action. Mutually exclusive with `userId`, `groupId`, and `accessLevel`.
764
+ */
765
+ deployKeyId?: pulumi.Input<number | undefined>;
766
+ /**
767
+ * The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deployKeyId`, `userId`, and `accessLevel`.
768
+ */
769
+ groupId?: pulumi.Input<number | undefined>;
770
+ /**
771
+ * The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deployKeyId`, `groupId`, and `accessLevel`.
772
+ */
773
+ userId?: pulumi.Input<number | undefined>;
774
+ }
775
+ export interface GroupBranchProtectionAllowedToUnprotect {
776
+ /**
777
+ * Access level allowed to perform the relevant action. Mutually exclusive with `groupId` and `userId`. Valid values are: `developer`, `maintainer`, `admin`.
778
+ */
779
+ accessLevel?: pulumi.Input<string | undefined>;
780
+ /**
781
+ * Readable description of access level.
782
+ */
783
+ accessLevelDescription?: pulumi.Input<string | undefined>;
784
+ /**
785
+ * The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `userId` and `accessLevel`.
786
+ */
787
+ groupId?: pulumi.Input<number | undefined>;
788
+ /**
789
+ * The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `groupId` and `accessLevel`.
790
+ */
791
+ userId?: pulumi.Input<number | undefined>;
792
+ }
947
793
  export interface GroupDefaultBranchProtectionDefaults {
948
794
  /**
949
795
  * Allow force push for all users with push access.
@@ -990,6 +836,16 @@ export interface GroupHookCustomHeader {
990
836
  */
991
837
  value: pulumi.Input<string>;
992
838
  }
839
+ export interface GroupHookUrlVariable {
840
+ /**
841
+ * The value to display in place of the sensitive portion in the URL.
842
+ */
843
+ key: pulumi.Input<string>;
844
+ /**
845
+ * The sensitive portion of the webhook URL to mask. This value cannot be imported.
846
+ */
847
+ value: pulumi.Input<string>;
848
+ }
993
849
  export interface GroupIssueBoardList {
994
850
  /**
995
851
  * The ID of the list.
@@ -1014,7 +870,7 @@ export interface GroupProtectedEnvironmentApprovalRule {
1014
870
  */
1015
871
  accessLevelDescription?: pulumi.Input<string | undefined>;
1016
872
  /**
1017
- * The ID of the group allowed to approve a deployment to this protected environment. TThe group must be a sub-group under the given group. Mutually exclusive with `accessLevel` and `userId`.
873
+ * The ID of the group allowed to approve a deployment to this protected environment. The group must be a sub-group under the given group. Mutually exclusive with `accessLevel` and `userId`.
1018
874
  */
1019
875
  groupId?: pulumi.Input<number | undefined>;
1020
876
  /**
@@ -1212,6 +1068,16 @@ export interface ProjectHookCustomHeader {
1212
1068
  */
1213
1069
  value: pulumi.Input<string>;
1214
1070
  }
1071
+ export interface ProjectHookUrlVariable {
1072
+ /**
1073
+ * The value to display in place of the sensitive portion in the URL.
1074
+ */
1075
+ key: pulumi.Input<string>;
1076
+ /**
1077
+ * The sensitive portion of the webhook URL to mask. This value cannot be imported.
1078
+ */
1079
+ value: pulumi.Input<string>;
1080
+ }
1215
1081
  export interface ProjectIssueBoardList {
1216
1082
  /**
1217
1083
  * The ID of the assignee the list should be scoped to. Requires a GitLab EE license.
@@ -1296,32 +1162,6 @@ export interface ProjectProtectedEnvironmentApprovalRule {
1296
1162
  */
1297
1163
  userId?: pulumi.Input<number | undefined>;
1298
1164
  }
1299
- export interface ProjectProtectedEnvironmentDeployAccessLevel {
1300
- /**
1301
- * Levels of access required to deploy to this protected environment. Mutually exclusive with `userId` and `groupId`. Valid values are `developer`, `maintainer`.
1302
- */
1303
- accessLevel?: pulumi.Input<string | undefined>;
1304
- /**
1305
- * Readable description of level of access.
1306
- */
1307
- accessLevelDescription?: pulumi.Input<string | undefined>;
1308
- /**
1309
- * The ID of the group allowed to deploy to this protected environment. The project must be shared with the group. Mutually exclusive with `accessLevel` and `userId`.
1310
- */
1311
- groupId?: pulumi.Input<number | undefined>;
1312
- /**
1313
- * Group inheritance allows deploy access levels to take inherited group membership into account. Valid values are `0`, `1`. `0` => Direct group membership only, `1` => All inherited groups. Default: `0`
1314
- */
1315
- groupInheritanceType?: pulumi.Input<number | undefined>;
1316
- /**
1317
- * The unique ID of the Deploy Access Level object.
1318
- */
1319
- id?: pulumi.Input<number | undefined>;
1320
- /**
1321
- * The ID of the user allowed to deploy to this protected environment. The user must be a member of the project. Mutually exclusive with `accessLevel` and `groupId`.
1322
- */
1323
- userId?: pulumi.Input<number | undefined>;
1324
- }
1325
1165
  export interface ProjectProtectedEnvironmentDeployAccessLevelsAttribute {
1326
1166
  /**
1327
1167
  * Levels of access required to deploy to this protected environment. Mutually exclusive with `userId` and `groupId`. Valid values are `developer`, `maintainer`.
@@ -1402,6 +1242,12 @@ export interface ProjectPushRules {
1402
1242
  */
1403
1243
  rejectUnsignedCommits?: pulumi.Input<boolean | undefined>;
1404
1244
  }
1245
+ export interface ProjectServiceAccountTimeouts {
1246
+ /**
1247
+ * How long to wait for the service account to be fully deleted. Defaults to 10 minutes.
1248
+ */
1249
+ delete?: pulumi.Input<string | undefined>;
1250
+ }
1405
1251
  export interface ProjectTagCommit {
1406
1252
  /**
1407
1253
  * The email of the author.