@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
@@ -18,13 +18,40 @@ export declare function getCurrentUser(opts?: pulumi.InvokeOptions): Promise<Get
18
18
  * A collection of values returned by getCurrentUser.
19
19
  */
20
20
  export interface GetCurrentUserResult {
21
+ /**
22
+ * Indicates if the user is a bot.
23
+ */
21
24
  readonly bot: boolean;
25
+ /**
26
+ * Global ID of the user. This is in the form of a GraphQL globally unique ID.
27
+ */
22
28
  readonly globalId: string;
29
+ /**
30
+ * Personal namespace of the user. This is in the form of a GraphQL globally unique ID.
31
+ */
23
32
  readonly globalNamespaceId: string;
33
+ /**
34
+ * Group count for the user.
35
+ */
24
36
  readonly groupCount: number;
37
+ /**
38
+ * ID of the user.
39
+ */
25
40
  readonly id: string;
41
+ /**
42
+ * Human-readable name of the user. Returns **** if the user is a project bot and the requester does not have permission to view the project.
43
+ */
26
44
  readonly name: string;
45
+ /**
46
+ * Personal namespace of the user.
47
+ */
27
48
  readonly namespaceId: string;
49
+ /**
50
+ * User’s public email.
51
+ */
28
52
  readonly publicEmail: string;
53
+ /**
54
+ * Username of the user. Unique within this instance of GitLab.
55
+ */
29
56
  readonly username: string;
30
57
  }
