sparkle_formation 3.0.32 → 3.0.34
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/LICENSE +1 -1
- data/lib/sparkle_formation/provider/terraform.rb +9 -1
- data/lib/sparkle_formation/resources.rb +7 -0
- data/lib/sparkle_formation/resources/aws.rb +18 -24
- data/lib/sparkle_formation/resources/aws_resources.json +2107 -186
- data/lib/sparkle_formation/resources/azure_resources.json +16497 -5796
- data/lib/sparkle_formation/resources/heat_resources.json +190 -4
- data/lib/sparkle_formation/resources/terraform.rb +16 -0
- data/lib/sparkle_formation/resources/terraform_account_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_acme_resources.json +59 -0
- data/lib/sparkle_formation/resources/terraform_alicloud_resources.json +4023 -0
- data/lib/sparkle_formation/resources/terraform_arukas_resources.json +49 -0
- data/lib/sparkle_formation/resources/terraform_aws_resources.json +15899 -0
- data/lib/sparkle_formation/resources/terraform_azure_resources.json +572 -0
- data/lib/sparkle_formation/resources/terraform_azurerm_resources.json +6632 -0
- data/lib/sparkle_formation/resources/terraform_azurestack_resources.json +1231 -0
- data/lib/sparkle_formation/resources/terraform_bigip_resources.json +1004 -0
- data/lib/sparkle_formation/resources/terraform_bitbucket_resources.json +123 -0
- data/lib/sparkle_formation/resources/terraform_brightbox_resources.json +283 -0
- data/lib/sparkle_formation/resources/terraform_bucket_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_chef_resources.json +132 -0
- data/lib/sparkle_formation/resources/terraform_circonus_resources.json +406 -0
- data/lib/sparkle_formation/resources/terraform_clc_resources.json +222 -0
- data/lib/sparkle_formation/resources/terraform_cloudflare_resources.json +638 -0
- data/lib/sparkle_formation/resources/terraform_cloudscale_resources.json +96 -0
- data/lib/sparkle_formation/resources/terraform_cloudstack_resources.json +888 -0
- data/lib/sparkle_formation/resources/terraform_cobbler_resources.json +589 -0
- data/lib/sparkle_formation/resources/terraform_consul_resources.json +297 -0
- data/lib/sparkle_formation/resources/terraform_databases_resources.json +14 -0
- data/lib/sparkle_formation/resources/terraform_datadog_resources.json +385 -0
- data/lib/sparkle_formation/resources/terraform_digitalocean_resources.json +408 -0
- data/lib/sparkle_formation/resources/terraform_dme_resources.json +29 -0
- data/lib/sparkle_formation/resources/terraform_dns_resources.json +137 -0
- data/lib/sparkle_formation/resources/terraform_dnsimple_resources.json +39 -0
- data/lib/sparkle_formation/resources/terraform_docker_resources.json +266 -0
- data/lib/sparkle_formation/resources/terraform_dyn_resources.json +34 -0
- data/lib/sparkle_formation/resources/terraform_fastly_resources.json +124 -0
- data/lib/sparkle_formation/resources/terraform_flexibleengine_resources.json +2915 -0
- data/lib/sparkle_formation/resources/terraform_github_resources.json +449 -0
- data/lib/sparkle_formation/resources/terraform_gitlab_resources.json +267 -0
- data/lib/sparkle_formation/resources/terraform_google_resources.json +2485 -0
- data/lib/sparkle_formation/resources/terraform_grafana_resources.json +135 -0
- data/lib/sparkle_formation/resources/terraform_hcloud_resources.json +201 -0
- data/lib/sparkle_formation/resources/terraform_heroku_resources.json +447 -0
- data/lib/sparkle_formation/resources/terraform_huaweicloud_resources.json +2508 -0
- data/lib/sparkle_formation/resources/terraform_icinga2_resources.json +100 -0
- data/lib/sparkle_formation/resources/terraform_influxdb_resources.json +68 -0
- data/lib/sparkle_formation/resources/terraform_kubernetes_resources.json +277 -0
- data/lib/sparkle_formation/resources/terraform_librato_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_linode_resources.json +252 -0
- data/lib/sparkle_formation/resources/terraform_local_resources.json +19 -0
- data/lib/sparkle_formation/resources/terraform_logentries_resources.json +56 -0
- data/lib/sparkle_formation/resources/terraform_logicmonitor_resources.json +140 -0
- data/lib/sparkle_formation/resources/terraform_mailgun_resources.json +29 -0
- data/lib/sparkle_formation/resources/terraform_mysql_resources.json +143 -0
- data/lib/sparkle_formation/resources/terraform_netlify_resources.json +90 -0
- data/lib/sparkle_formation/resources/terraform_newrelic_resources.json +298 -0
- data/lib/sparkle_formation/resources/terraform_nomad_resources.json +149 -0
- data/lib/sparkle_formation/resources/terraform_ns1_resources.json +320 -0
- data/lib/sparkle_formation/resources/terraform_nsxt_resources.json +813 -0
- data/lib/sparkle_formation/resources/terraform_nutanix_resources.json +596 -0
- data/lib/sparkle_formation/resources/terraform_oci_resources.json +3567 -0
- data/lib/sparkle_formation/resources/terraform_oneandone_resources.json +221 -0
- data/lib/sparkle_formation/resources/terraform_opc_resources.json +1224 -0
- data/lib/sparkle_formation/resources/terraform_openstack_resources.json +3293 -0
- data/lib/sparkle_formation/resources/terraform_opentelekomcloud_resources.json +2881 -0
- data/lib/sparkle_formation/resources/terraform_opsgenie_resources.json +56 -0
- data/lib/sparkle_formation/resources/terraform_oraclepaas_resources.json +551 -0
- data/lib/sparkle_formation/resources/terraform_ovh_resources.json +541 -0
- data/lib/sparkle_formation/resources/terraform_packet_resources.json +295 -0
- data/lib/sparkle_formation/resources/terraform_pagerduty_resources.json +329 -0
- data/lib/sparkle_formation/resources/terraform_panos_resources.json +2686 -0
- data/lib/sparkle_formation/resources/terraform_postgresql_resources.json +181 -0
- data/lib/sparkle_formation/resources/terraform_powerdns_resources.json +34 -0
- data/lib/sparkle_formation/resources/terraform_profitbricks_resources.json +523 -0
- data/lib/sparkle_formation/resources/terraform_projects_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_rabbitmq_resources.json +161 -0
- data/lib/sparkle_formation/resources/terraform_rancher_resources.json +310 -0
- data/lib/sparkle_formation/resources/terraform_random_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_rightscale_resources.json +796 -0
- data/lib/sparkle_formation/resources/terraform_ring_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_rundeck_resources.json +175 -0
- data/lib/sparkle_formation/resources/terraform_runscope_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_scaleway_resources.json +267 -0
- data/lib/sparkle_formation/resources/terraform_ses_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_sfn_resources.json +36 -0
- data/lib/sparkle_formation/resources/terraform_softlayer_resources.json +136 -0
- data/lib/sparkle_formation/resources/terraform_spotinst_resources.json +237 -0
- data/lib/sparkle_formation/resources/terraform_statuscake_resources.json +159 -0
- data/lib/sparkle_formation/resources/terraform_subnetwork_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_telefonicaopencloud_resources.json +1558 -0
- data/lib/sparkle_formation/resources/terraform_template_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_tencentcloud_resources.json +656 -0
- data/lib/sparkle_formation/resources/terraform_tfe_resources.json +306 -0
- data/lib/sparkle_formation/resources/terraform_tls_resources.json +120 -0
- data/lib/sparkle_formation/resources/terraform_triton_resources.json +291 -0
- data/lib/sparkle_formation/resources/terraform_ultradns_resources.json +222 -0
- data/lib/sparkle_formation/resources/terraform_vault_resources.json +1414 -0
- data/lib/sparkle_formation/resources/terraform_vcd_resources.json +311 -0
- data/lib/sparkle_formation/resources/terraform_vsphere_resources.json +1076 -0
- data/lib/sparkle_formation/sparkle_attribute/aws.rb +78 -32
- data/lib/sparkle_formation/sparkle_attribute/terraform.rb +24 -5
- data/lib/sparkle_formation/sparkle_formation.rb +18 -4
- data/lib/sparkle_formation/version.rb +1 -1
- data/sparkle_formation.gemspec +23 -23
- metadata +97 -5
@@ -0,0 +1,449 @@
|
|
1
|
+
{
|
2
|
+
"github_branch_protection": {
|
3
|
+
"full_properties": {
|
4
|
+
"branch": {
|
5
|
+
"description": "The Git branch to protect.",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"enforce_admins": {
|
9
|
+
"description": "Boolean, setting this to true enforces status checks for repository administrators.",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"repository": {
|
13
|
+
"description": "The GitHub repository name.",
|
14
|
+
"required": true
|
15
|
+
},
|
16
|
+
"required_pull_request_reviews": {
|
17
|
+
"description": "Enforce restrictions for pull request reviews. See Required Pull Request Reviews below for details.",
|
18
|
+
"required": false
|
19
|
+
},
|
20
|
+
"required_status_checks": {
|
21
|
+
"description": "Enforce restrictions for required status checks. See Required Status Checks below for details.",
|
22
|
+
"required": false
|
23
|
+
},
|
24
|
+
"restrictions": {
|
25
|
+
"description": "Enforce restrictions for the users and teams that may push to the branch. See Restrictions below for details.",
|
26
|
+
"required": false
|
27
|
+
}
|
28
|
+
},
|
29
|
+
"path": "/docs/providers/github/r/branch_protection.html",
|
30
|
+
"properties": [
|
31
|
+
"repository",
|
32
|
+
"branch",
|
33
|
+
"enforce_admins",
|
34
|
+
"required_status_checks",
|
35
|
+
"required_pull_request_reviews",
|
36
|
+
"restrictions"
|
37
|
+
]
|
38
|
+
},
|
39
|
+
"github_issue_label": {
|
40
|
+
"full_properties": {
|
41
|
+
"color": {
|
42
|
+
"description": "A 6 character hex code, without the leading #, identifying the color of the label.",
|
43
|
+
"required": true
|
44
|
+
},
|
45
|
+
"description": {
|
46
|
+
"description": "A short description of the label.",
|
47
|
+
"required": false
|
48
|
+
},
|
49
|
+
"name": {
|
50
|
+
"description": "The name of the label.",
|
51
|
+
"required": true
|
52
|
+
},
|
53
|
+
"repository": {
|
54
|
+
"description": "The GitHub repository",
|
55
|
+
"required": true
|
56
|
+
},
|
57
|
+
"url": {
|
58
|
+
"description": "The URL to the issue label",
|
59
|
+
"required": false
|
60
|
+
}
|
61
|
+
},
|
62
|
+
"path": "/docs/providers/github/r/issue_label.html",
|
63
|
+
"properties": [
|
64
|
+
"repository",
|
65
|
+
"name",
|
66
|
+
"color",
|
67
|
+
"description",
|
68
|
+
"url"
|
69
|
+
]
|
70
|
+
},
|
71
|
+
"github_membership": {
|
72
|
+
"full_properties": {
|
73
|
+
"role": {
|
74
|
+
"description": "The role of the user within the organization.",
|
75
|
+
"required": false
|
76
|
+
},
|
77
|
+
"username": {
|
78
|
+
"description": "The user to add to the organization.",
|
79
|
+
"required": true
|
80
|
+
}
|
81
|
+
},
|
82
|
+
"path": "/docs/providers/github/r/membership.html",
|
83
|
+
"properties": [
|
84
|
+
"username",
|
85
|
+
"role"
|
86
|
+
]
|
87
|
+
},
|
88
|
+
"github_organization_project": {
|
89
|
+
"full_properties": {
|
90
|
+
"body": {
|
91
|
+
"description": "The body of the project.",
|
92
|
+
"required": false
|
93
|
+
},
|
94
|
+
"name": {
|
95
|
+
"description": "The name of the project.",
|
96
|
+
"required": true
|
97
|
+
}
|
98
|
+
},
|
99
|
+
"path": "/docs/providers/github/r/organization_project.html",
|
100
|
+
"properties": [
|
101
|
+
"name",
|
102
|
+
"body"
|
103
|
+
]
|
104
|
+
},
|
105
|
+
"github_organization_webhook": {
|
106
|
+
"full_properties": {
|
107
|
+
"active": {
|
108
|
+
"description": "Indicate of the webhook should receive events. Defaults to true.",
|
109
|
+
"required": false
|
110
|
+
},
|
111
|
+
"configuration": {
|
112
|
+
"description": "key/value pair of configuration for this webhook. Available keys are url, content_type, secret and insecure_ssl.",
|
113
|
+
"required": true
|
114
|
+
},
|
115
|
+
"events": {
|
116
|
+
"description": "A list of events which should trigger the webhook. See a list of available events",
|
117
|
+
"required": true
|
118
|
+
},
|
119
|
+
"name": {
|
120
|
+
"description": "The type of the webhook. See a list of available hooks.",
|
121
|
+
"required": true
|
122
|
+
}
|
123
|
+
},
|
124
|
+
"path": "/docs/providers/github/r/organization_webhook.html",
|
125
|
+
"properties": [
|
126
|
+
"name",
|
127
|
+
"events",
|
128
|
+
"configuration",
|
129
|
+
"active"
|
130
|
+
]
|
131
|
+
},
|
132
|
+
"github_project_column": {
|
133
|
+
"full_properties": {
|
134
|
+
"name": {
|
135
|
+
"description": "The name of the column.",
|
136
|
+
"required": true
|
137
|
+
},
|
138
|
+
"project_id": {
|
139
|
+
"description": "The id of an existing project that the column will be created in.",
|
140
|
+
"required": true
|
141
|
+
}
|
142
|
+
},
|
143
|
+
"path": "/docs/providers/github/r/project_column.html",
|
144
|
+
"properties": [
|
145
|
+
"project_id",
|
146
|
+
"name"
|
147
|
+
]
|
148
|
+
},
|
149
|
+
"github_repository": {
|
150
|
+
"full_properties": {
|
151
|
+
"allow_merge_commit": {
|
152
|
+
"description": "Set to false to disable merge commits on the repository.",
|
153
|
+
"required": false
|
154
|
+
},
|
155
|
+
"allow_rebase_merge": {
|
156
|
+
"description": "Set to false to disable rebase merges on the repository.",
|
157
|
+
"required": false
|
158
|
+
},
|
159
|
+
"allow_squash_merge": {
|
160
|
+
"description": "Set to false to disable squash merges on the repository.",
|
161
|
+
"required": false
|
162
|
+
},
|
163
|
+
"archived": {
|
164
|
+
"description": "Specifies if the repository should be archived. Defaults to false.",
|
165
|
+
"required": false
|
166
|
+
},
|
167
|
+
"auto_init": {
|
168
|
+
"description": "Meaningful only during create; set to true to",
|
169
|
+
"required": false
|
170
|
+
},
|
171
|
+
"default_branch": {
|
172
|
+
"description": "The name of the default branch of the repository. NOTE: This can only be set after a repository has already been created,",
|
173
|
+
"required": false
|
174
|
+
},
|
175
|
+
"description": {
|
176
|
+
"description": "A description of the repository.",
|
177
|
+
"required": false
|
178
|
+
},
|
179
|
+
"gitignore_template": {
|
180
|
+
"description": "Meaningful only during create, will be ignored after repository creation. Use the name of the template without the extension. For example, \"Haskell\".",
|
181
|
+
"required": false
|
182
|
+
},
|
183
|
+
"has_downloads": {
|
184
|
+
"description": "Set to true to enable the (deprecated)",
|
185
|
+
"required": false
|
186
|
+
},
|
187
|
+
"has_issues": {
|
188
|
+
"description": "Set to true to enable the GitHub Issues features",
|
189
|
+
"required": false
|
190
|
+
},
|
191
|
+
"has_projects": {
|
192
|
+
"description": "Set to true to enable the GitHub Projects features on the repository. Per the github documentation when in an organization that has disabled repository projects it will default to false and will otherwise default to true. If you specify true when it has been disabled it will return an error.",
|
193
|
+
"required": false
|
194
|
+
},
|
195
|
+
"has_wiki": {
|
196
|
+
"description": "Set to true to enable the GitHub Wiki features on",
|
197
|
+
"required": false
|
198
|
+
},
|
199
|
+
"homepage_url": {
|
200
|
+
"description": "URL of a page describing the project.",
|
201
|
+
"required": false
|
202
|
+
},
|
203
|
+
"license_template": {
|
204
|
+
"description": "Meaningful only during create, will be ignored after repository creation. Use the name of the template without the extension. For example, \"mit\" or \"mpl-2.0\".",
|
205
|
+
"required": false
|
206
|
+
},
|
207
|
+
"name": {
|
208
|
+
"description": "The name of the repository.",
|
209
|
+
"required": true
|
210
|
+
},
|
211
|
+
"private": {
|
212
|
+
"description": "Set to true to create a private repository.",
|
213
|
+
"required": false
|
214
|
+
},
|
215
|
+
"topics": {
|
216
|
+
"description": "The list of topics of the repository.",
|
217
|
+
"required": false
|
218
|
+
}
|
219
|
+
},
|
220
|
+
"path": "/docs/providers/github/r/repository.html",
|
221
|
+
"properties": [
|
222
|
+
"name",
|
223
|
+
"description",
|
224
|
+
"homepage_url",
|
225
|
+
"private",
|
226
|
+
"has_issues",
|
227
|
+
"has_projects",
|
228
|
+
"has_wiki",
|
229
|
+
"allow_merge_commit",
|
230
|
+
"allow_squash_merge",
|
231
|
+
"allow_rebase_merge",
|
232
|
+
"has_downloads",
|
233
|
+
"auto_init",
|
234
|
+
"gitignore_template",
|
235
|
+
"license_template",
|
236
|
+
"default_branch",
|
237
|
+
"archived",
|
238
|
+
"topics"
|
239
|
+
]
|
240
|
+
},
|
241
|
+
"github_repository_collaborator": {
|
242
|
+
"full_properties": {
|
243
|
+
"permission": {
|
244
|
+
"description": "The permission of the outside collaborator for the repository.",
|
245
|
+
"required": false
|
246
|
+
},
|
247
|
+
"repository": {
|
248
|
+
"description": "The GitHub repository",
|
249
|
+
"required": true
|
250
|
+
},
|
251
|
+
"username": {
|
252
|
+
"description": "The user to add to the repository as a collaborator.",
|
253
|
+
"required": true
|
254
|
+
}
|
255
|
+
},
|
256
|
+
"path": "/docs/providers/github/r/repository_collaborator.html",
|
257
|
+
"properties": [
|
258
|
+
"repository",
|
259
|
+
"username",
|
260
|
+
"permission"
|
261
|
+
]
|
262
|
+
},
|
263
|
+
"github_repository_deploy_key": {
|
264
|
+
"full_properties": {
|
265
|
+
"key": {
|
266
|
+
"description": "A ssh key.",
|
267
|
+
"required": true
|
268
|
+
},
|
269
|
+
"read_only": {
|
270
|
+
"description": "A boolean qualifying the key to be either read only or read/write.",
|
271
|
+
"required": true
|
272
|
+
},
|
273
|
+
"repository": {
|
274
|
+
"description": "Name of the GitHub repository.",
|
275
|
+
"required": true
|
276
|
+
},
|
277
|
+
"title": {
|
278
|
+
"description": "A title.",
|
279
|
+
"required": true
|
280
|
+
}
|
281
|
+
},
|
282
|
+
"path": "/docs/providers/github/r/repository_deploy_key.html",
|
283
|
+
"properties": [
|
284
|
+
"key",
|
285
|
+
"read_only",
|
286
|
+
"repository",
|
287
|
+
"title"
|
288
|
+
]
|
289
|
+
},
|
290
|
+
"github_repository_project": {
|
291
|
+
"full_properties": {
|
292
|
+
"body": {
|
293
|
+
"description": "The body of the project.",
|
294
|
+
"required": false
|
295
|
+
},
|
296
|
+
"name": {
|
297
|
+
"description": "The name of the project.",
|
298
|
+
"required": true
|
299
|
+
},
|
300
|
+
"repository": {
|
301
|
+
"description": "The repository of the project.",
|
302
|
+
"required": true
|
303
|
+
}
|
304
|
+
},
|
305
|
+
"path": "/docs/providers/github/r/repository_project.html",
|
306
|
+
"properties": [
|
307
|
+
"name",
|
308
|
+
"repository",
|
309
|
+
"body"
|
310
|
+
]
|
311
|
+
},
|
312
|
+
"github_repository_webhook": {
|
313
|
+
"full_properties": {
|
314
|
+
"active": {
|
315
|
+
"description": "Indicate of the webhook should receive events. Defaults to true.",
|
316
|
+
"required": false
|
317
|
+
},
|
318
|
+
"configuration": {
|
319
|
+
"description": "key/value pair of configuration for this webhook. Available keys are url, content_type, secret and insecure_ssl.",
|
320
|
+
"required": true
|
321
|
+
},
|
322
|
+
"events": {
|
323
|
+
"description": "A list of events which should trigger the webhook. See a list of available events",
|
324
|
+
"required": true
|
325
|
+
},
|
326
|
+
"name": {
|
327
|
+
"description": "The type of the webhook. See a list of available hooks.",
|
328
|
+
"required": true
|
329
|
+
},
|
330
|
+
"repository": {
|
331
|
+
"description": "The repository of the webhook.",
|
332
|
+
"required": true
|
333
|
+
}
|
334
|
+
},
|
335
|
+
"path": "/docs/providers/github/r/repository_webhook.html",
|
336
|
+
"properties": [
|
337
|
+
"name",
|
338
|
+
"repository",
|
339
|
+
"events",
|
340
|
+
"configuration",
|
341
|
+
"active"
|
342
|
+
]
|
343
|
+
},
|
344
|
+
"github_team": {
|
345
|
+
"full_properties": {
|
346
|
+
"description": {
|
347
|
+
"description": "A description of the team.",
|
348
|
+
"required": false
|
349
|
+
},
|
350
|
+
"ldap_dn": {
|
351
|
+
"description": "The LDAP Distinguished Name of the group where membership will be synchronized. Only available in GitHub Enterprise.",
|
352
|
+
"required": false
|
353
|
+
},
|
354
|
+
"name": {
|
355
|
+
"description": "The name of the team.",
|
356
|
+
"required": true
|
357
|
+
},
|
358
|
+
"parent_team_id": {
|
359
|
+
"description": "The ID of the parent team, if this is a nested team.",
|
360
|
+
"required": false
|
361
|
+
},
|
362
|
+
"privacy": {
|
363
|
+
"description": "The level of privacy for the team. Must be one of secret or closed.",
|
364
|
+
"required": false
|
365
|
+
}
|
366
|
+
},
|
367
|
+
"path": "/docs/providers/github/r/team.html",
|
368
|
+
"properties": [
|
369
|
+
"name",
|
370
|
+
"description",
|
371
|
+
"privacy",
|
372
|
+
"parent_team_id",
|
373
|
+
"ldap_dn"
|
374
|
+
]
|
375
|
+
},
|
376
|
+
"github_team_membership": {
|
377
|
+
"full_properties": {
|
378
|
+
"role": {
|
379
|
+
"description": "The role of the user within the team.",
|
380
|
+
"required": false
|
381
|
+
},
|
382
|
+
"team_id": {
|
383
|
+
"description": "The GitHub team id",
|
384
|
+
"required": true
|
385
|
+
},
|
386
|
+
"username": {
|
387
|
+
"description": "The user to add to the team.",
|
388
|
+
"required": true
|
389
|
+
}
|
390
|
+
},
|
391
|
+
"path": "/docs/providers/github/r/team_membership.html",
|
392
|
+
"properties": [
|
393
|
+
"team_id",
|
394
|
+
"username",
|
395
|
+
"role"
|
396
|
+
]
|
397
|
+
},
|
398
|
+
"github_team_repository": {
|
399
|
+
"full_properties": {
|
400
|
+
"permission": {
|
401
|
+
"description": "The permissions of team members regarding the repository.",
|
402
|
+
"required": false
|
403
|
+
},
|
404
|
+
"repository": {
|
405
|
+
"description": "The repository to add to the team.",
|
406
|
+
"required": true
|
407
|
+
},
|
408
|
+
"team_id": {
|
409
|
+
"description": "The GitHub team id",
|
410
|
+
"required": true
|
411
|
+
}
|
412
|
+
},
|
413
|
+
"path": "/docs/providers/github/r/team_repository.html",
|
414
|
+
"properties": [
|
415
|
+
"team_id",
|
416
|
+
"repository",
|
417
|
+
"permission"
|
418
|
+
]
|
419
|
+
},
|
420
|
+
"github_user_gpg_key": {
|
421
|
+
"full_properties": {
|
422
|
+
"armored_public_key": {
|
423
|
+
"description": "Your pulic GPG key, generated in ASCII-armored format.",
|
424
|
+
"required": true
|
425
|
+
}
|
426
|
+
},
|
427
|
+
"path": "/docs/providers/github/r/user_gpg_key.html",
|
428
|
+
"properties": [
|
429
|
+
"armored_public_key"
|
430
|
+
]
|
431
|
+
},
|
432
|
+
"github_user_ssh_key": {
|
433
|
+
"full_properties": {
|
434
|
+
"key": {
|
435
|
+
"description": "The public SSH key to add to your GitHub account.",
|
436
|
+
"required": true
|
437
|
+
},
|
438
|
+
"title": {
|
439
|
+
"description": "A descriptive name for the new key. e.g. Personal MacBook Air",
|
440
|
+
"required": true
|
441
|
+
}
|
442
|
+
},
|
443
|
+
"path": "/docs/providers/github/r/user_ssh_key.html",
|
444
|
+
"properties": [
|
445
|
+
"title",
|
446
|
+
"key"
|
447
|
+
]
|
448
|
+
}
|
449
|
+
}
|
@@ -0,0 +1,267 @@
|
|
1
|
+
{
|
2
|
+
"gitlab_deploy_key": {
|
3
|
+
"full_properties": {
|
4
|
+
"can_push": {
|
5
|
+
"description": "Allow this deploy key to be used to push changes to the project. Defaults to false. NOTE:: this cannot currently be managed.",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"key": {
|
9
|
+
"description": "The public ssh key body.",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"project": {
|
13
|
+
"description": "The name or id of the project to add the deploy key to.",
|
14
|
+
"required": false
|
15
|
+
},
|
16
|
+
"title": {
|
17
|
+
"description": "A title to describe the deploy key with.",
|
18
|
+
"required": false
|
19
|
+
}
|
20
|
+
},
|
21
|
+
"path": "/docs/providers/gitlab/r/deploy_key.html",
|
22
|
+
"properties": [
|
23
|
+
"project",
|
24
|
+
"title",
|
25
|
+
"key",
|
26
|
+
"can_push"
|
27
|
+
]
|
28
|
+
},
|
29
|
+
"gitlab_group": {
|
30
|
+
"full_properties": {
|
31
|
+
"description": {
|
32
|
+
"description": "The description of the group.",
|
33
|
+
"required": false
|
34
|
+
},
|
35
|
+
"lfs_enabled": {
|
36
|
+
"description": "Boolean, defaults to true. Whether to enable LFS",
|
37
|
+
"required": false
|
38
|
+
},
|
39
|
+
"name": {
|
40
|
+
"description": "The name of this group.",
|
41
|
+
"required": true
|
42
|
+
},
|
43
|
+
"parent_id": {
|
44
|
+
"description": "Integer, id of the parent group (creates a nested group).",
|
45
|
+
"required": false
|
46
|
+
},
|
47
|
+
"path": {
|
48
|
+
"description": "The path of the group.",
|
49
|
+
"required": true
|
50
|
+
},
|
51
|
+
"request_access_enabled": {
|
52
|
+
"description": "Boolean, defaults to false. Whether to",
|
53
|
+
"required": false
|
54
|
+
},
|
55
|
+
"visibility_level": {
|
56
|
+
"description": "Set to public to create a public group.",
|
57
|
+
"required": false
|
58
|
+
}
|
59
|
+
},
|
60
|
+
"path": "/docs/providers/gitlab/r/group.html",
|
61
|
+
"properties": [
|
62
|
+
"name",
|
63
|
+
"path",
|
64
|
+
"description",
|
65
|
+
"lfs_enabled",
|
66
|
+
"request_access_enabled",
|
67
|
+
"visibility_level",
|
68
|
+
"parent_id"
|
69
|
+
]
|
70
|
+
},
|
71
|
+
"gitlab_label": {
|
72
|
+
"full_properties": {
|
73
|
+
"color": {
|
74
|
+
"description": "The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the CSS color names.",
|
75
|
+
"required": true
|
76
|
+
},
|
77
|
+
"description": {
|
78
|
+
"description": "The description of the label.",
|
79
|
+
"required": false
|
80
|
+
},
|
81
|
+
"name": {
|
82
|
+
"description": "The name of the label.",
|
83
|
+
"required": true
|
84
|
+
},
|
85
|
+
"project": {
|
86
|
+
"description": "The name or id of the project to add the label to.",
|
87
|
+
"required": true
|
88
|
+
}
|
89
|
+
},
|
90
|
+
"path": "/docs/providers/gitlab/r/label.html",
|
91
|
+
"properties": [
|
92
|
+
"project",
|
93
|
+
"name",
|
94
|
+
"color",
|
95
|
+
"description"
|
96
|
+
]
|
97
|
+
},
|
98
|
+
"gitlab_project": {
|
99
|
+
"full_properties": {
|
100
|
+
"default_branch": {
|
101
|
+
"description": "The default branch for the project.",
|
102
|
+
"required": false
|
103
|
+
},
|
104
|
+
"description": {
|
105
|
+
"description": "A description of the project.",
|
106
|
+
"required": false
|
107
|
+
},
|
108
|
+
"issues_enabled": {
|
109
|
+
"description": "Enable issue tracking for the project.",
|
110
|
+
"required": false
|
111
|
+
},
|
112
|
+
"merge_requests_enabled": {
|
113
|
+
"description": "Enable merge requests for the project.",
|
114
|
+
"required": false
|
115
|
+
},
|
116
|
+
"name": {
|
117
|
+
"description": "The name of the project.",
|
118
|
+
"required": true
|
119
|
+
},
|
120
|
+
"namespace_idgitlab_group": {
|
121
|
+
},
|
122
|
+
"path": {
|
123
|
+
"description": "The path of the repository.",
|
124
|
+
"required": false
|
125
|
+
},
|
126
|
+
"snippets_enabled": {
|
127
|
+
"description": "Enable snippets for the project.",
|
128
|
+
"required": false
|
129
|
+
},
|
130
|
+
"visibility_level": {
|
131
|
+
"description": "Set to public to create a public project.",
|
132
|
+
"required": false
|
133
|
+
},
|
134
|
+
"wiki_enabled": {
|
135
|
+
"description": "Enable wiki for the project.",
|
136
|
+
"required": false
|
137
|
+
}
|
138
|
+
},
|
139
|
+
"path": "/docs/providers/gitlab/r/project.html",
|
140
|
+
"properties": [
|
141
|
+
"name",
|
142
|
+
"path",
|
143
|
+
"namespace_idgitlab_group",
|
144
|
+
"description",
|
145
|
+
"default_branch",
|
146
|
+
"issues_enabled",
|
147
|
+
"merge_requests_enabled",
|
148
|
+
"wiki_enabled",
|
149
|
+
"snippets_enabled",
|
150
|
+
"visibility_level"
|
151
|
+
]
|
152
|
+
},
|
153
|
+
"gitlab_project_hook": {
|
154
|
+
"full_properties": {
|
155
|
+
"enable_ssl_verification": {
|
156
|
+
"description": "Enable ssl verification when invoking",
|
157
|
+
"required": false
|
158
|
+
},
|
159
|
+
"issues_events": {
|
160
|
+
"description": "Invoke the hook for issues events.",
|
161
|
+
"required": false
|
162
|
+
},
|
163
|
+
"job_events": {
|
164
|
+
"description": "Invoke the hook for job events.",
|
165
|
+
"required": false
|
166
|
+
},
|
167
|
+
"merge_requests_events": {
|
168
|
+
"description": "Invoke the hook for merge requests.",
|
169
|
+
"required": false
|
170
|
+
},
|
171
|
+
"note_events": {
|
172
|
+
"description": "Invoke the hook for notes events.",
|
173
|
+
"required": false
|
174
|
+
},
|
175
|
+
"pipeline_events": {
|
176
|
+
"description": "Invoke the hook for pipeline events.",
|
177
|
+
"required": false
|
178
|
+
},
|
179
|
+
"project": {
|
180
|
+
"description": "The name or id of the project to add the hook to.",
|
181
|
+
"required": true
|
182
|
+
},
|
183
|
+
"push_events": {
|
184
|
+
"description": "Invoke the hook for push events.",
|
185
|
+
"required": false
|
186
|
+
},
|
187
|
+
"tag_push_events": {
|
188
|
+
"description": "Invoke the hook for tag push events.",
|
189
|
+
"required": false
|
190
|
+
},
|
191
|
+
"token": {
|
192
|
+
"description": "A token to present when invoking the hook.",
|
193
|
+
"required": false
|
194
|
+
},
|
195
|
+
"url": {
|
196
|
+
"description": "The url of the hook to invoke.",
|
197
|
+
"required": true
|
198
|
+
},
|
199
|
+
"wiki_page_events": {
|
200
|
+
"description": "Invoke the hook for wiki page events.",
|
201
|
+
"required": false
|
202
|
+
}
|
203
|
+
},
|
204
|
+
"path": "/docs/providers/gitlab/r/project_hook.html",
|
205
|
+
"properties": [
|
206
|
+
"project",
|
207
|
+
"url",
|
208
|
+
"token",
|
209
|
+
"enable_ssl_verification",
|
210
|
+
"push_events",
|
211
|
+
"issues_events",
|
212
|
+
"merge_requests_events",
|
213
|
+
"tag_push_events",
|
214
|
+
"note_events",
|
215
|
+
"job_events",
|
216
|
+
"pipeline_events",
|
217
|
+
"wiki_page_events"
|
218
|
+
]
|
219
|
+
},
|
220
|
+
"gitlab_user": {
|
221
|
+
"full_properties": {
|
222
|
+
"can_create_group": {
|
223
|
+
"description": "Boolean, defaults to false. Whether to allow the user to create groups.",
|
224
|
+
"required": false
|
225
|
+
},
|
226
|
+
"email": {
|
227
|
+
"description": "The e-mail address of the user.",
|
228
|
+
"required": true
|
229
|
+
},
|
230
|
+
"is_admin": {
|
231
|
+
"description": "Boolean, defaults to false. Whether to enable administrative priviledges",
|
232
|
+
"required": false
|
233
|
+
},
|
234
|
+
"name": {
|
235
|
+
"description": "The name of the user.",
|
236
|
+
"required": true
|
237
|
+
},
|
238
|
+
"password": {
|
239
|
+
"description": "The password of the user.",
|
240
|
+
"required": true
|
241
|
+
},
|
242
|
+
"projects_limit": {
|
243
|
+
"description": "Integer, defaults to 0. Number of projects user can create.",
|
244
|
+
"required": false
|
245
|
+
},
|
246
|
+
"skip_confirmation": {
|
247
|
+
"description": "Boolean, defaults to true. Whether to skip confirmation.",
|
248
|
+
"required": false
|
249
|
+
},
|
250
|
+
"username": {
|
251
|
+
"description": "The username of the user.",
|
252
|
+
"required": true
|
253
|
+
}
|
254
|
+
},
|
255
|
+
"path": "/docs/providers/gitlab/r/user.html",
|
256
|
+
"properties": [
|
257
|
+
"name",
|
258
|
+
"username",
|
259
|
+
"password",
|
260
|
+
"email",
|
261
|
+
"is_admin",
|
262
|
+
"projects_limit",
|
263
|
+
"can_create_group",
|
264
|
+
"skip_confirmation"
|
265
|
+
]
|
266
|
+
}
|
267
|
+
}
|