package/getGroup.d.ts CHANGED
@@ -21,30 +21,78 @@ export declare function getGroup(args?: GetGroupArgs, opts?: pulumi.InvokeOption
21
21
  * A collection of arguments for invoking getGroup.
22
22
  */
23
23
  export interface GetGroupArgs {
24
+ /**
25
+ * The full path of the group.
26
+ */
24
27
  fullPath?: string;
28
+ /**
29
+ * The ID of the group.
30
+ */
25
31
  groupId?: number;
26
32
  }
27
33
  /**
28
34
  * A collection of values returned by getGroup.
29
35
  */
30
36
  export interface GetGroupResult {
37
+ /**
38
+ * Whether developers and maintainers can push to the applicable default branch.
39
+ */
31
40
  readonly defaultBranchProtection: number;
41
+ /**
42
+ * The description of the group.
43
+ */
32
44
  readonly description: string;
45
+ /**
46
+ * The full name of the group.
47
+ */
33
48
  readonly fullName: string;
49
+ /**
50
+ * The full path of the group.
51
+ */
34
52
  readonly fullPath: string;
53
+ /**
54
+ * The ID of the group.
55
+ */
35
56
  readonly groupId: number;
36
57
  /**
37
58
  * The provider-assigned unique ID for this managed resource.
38
59
  */
39
60
  readonly id: string;
61
+ /**
62
+ * Boolean, is LFS enabled for projects in this group.
63
+ */
40
64
  readonly lfsEnabled: boolean;
65
+ /**
66
+ * The name of this group.
67
+ */
41
68
  readonly name: string;
69
+ /**
70
+ * Integer, ID of the parent group.
71
+ */
42
72
  readonly parentId: number;
73
+ /**
74
+ * The path of the group.
75
+ */
43
76
  readonly path: string;
77
+ /**
78
+ * When enabled, users can not fork projects from this group to external namespaces.
79
+ */
44
80
  readonly preventForkingOutsideGroup: boolean;
81
+ /**
82
+ * Boolean, is request for access enabled to the group.
83
+ */
45
84
  readonly requestAccessEnabled: boolean;
85
+ /**
86
+ * The group level registration token to use during runner setup.
87
+ */
46
88
  readonly runnersToken: string;
89
+ /**
90
+ * Visibility level of the group. Possible values are `private`, `internal`, `public`.
91
+ */
47
92
  readonly visibilityLevel: string;
93
+ /**
94
+ * Web URL of the group.
95
+ */
48
96
  readonly webUrl: string;
49
97
  }
50
98
  export declare function getGroupOutput(args?: GetGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetGroupResult>;
@@ -52,6 +100,12 @@ export declare function getGroupOutput(args?: GetGroupOutputArgs, opts?: pulumi.
52
100
  * A collection of arguments for invoking getGroup.
53
101
  */
54
102
  export interface GetGroupOutputArgs {
103
+ /**
104
+ * The full path of the group.
105
+ */
55
106
  fullPath?: pulumi.Input<string>;
107
+ /**
108
+ * The ID of the group.
109
+ */
56
110
  groupId?: pulumi.Input<number>;
57
111
  }
package/getGroup.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getGroup.js","sourceRoot":"","sources":["../getGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4BAWC;AAkCD,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5D,CAAC;AAFD,wCAEC"}
1
+ {"version":3,"file":"getGroup.js","sourceRoot":"","sources":["../getGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4BAWC;AAkFD,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5D,CAAC;AAFD,wCAEC"}
@@ -0,0 +1,123 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * The `gitlab.GroupHook` data source allows to retrieve details about a hook in a group.
4
+ *
5
+ * **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/groups.html#get-group-hook)
6
+ */
7
+ export declare function getGroupHook(args: GetGroupHookArgs, opts?: pulumi.InvokeOptions): Promise<GetGroupHookResult>;
8
+ /**
9
+ * A collection of arguments for invoking getGroupHook.
10
+ */
11
+ export interface GetGroupHookArgs {
12
+ /**
13
+ * The ID or full path of the group.
14
+ */
15
+ group: string;
16
+ /**
17
+ * The id of the group hook.
18
+ */
19
+ hookId: number;
20
+ }
21
+ /**
22
+ * A collection of values returned by getGroupHook.
23
+ */
24
+ export interface GetGroupHookResult {
25
+ /**
26
+ * Invoke the hook for confidential issues events.
27
+ */
28
+ readonly confidentialIssuesEvents: boolean;
29
+ /**
30
+ * Invoke the hook for confidential notes events.
31
+ */
32
+ readonly confidentialNoteEvents: boolean;
33
+ /**
34
+ * Invoke the hook for deployment events.
35
+ */
36
+ readonly deploymentEvents: boolean;
37
+ /**
38
+ * Enable ssl verification when invoking the hook.
39
+ */
40
+ readonly enableSslVerification: boolean;
41
+ /**
42
+ * The ID or full path of the group.
43
+ */
44
+ readonly group: string;
45
+ /**
46
+ * The id of the group for the hook.
47
+ */
48
+ readonly groupId: number;
49
+ /**
50
+ * The id of the group hook.
51
+ */
52
+ readonly hookId: number;
53
+ /**
54
+ * The provider-assigned unique ID for this managed resource.
55
+ */
56
+ readonly id: string;
57
+ /**
58
+ * Invoke the hook for issues events.
59
+ */
60
+ readonly issuesEvents: boolean;
61
+ /**
62
+ * Invoke the hook for job events.
63
+ */
64
+ readonly jobEvents: boolean;
65
+ /**
66
+ * Invoke the hook for merge requests.
67
+ */
68
+ readonly mergeRequestsEvents: boolean;
69
+ /**
70
+ * Invoke the hook for notes events.
71
+ */
72
+ readonly noteEvents: boolean;
73
+ /**
74
+ * Invoke the hook for pipeline events.
75
+ */
76
+ readonly pipelineEvents: boolean;
77
+ /**
78
+ * Invoke the hook for push events.
79
+ */
80
+ readonly pushEvents: boolean;
81
+ /**
82
+ * Invoke the hook for push events on matching branches only.
83
+ */
84
+ readonly pushEventsBranchFilter: string;
85
+ /**
86
+ * Invoke the hook for releases events.
87
+ */
88
+ readonly releasesEvents: boolean;
89
+ /**
90
+ * Invoke the hook for subgroup events.
91
+ */
92
+ readonly subgroupEvents: boolean;
93
+ /**
94
+ * Invoke the hook for tag push events.
95
+ */
96
+ readonly tagPushEvents: boolean;
97
+ /**
98
+ * A token to present when invoking the hook. The token is not available for imported resources.
99
+ */
100
+ readonly token: string;
101
+ /**
102
+ * The url of the hook to invoke.
103
+ */
104
+ readonly url: string;
105
+ /**
106
+ * Invoke the hook for wiki page events.
107
+ */
108
+ readonly wikiPageEvents: boolean;
109
+ }
110
+ export declare function getGroupHookOutput(args: GetGroupHookOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetGroupHookResult>;
111
+ /**
112
+ * A collection of arguments for invoking getGroupHook.
113
+ */
114
+ export interface GetGroupHookOutputArgs {
115
+ /**
116
+ * The ID or full path of the group.
117
+ */
118
+ group: pulumi.Input<string>;
119
+ /**
120
+ * The id of the group hook.
121
+ */
122
+ hookId: pulumi.Input<number>;
123
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getGroupHookOutput = exports.getGroupHook = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * The `gitlab.GroupHook` data source allows to retrieve details about a hook in a group.
10
+ *
11
+ * **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/groups.html#get-group-hook)
12
+ */
13
+ function getGroupHook(args, opts) {
14
+ if (!opts) {
15
+ opts = {};
16
+ }
17
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
18
+ return pulumi.runtime.invoke("gitlab:index/getGroupHook:getGroupHook", {
19
+ "group": args.group,
20
+ "hookId": args.hookId,
21
+ }, opts);
22
+ }
23
+ exports.getGroupHook = getGroupHook;
24
+ function getGroupHookOutput(args, opts) {
25
+ return pulumi.output(args).apply(a => getGroupHook(a, opts));
26
+ }
27
+ exports.getGroupHookOutput = getGroupHookOutput;
28
+ //# sourceMappingURL=getGroupHook.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getGroupHook.js","sourceRoot":"","sources":["../getGroupHook.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,oCAUC;AA0GD,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChE,CAAC;AAFD,gDAEC"}
@@ -0,0 +1,44 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ /**
4
+ * The `gitlab.getGroupHooks` data source allows to retrieve details about hooks in a group.
5
+ *
6
+ * **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/groups.html#list-group-hooks)
7
+ */
8
+ export declare function getGroupHooks(args: GetGroupHooksArgs, opts?: pulumi.InvokeOptions): Promise<GetGroupHooksResult>;
9
+ /**
10
+ * A collection of arguments for invoking getGroupHooks.
11
+ */
12
+ export interface GetGroupHooksArgs {
13
+ /**
14
+ * The ID or full path of the group.
15
+ */
16
+ group: string;
17
+ }
18
+ /**
19
+ * A collection of values returned by getGroupHooks.
20
+ */
21
+ export interface GetGroupHooksResult {
22
+ /**
23
+ * The ID or full path of the group.
24
+ */
25
+ readonly group: string;
26
+ /**
27
+ * The list of hooks.
28
+ */
29
+ readonly hooks: outputs.GetGroupHooksHook[];
30
+ /**
31
+ * The provider-assigned unique ID for this managed resource.
32
+ */
33
+ readonly id: string;
34
+ }
35
+ export declare function getGroupHooksOutput(args: GetGroupHooksOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetGroupHooksResult>;
36
+ /**
37
+ * A collection of arguments for invoking getGroupHooks.
38
+ */
39
+ export interface GetGroupHooksOutputArgs {
40
+ /**
41
+ * The ID or full path of the group.
42
+ */
43
+ group: pulumi.Input<string>;
44
+ }
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getGroupHooksOutput = exports.getGroupHooks = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * The `gitlab.getGroupHooks` data source allows to retrieve details about hooks in a group.
10
+ *
11
+ * **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/groups.html#list-group-hooks)
12
+ */
13
+ function getGroupHooks(args, opts) {
14
+ if (!opts) {
15
+ opts = {};
16
+ }
17
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
18
+ return pulumi.runtime.invoke("gitlab:index/getGroupHooks:getGroupHooks", {
19
+ "group": args.group,
20
+ }, opts);
21
+ }
22
+ exports.getGroupHooks = getGroupHooks;
23
+ function getGroupHooksOutput(args, opts) {
24
+ return pulumi.output(args).apply(a => getGroupHooks(a, opts));
25
+ }
26
+ exports.getGroupHooksOutput = getGroupHooksOutput;
27
+ //# sourceMappingURL=getGroupHooks.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getGroupHooks.js","sourceRoot":"","sources":["../getGroupHooks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sCASC;AA8BD,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,kDAEC"}
@@ -1,5 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import { output as outputs } from "./types";
2
+ import * as outputs from "./types/output";
3
3
  /**
4
4
  * The `gitlab.GroupMembership` data source allows to list and filter all members of a group specified by either its id or full path.
5
5
  *
@@ -22,21 +22,42 @@ export declare function getGroupMembership(args?: GetGroupMembershipArgs, opts?:
22
22
  * A collection of arguments for invoking getGroupMembership.
23
23
  */
24
24
  export interface GetGroupMembershipArgs {
25
+ /**
26
+ * Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
27
+ */
25
28
  accessLevel?: string;
29
+ /**
30
+ * The full path of the group.
31
+ */
26
32
  fullPath?: string;
33
+ /**
34
+ * The ID of the group.
35
+ */
27
36
  groupId?: number;
28
37
  }
29
38
  /**
30
39
  * A collection of values returned by getGroupMembership.
31
40
  */
32
41
  export interface GetGroupMembershipResult {
42
+ /**
43
+ * Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
44
+ */
33
45
  readonly accessLevel: string;
46
+ /**
47
+ * The full path of the group.
48
+ */
34
49
  readonly fullPath: string;
50
+ /**
51
+ * The ID of the group.
52
+ */
35
53
  readonly groupId: number;
36
54
  /**
37
55
  * The provider-assigned unique ID for this managed resource.
38
56
  */
39
57
  readonly id: string;
58
+ /**
59
+ * The list of group members.
60
+ */
40
61
  readonly members: outputs.GetGroupMembershipMember[];
41
62
  }
42
63
  export declare function getGroupMembershipOutput(args?: GetGroupMembershipOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetGroupMembershipResult>;
@@ -44,7 +65,16 @@ export declare function getGroupMembershipOutput(args?: GetGroupMembershipOutput
44
65
  * A collection of arguments for invoking getGroupMembership.
45
66
  */
46
67
  export interface GetGroupMembershipOutputArgs {
68
+ /**
69
+ * Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
70
+ */
47
71
  accessLevel?: pulumi.Input<string>;
72
+ /**
73
+ * The full path of the group.
74
+ */
48
75
  fullPath?: pulumi.Input<string>;
76
+ /**
77
+ * The ID of the group.
78
+ */
49
79
  groupId?: pulumi.Input<number>;
50
80
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getGroupMembership.js","sourceRoot":"","sources":["../getGroupMembership.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,gDAYC;AAyBD,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,4DAEC"}
1
+ {"version":3,"file":"getGroupMembership.js","sourceRoot":"","sources":["../getGroupMembership.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,gDAYC;AA8CD,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,4DAEC"}
@@ -27,24 +27,54 @@ export declare function getGroupVariable(args: GetGroupVariableArgs, opts?: pulu
27
27
  * A collection of arguments for invoking getGroupVariable.
28
28
  */
29
29
  export interface GetGroupVariableArgs {
30
+ /**
31
+ * The environment scope of the variable. Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
32
+ */
30
33
  environmentScope?: string;
34
+ /**
35
+ * The name or id of the group.
36
+ */
31
37
  group: string;
38
+ /**
39
+ * The name of the variable.
40
+ */
32
41
  key: string;
33
42
  }
34
43
  /**
35
44
  * A collection of values returned by getGroupVariable.
36
45
  */
37
46
  export interface GetGroupVariableResult {
47
+ /**
48
+ * The environment scope of the variable. Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
49
+ */
38
50
  readonly environmentScope: string;
51
+ /**
52
+ * The name or id of the group.
53
+ */
39
54
  readonly group: string;
40
55
  /**
41
56
  * The provider-assigned unique ID for this managed resource.
42
57
  */
43
58
  readonly id: string;
59
+ /**
60
+ * The name of the variable.
61
+ */
44
62
  readonly key: string;
63
+ /**
64
+ * If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
65
+ */
45
66
  readonly masked: boolean;
67
+ /**
68
+ * If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. Defaults to `false`.
69
+ */
46
70
  readonly protected: boolean;
71
+ /**
72
+ * The value of the variable.
73
+ */
47
74
  readonly value: string;
75
+ /**
76
+ * The type of a variable. Valid values are: `envVar`, `file`. Default is `envVar`.
77
+ */
48
78
  readonly variableType: string;
49
79
  }
50
80
  export declare function getGroupVariableOutput(args: GetGroupVariableOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetGroupVariableResult>;
@@ -52,7 +82,16 @@ export declare function getGroupVariableOutput(args: GetGroupVariableOutputArgs,
52
82
  * A collection of arguments for invoking getGroupVariable.
53
83
  */
54
84
  export interface GetGroupVariableOutputArgs {
85
+ /**
86
+ * The environment scope of the variable. Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
87
+ */
55
88
  environmentScope?: pulumi.Input<string>;
89
+ /**
90
+ * The name or id of the group.
91
+ */
56
92
  group: pulumi.Input<string>;
93
+ /**
94
+ * The name of the variable.
95
+ */
57
96
  key: pulumi.Input<string>;
58
97
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getGroupVariable.js","sourceRoot":"","sources":["../getGroupVariable.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4CAWC;AA4BD,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,wDAEC"}
1
+ {"version":3,"file":"getGroupVariable.js","sourceRoot":"","sources":["../getGroupVariable.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4CAWC;AA0DD,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,wDAEC"}
@@ -1,5 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import { output as outputs } from "./types";
2
+ import * as outputs from "./types/output";
3
3
  /**
4
4
  * The `gitlab.getGroupVariables` data source allows to retrieve all group-level CI/CD variables.
5
5
  *
@@ -26,19 +26,34 @@ export declare function getGroupVariables(args: GetGroupVariablesArgs, opts?: pu
26
26
  * A collection of arguments for invoking getGroupVariables.
27
27
  */
28
28
  export interface GetGroupVariablesArgs {
29
+ /**
30
+ * The environment scope of the variable. Defaults to all environment (`*`).
31
+ */
29
32
  environmentScope?: string;
33
+ /**
34
+ * The name or id of the group.
35
+ */
30
36
  group: string;
31
37
  }
32
38
  /**
33
39
  * A collection of values returned by getGroupVariables.
34
40
  */
35
41
  export interface GetGroupVariablesResult {
42
+ /**
43
+ * The environment scope of the variable. Defaults to all environment (`*`).
44
+ */
36
45
  readonly environmentScope?: string;
46
+ /**
47
+ * The name or id of the group.
48
+ */
37
49
  readonly group: string;
38
50
  /**
39
51
  * The provider-assigned unique ID for this managed resource.
40
52
  */
41
53
  readonly id: string;
54
+ /**
55
+ * The list of variables returned by the search
56
+ */
42
57
  readonly variables: outputs.GetGroupVariablesVariable[];
43
58
  }
44
59
  export declare function getGroupVariablesOutput(args: GetGroupVariablesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetGroupVariablesResult>;
@@ -46,6 +61,12 @@ export declare function getGroupVariablesOutput(args: GetGroupVariablesOutputArg
46
61
  * A collection of arguments for invoking getGroupVariables.
47
62
  */
48
63
  export interface GetGroupVariablesOutputArgs {
64
+ /**
65
+ * The environment scope of the variable. Defaults to all environment (`*`).
66
+ */
49
67
  environmentScope?: pulumi.Input<string>;
68
+ /**
69
+ * The name or id of the group.
70
+ */
50
71
  group: pulumi.Input<string>;
51
72
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getGroupVariables.js","sourceRoot":"","sources":["../getGroupVariables.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8CAUC;AAuBD,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,0DAEC"}
1
+ {"version":3,"file":"getGroupVariables.js","sourceRoot":"","sources":["../getGroupVariables.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8CAUC;AAsCD,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,0DAEC"}
@@ -1,5 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import { output as outputs } from "./types";
2
+ import * as outputs from "./types/output";
3
3
  /**
4
4
  * The `gitlab.getInstanceDeployKeys` data source allows to retrieve a list of deploy keys for a GitLab instance.
5
5
  *
@@ -24,17 +24,26 @@ export declare function getInstanceDeployKeys(args?: GetInstanceDeployKeysArgs,
24
24
  * A collection of arguments for invoking getInstanceDeployKeys.
25
25
  */
26
26
  export interface GetInstanceDeployKeysArgs {
27
+ /**
28
+ * Only return deploy keys that are public.
29
+ */
27
30
  public?: boolean;
28
31
  }
29
32
  /**
30
33
  * A collection of values returned by getInstanceDeployKeys.
31
34
  */
32
35
  export interface GetInstanceDeployKeysResult {
36
+ /**
37
+ * The list of all deploy keys across all projects of the GitLab instance.
38
+ */
33
39
  readonly deployKeys: outputs.GetInstanceDeployKeysDeployKey[];
34
40
  /**
35
41
  * The provider-assigned unique ID for this managed resource.
36
42
  */
37
43
  readonly id: string;
44
+ /**
45
+ * Only return deploy keys that are public.
46
+ */
38
47
  readonly public?: boolean;
39
48
  }
40
49
  export declare function getInstanceDeployKeysOutput(args?: GetInstanceDeployKeysOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetInstanceDeployKeysResult>;
@@ -42,5 +51,8 @@ export declare function getInstanceDeployKeysOutput(args?: GetInstanceDeployKeys
42
51
  * A collection of arguments for invoking getInstanceDeployKeys.
43
52
  */
44
53
  export interface GetInstanceDeployKeysOutputArgs {
54
+ /**
55
+ * Only return deploy keys that are public.
56
+ */
45
57
  public?: pulumi.Input<boolean>;
46
58
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getInstanceDeployKeys.js","sourceRoot":"","sources":["../getInstanceDeployKeys.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sDAUC;AAqBD,SAAgB,2BAA2B,CAAC,IAAsC,EAAE,IAA2B;IAC3G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,kEAEC"}
1
+ {"version":3,"file":"getInstanceDeployKeys.js","sourceRoot":"","sources":["../getInstanceDeployKeys.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sDAUC;AA8BD,SAAgB,2BAA2B,CAAC,IAAsC,EAAE,IAA2B;IAC3G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,kEAEC"}