@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.
- package/applicationSettings.d.ts +2936 -0
- package/applicationSettings.js +543 -0
- package/applicationSettings.js.map +1 -0
- package/branch.d.ts +3 -2
- package/branch.js +1 -1
- package/branch.js.map +1 -1
- package/branchProtection.d.ts +3 -8
- package/branchProtection.js +1 -7
- package/branchProtection.js.map +1 -1
- package/clusterAgent.d.ts +1 -1
- package/clusterAgent.js +1 -1
- package/clusterAgentToken.d.ts +2 -2
- package/clusterAgentToken.js +2 -2
- package/deployKey.d.ts +1 -1
- package/deployKey.js +1 -1
- package/deployKeyEnable.d.ts +1 -1
- package/deployKeyEnable.js +1 -1
- package/deployToken.d.ts +7 -9
- package/deployToken.js +4 -2
- package/deployToken.js.map +1 -1
- package/getBranch.d.ts +43 -1
- package/getBranch.js.map +1 -1
- package/getClusterAgent.d.ts +27 -0
- package/getClusterAgent.js.map +1 -1
- package/getClusterAgents.d.ts +13 -1
- package/getClusterAgents.js.map +1 -1
- package/getCurrentUser.d.ts +27 -0
- package/getGroup.d.ts +54 -0
- package/getGroup.js.map +1 -1
- package/getGroupHook.d.ts +123 -0
- package/getGroupHook.js +28 -0
- package/getGroupHook.js.map +1 -0
- package/getGroupHooks.d.ts +44 -0
- package/getGroupHooks.js +27 -0
- package/getGroupHooks.js.map +1 -0
- package/getGroupMembership.d.ts +31 -1
- package/getGroupMembership.js.map +1 -1
- package/getGroupVariable.d.ts +39 -0
- package/getGroupVariable.js.map +1 -1
- package/getGroupVariables.d.ts +22 -1
- package/getGroupVariables.js.map +1 -1
- package/getInstanceDeployKeys.d.ts +13 -1
- package/getInstanceDeployKeys.js.map +1 -1
- package/getInstanceVariable.d.ts +21 -0
- package/getInstanceVariable.js.map +1 -1
- package/getInstanceVariables.d.ts +4 -1
- package/getInstanceVariables.js.map +1 -1
- package/getProject.d.ts +188 -1
- package/getProject.js.map +1 -1
- package/getProjectHook.d.ts +134 -0
- package/getProjectHook.js +43 -0
- package/getProjectHook.js.map +1 -0
- package/getProjectHooks.d.ts +58 -0
- package/getProjectHooks.js +41 -0
- package/getProjectHooks.js.map +1 -0
- package/getProjectIssue.d.ts +131 -1
- package/getProjectIssue.js.map +1 -1
- package/getProjectIssues.d.ts +238 -1
- package/getProjectIssues.js.map +1 -1
- package/getProjectMembership.d.ts +96 -0
- package/getProjectMembership.js +47 -0
- package/getProjectMembership.js.map +1 -0
- package/getProjectMilestone.d.ts +51 -0
- package/getProjectMilestone.js.map +1 -1
- package/getProjectMilestones.d.ts +58 -1
- package/getProjectMilestones.js.map +1 -1
- package/getProjectProtectedBranch.d.ts +34 -1
- package/getProjectProtectedBranch.js.map +1 -1
- package/getProjectProtectedBranches.d.ts +13 -1
- package/getProjectProtectedBranches.js.map +1 -1
- package/getProjectTag.d.ts +34 -1
- package/getProjectTag.js.map +1 -1
- package/getProjectTags.d.ts +40 -1
- package/getProjectTags.js.map +1 -1
- package/getProjectVariable.d.ts +39 -0
- package/getProjectVariable.js.map +1 -1
- package/getProjectVariables.d.ts +22 -1
- package/getProjectVariables.js.map +1 -1
- package/getProjects.d.ts +193 -1
- package/getProjects.js.map +1 -1
- package/getReleaseLink.d.ts +45 -0
- package/getReleaseLink.js.map +1 -1
- package/getReleaseLinks.d.ts +22 -1
- package/getReleaseLinks.js.map +1 -1
- package/getRepositoryFile.d.ts +54 -0
- package/getRepositoryFile.js.map +1 -1
- package/getRepositoryTree.d.ts +94 -0
- package/getRepositoryTree.js +44 -0
- package/getRepositoryTree.js.map +1 -0
- package/getUser.d.ts +108 -0
- package/getUser.js.map +1 -1
- package/getUsers.d.ts +85 -1
- package/getUsers.js.map +1 -1
- package/group.d.ts +5 -5
- package/group.js +4 -2
- package/group.js.map +1 -1
- package/groupAccessToken.d.ts +7 -12
- package/groupAccessToken.js +4 -2
- package/groupAccessToken.js.map +1 -1
- package/groupBadge.d.ts +5 -5
- package/groupBadge.js +1 -1
- package/groupCluster.d.ts +4 -4
- package/groupCluster.js +4 -2
- package/groupCluster.js.map +1 -1
- package/groupCustomAttribute.d.ts +1 -1
- package/groupCustomAttribute.js +1 -1
- package/groupHook.d.ts +317 -0
- package/groupHook.js +144 -0
- package/groupHook.js.map +1 -0
- package/groupLabel.d.ts +4 -7
- package/groupLabel.js +1 -1
- package/groupLabel.js.map +1 -1
- package/groupLdapLink.d.ts +10 -16
- package/groupLdapLink.js +1 -1
- package/groupLdapLink.js.map +1 -1
- package/groupMembership.d.ts +28 -7
- package/groupMembership.js +5 -1
- package/groupMembership.js.map +1 -1
- package/groupProjectFileTemplate.d.ts +15 -14
- package/groupProjectFileTemplate.js +3 -2
- package/groupProjectFileTemplate.js.map +1 -1
- package/groupSamlLink.d.ts +98 -0
- package/groupSamlLink.js +88 -0
- package/groupSamlLink.js.map +1 -0
- package/groupShareGroup.d.ts +4 -7
- package/groupShareGroup.js +1 -1
- package/groupShareGroup.js.map +1 -1
- package/groupVariable.d.ts +13 -22
- package/groupVariable.js +4 -2
- package/groupVariable.js.map +1 -1
- package/index.d.ts +298 -89
- package/index.js +311 -228
- package/index.js.map +1 -1
- package/instanceCluster.d.ts +4 -4
- package/instanceCluster.js +4 -2
- package/instanceCluster.js.map +1 -1
- package/instanceVariable.d.ts +10 -16
- package/instanceVariable.js +4 -2
- package/instanceVariable.js.map +1 -1
- package/label.d.ts +4 -7
- package/label.js +1 -1
- package/label.js.map +1 -1
- package/managedLicense.d.ts +10 -10
- package/managedLicense.js +1 -1
- package/package.json +4 -3
- package/package.json.bak +2 -1
- package/package.json.dev +4 -3
- package/personalAccessToken.d.ts +7 -15
- package/personalAccessToken.js +4 -2
- package/personalAccessToken.js.map +1 -1
- package/pipelineSchedule.d.ts +1 -1
- package/pipelineSchedule.js +1 -1
- package/pipelineScheduleVariable.d.ts +1 -1
- package/pipelineScheduleVariable.js +1 -1
- package/pipelineTrigger.d.ts +1 -1
- package/pipelineTrigger.js +3 -1
- package/pipelineTrigger.js.map +1 -1
- package/project.d.ts +55 -72
- package/project.js +4 -2
- package/project.js.map +1 -1
- package/projectAccessToken.d.ts +10 -13
- package/projectAccessToken.js +4 -2
- package/projectAccessToken.js.map +1 -1
- package/projectApprovalRule.d.ts +4 -7
- package/projectApprovalRule.js +1 -1
- package/projectApprovalRule.js.map +1 -1
- package/projectBadge.d.ts +5 -5
- package/projectBadge.js +1 -1
- package/projectCluster.d.ts +4 -4
- package/projectCluster.js +4 -2
- package/projectCluster.js.map +1 -1
- package/projectCustomAttribute.d.ts +1 -1
- package/projectCustomAttribute.js +1 -1
- package/projectEnvironment.d.ts +3 -5
- package/projectEnvironment.js +1 -1
- package/projectEnvironment.js.map +1 -1
- package/projectFreezePeriod.d.ts +1 -1
- package/projectFreezePeriod.js +1 -1
- package/projectHook.d.ts +18 -2
- package/projectHook.js +9 -3
- package/projectHook.js.map +1 -1
- package/projectIssue.d.ts +28 -39
- package/projectIssue.js +1 -1
- package/projectIssue.js.map +1 -1
- package/projectIssueBoard.d.ts +189 -0
- package/projectIssueBoard.js +131 -0
- package/projectIssueBoard.js.map +1 -0
- package/projectLevelMrApprovals.d.ts +5 -8
- package/projectLevelMrApprovals.js +2 -2
- package/projectLevelMrApprovals.js.map +1 -1
- package/projectMembership.d.ts +4 -7
- package/projectMembership.js +1 -1
- package/projectMembership.js.map +1 -1
- package/projectMilestone.d.ts +1 -1
- package/projectMilestone.js +1 -1
- package/projectMirror.d.ts +1 -1
- package/projectMirror.js +4 -2
- package/projectMirror.js.map +1 -1
- package/projectProtectedEnvironment.d.ts +9 -2
- package/projectProtectedEnvironment.js +7 -1
- package/projectProtectedEnvironment.js.map +1 -1
- package/projectRunnerEnablement.d.ts +1 -1
- package/projectRunnerEnablement.js +1 -1
- package/projectShareGroup.d.ts +7 -13
- package/projectShareGroup.js +1 -1
- package/projectShareGroup.js.map +1 -1
- package/projectTag.d.ts +4 -3
- package/projectTag.js +2 -2
- package/projectTag.js.map +1 -1
- package/projectVariable.d.ts +13 -22
- package/projectVariable.js +4 -2
- package/projectVariable.js.map +1 -1
- package/releaseLink.d.ts +6 -11
- package/releaseLink.js +1 -1
- package/releaseLink.js.map +1 -1
- package/repositoryFile.d.ts +4 -7
- package/repositoryFile.js +1 -1
- package/repositoryFile.js.map +1 -1
- package/runner.d.ts +8 -8
- package/runner.js +4 -2
- package/runner.js.map +1 -1
- package/serviceExternalWiki.d.ts +3 -5
- package/serviceExternalWiki.js +1 -1
- package/serviceExternalWiki.js.map +1 -1
- package/serviceGithub.d.ts +4 -7
- package/serviceGithub.js +4 -2
- package/serviceGithub.js.map +1 -1
- package/serviceJira.d.ts +7 -13
- package/serviceJira.js +4 -2
- package/serviceJira.js.map +1 -1
- package/serviceMicrosoftTeams.d.ts +4 -7
- package/serviceMicrosoftTeams.js +1 -1
- package/serviceMicrosoftTeams.js.map +1 -1
- package/servicePipelinesEmail.d.ts +4 -7
- package/servicePipelinesEmail.js +1 -1
- package/servicePipelinesEmail.js.map +1 -1
- package/serviceSlack.d.ts +9 -11
- package/serviceSlack.js +1 -1
- package/serviceSlack.js.map +1 -1
- package/systemHook.d.ts +5 -8
- package/systemHook.js +5 -3
- package/systemHook.js.map +1 -1
- package/tagProtection.d.ts +1 -1
- package/tagProtection.js +1 -1
- package/topic.d.ts +5 -8
- package/topic.js +2 -2
- package/topic.js.map +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +137 -0
- package/types/output.d.ts +321 -1
- package/user.d.ts +11 -14
- package/user.js +5 -3
- package/user.js.map +1 -1
- package/userCustomAttribute.d.ts +1 -1
- package/userCustomAttribute.js +1 -1
- package/userGpgKey.d.ts +119 -0
- package/userGpgKey.js +101 -0
- package/userGpgKey.js.map +1 -0
- package/userSshKey.d.ts +4 -7
- package/userSshKey.js +1 -1
- package/userSshKey.js.map +1 -1
- package/utilities.js +13 -1
- package/utilities.js.map +1 -1
|
@@ -0,0 +1,543 @@
|
|
|
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.ApplicationSettings = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as gitlab from "@pulumi/gitlab";
|
|
14
|
+
*
|
|
15
|
+
* // Set the 2FA settings
|
|
16
|
+
* const thisApplicationSettings = new gitlab.ApplicationSettings("this", {
|
|
17
|
+
* requireTwoFactorAuthentication: true,
|
|
18
|
+
* twoFactorGracePeriod: 24,
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
class ApplicationSettings extends pulumi.CustomResource {
|
|
23
|
+
constructor(name, argsOrState, opts) {
|
|
24
|
+
let resourceInputs = {};
|
|
25
|
+
opts = opts || {};
|
|
26
|
+
if (opts.id) {
|
|
27
|
+
const state = argsOrState;
|
|
28
|
+
resourceInputs["abuseNotificationEmail"] = state ? state.abuseNotificationEmail : undefined;
|
|
29
|
+
resourceInputs["adminMode"] = state ? state.adminMode : undefined;
|
|
30
|
+
resourceInputs["afterSignOutPath"] = state ? state.afterSignOutPath : undefined;
|
|
31
|
+
resourceInputs["afterSignUpText"] = state ? state.afterSignUpText : undefined;
|
|
32
|
+
resourceInputs["akismetApiKey"] = state ? state.akismetApiKey : undefined;
|
|
33
|
+
resourceInputs["akismetEnabled"] = state ? state.akismetEnabled : undefined;
|
|
34
|
+
resourceInputs["allowGroupOwnersToManageLdap"] = state ? state.allowGroupOwnersToManageLdap : undefined;
|
|
35
|
+
resourceInputs["allowLocalRequestsFromSystemHooks"] = state ? state.allowLocalRequestsFromSystemHooks : undefined;
|
|
36
|
+
resourceInputs["allowLocalRequestsFromWebHooksAndServices"] = state ? state.allowLocalRequestsFromWebHooksAndServices : undefined;
|
|
37
|
+
resourceInputs["archiveBuildsInHumanReadable"] = state ? state.archiveBuildsInHumanReadable : undefined;
|
|
38
|
+
resourceInputs["assetProxyAllowlists"] = state ? state.assetProxyAllowlists : undefined;
|
|
39
|
+
resourceInputs["assetProxyEnabled"] = state ? state.assetProxyEnabled : undefined;
|
|
40
|
+
resourceInputs["assetProxySecretKey"] = state ? state.assetProxySecretKey : undefined;
|
|
41
|
+
resourceInputs["assetProxyUrl"] = state ? state.assetProxyUrl : undefined;
|
|
42
|
+
resourceInputs["authorizedKeysEnabled"] = state ? state.authorizedKeysEnabled : undefined;
|
|
43
|
+
resourceInputs["autoDevopsDomain"] = state ? state.autoDevopsDomain : undefined;
|
|
44
|
+
resourceInputs["autoDevopsEnabled"] = state ? state.autoDevopsEnabled : undefined;
|
|
45
|
+
resourceInputs["automaticPurchasedStorageAllocation"] = state ? state.automaticPurchasedStorageAllocation : undefined;
|
|
46
|
+
resourceInputs["checkNamespacePlan"] = state ? state.checkNamespacePlan : undefined;
|
|
47
|
+
resourceInputs["commitEmailHostname"] = state ? state.commitEmailHostname : undefined;
|
|
48
|
+
resourceInputs["containerExpirationPoliciesEnableHistoricEntries"] = state ? state.containerExpirationPoliciesEnableHistoricEntries : undefined;
|
|
49
|
+
resourceInputs["containerRegistryCleanupTagsServiceMaxListSize"] = state ? state.containerRegistryCleanupTagsServiceMaxListSize : undefined;
|
|
50
|
+
resourceInputs["containerRegistryDeleteTagsServiceTimeout"] = state ? state.containerRegistryDeleteTagsServiceTimeout : undefined;
|
|
51
|
+
resourceInputs["containerRegistryExpirationPoliciesCaching"] = state ? state.containerRegistryExpirationPoliciesCaching : undefined;
|
|
52
|
+
resourceInputs["containerRegistryExpirationPoliciesWorkerCapacity"] = state ? state.containerRegistryExpirationPoliciesWorkerCapacity : undefined;
|
|
53
|
+
resourceInputs["containerRegistryTokenExpireDelay"] = state ? state.containerRegistryTokenExpireDelay : undefined;
|
|
54
|
+
resourceInputs["deactivateDormantUsers"] = state ? state.deactivateDormantUsers : undefined;
|
|
55
|
+
resourceInputs["defaultArtifactsExpireIn"] = state ? state.defaultArtifactsExpireIn : undefined;
|
|
56
|
+
resourceInputs["defaultBranchName"] = state ? state.defaultBranchName : undefined;
|
|
57
|
+
resourceInputs["defaultBranchProtection"] = state ? state.defaultBranchProtection : undefined;
|
|
58
|
+
resourceInputs["defaultCiConfigPath"] = state ? state.defaultCiConfigPath : undefined;
|
|
59
|
+
resourceInputs["defaultGroupVisibility"] = state ? state.defaultGroupVisibility : undefined;
|
|
60
|
+
resourceInputs["defaultProjectCreation"] = state ? state.defaultProjectCreation : undefined;
|
|
61
|
+
resourceInputs["defaultProjectVisibility"] = state ? state.defaultProjectVisibility : undefined;
|
|
62
|
+
resourceInputs["defaultProjectsLimit"] = state ? state.defaultProjectsLimit : undefined;
|
|
63
|
+
resourceInputs["defaultSnippetVisibility"] = state ? state.defaultSnippetVisibility : undefined;
|
|
64
|
+
resourceInputs["delayedGroupDeletion"] = state ? state.delayedGroupDeletion : undefined;
|
|
65
|
+
resourceInputs["delayedProjectDeletion"] = state ? state.delayedProjectDeletion : undefined;
|
|
66
|
+
resourceInputs["deleteInactiveProjects"] = state ? state.deleteInactiveProjects : undefined;
|
|
67
|
+
resourceInputs["deletionAdjournedPeriod"] = state ? state.deletionAdjournedPeriod : undefined;
|
|
68
|
+
resourceInputs["diffMaxFiles"] = state ? state.diffMaxFiles : undefined;
|
|
69
|
+
resourceInputs["diffMaxLines"] = state ? state.diffMaxLines : undefined;
|
|
70
|
+
resourceInputs["diffMaxPatchBytes"] = state ? state.diffMaxPatchBytes : undefined;
|
|
71
|
+
resourceInputs["disableFeedToken"] = state ? state.disableFeedToken : undefined;
|
|
72
|
+
resourceInputs["disabledOauthSignInSources"] = state ? state.disabledOauthSignInSources : undefined;
|
|
73
|
+
resourceInputs["dnsRebindingProtectionEnabled"] = state ? state.dnsRebindingProtectionEnabled : undefined;
|
|
74
|
+
resourceInputs["domainAllowlists"] = state ? state.domainAllowlists : undefined;
|
|
75
|
+
resourceInputs["domainDenylistEnabled"] = state ? state.domainDenylistEnabled : undefined;
|
|
76
|
+
resourceInputs["domainDenylists"] = state ? state.domainDenylists : undefined;
|
|
77
|
+
resourceInputs["dsaKeyRestriction"] = state ? state.dsaKeyRestriction : undefined;
|
|
78
|
+
resourceInputs["ecdsaKeyRestriction"] = state ? state.ecdsaKeyRestriction : undefined;
|
|
79
|
+
resourceInputs["ecdsaSkKeyRestriction"] = state ? state.ecdsaSkKeyRestriction : undefined;
|
|
80
|
+
resourceInputs["ed25519KeyRestriction"] = state ? state.ed25519KeyRestriction : undefined;
|
|
81
|
+
resourceInputs["ed25519SkKeyRestriction"] = state ? state.ed25519SkKeyRestriction : undefined;
|
|
82
|
+
resourceInputs["eksAccessKeyId"] = state ? state.eksAccessKeyId : undefined;
|
|
83
|
+
resourceInputs["eksAccountId"] = state ? state.eksAccountId : undefined;
|
|
84
|
+
resourceInputs["eksIntegrationEnabled"] = state ? state.eksIntegrationEnabled : undefined;
|
|
85
|
+
resourceInputs["eksSecretAccessKey"] = state ? state.eksSecretAccessKey : undefined;
|
|
86
|
+
resourceInputs["elasticsearchAws"] = state ? state.elasticsearchAws : undefined;
|
|
87
|
+
resourceInputs["elasticsearchAwsAccessKey"] = state ? state.elasticsearchAwsAccessKey : undefined;
|
|
88
|
+
resourceInputs["elasticsearchAwsRegion"] = state ? state.elasticsearchAwsRegion : undefined;
|
|
89
|
+
resourceInputs["elasticsearchAwsSecretAccessKey"] = state ? state.elasticsearchAwsSecretAccessKey : undefined;
|
|
90
|
+
resourceInputs["elasticsearchIndexedFieldLengthLimit"] = state ? state.elasticsearchIndexedFieldLengthLimit : undefined;
|
|
91
|
+
resourceInputs["elasticsearchIndexedFileSizeLimitKb"] = state ? state.elasticsearchIndexedFileSizeLimitKb : undefined;
|
|
92
|
+
resourceInputs["elasticsearchIndexing"] = state ? state.elasticsearchIndexing : undefined;
|
|
93
|
+
resourceInputs["elasticsearchLimitIndexing"] = state ? state.elasticsearchLimitIndexing : undefined;
|
|
94
|
+
resourceInputs["elasticsearchMaxBulkConcurrency"] = state ? state.elasticsearchMaxBulkConcurrency : undefined;
|
|
95
|
+
resourceInputs["elasticsearchMaxBulkSizeMb"] = state ? state.elasticsearchMaxBulkSizeMb : undefined;
|
|
96
|
+
resourceInputs["elasticsearchNamespaceIds"] = state ? state.elasticsearchNamespaceIds : undefined;
|
|
97
|
+
resourceInputs["elasticsearchPassword"] = state ? state.elasticsearchPassword : undefined;
|
|
98
|
+
resourceInputs["elasticsearchProjectIds"] = state ? state.elasticsearchProjectIds : undefined;
|
|
99
|
+
resourceInputs["elasticsearchSearch"] = state ? state.elasticsearchSearch : undefined;
|
|
100
|
+
resourceInputs["elasticsearchUrls"] = state ? state.elasticsearchUrls : undefined;
|
|
101
|
+
resourceInputs["elasticsearchUsername"] = state ? state.elasticsearchUsername : undefined;
|
|
102
|
+
resourceInputs["emailAdditionalText"] = state ? state.emailAdditionalText : undefined;
|
|
103
|
+
resourceInputs["emailAuthorInBody"] = state ? state.emailAuthorInBody : undefined;
|
|
104
|
+
resourceInputs["enabledGitAccessProtocol"] = state ? state.enabledGitAccessProtocol : undefined;
|
|
105
|
+
resourceInputs["enforceNamespaceStorageLimit"] = state ? state.enforceNamespaceStorageLimit : undefined;
|
|
106
|
+
resourceInputs["enforceTerms"] = state ? state.enforceTerms : undefined;
|
|
107
|
+
resourceInputs["externalAuthClientCert"] = state ? state.externalAuthClientCert : undefined;
|
|
108
|
+
resourceInputs["externalAuthClientKey"] = state ? state.externalAuthClientKey : undefined;
|
|
109
|
+
resourceInputs["externalAuthClientKeyPass"] = state ? state.externalAuthClientKeyPass : undefined;
|
|
110
|
+
resourceInputs["externalAuthorizationServiceDefaultLabel"] = state ? state.externalAuthorizationServiceDefaultLabel : undefined;
|
|
111
|
+
resourceInputs["externalAuthorizationServiceEnabled"] = state ? state.externalAuthorizationServiceEnabled : undefined;
|
|
112
|
+
resourceInputs["externalAuthorizationServiceTimeout"] = state ? state.externalAuthorizationServiceTimeout : undefined;
|
|
113
|
+
resourceInputs["externalAuthorizationServiceUrl"] = state ? state.externalAuthorizationServiceUrl : undefined;
|
|
114
|
+
resourceInputs["externalPipelineValidationServiceTimeout"] = state ? state.externalPipelineValidationServiceTimeout : undefined;
|
|
115
|
+
resourceInputs["externalPipelineValidationServiceToken"] = state ? state.externalPipelineValidationServiceToken : undefined;
|
|
116
|
+
resourceInputs["externalPipelineValidationServiceUrl"] = state ? state.externalPipelineValidationServiceUrl : undefined;
|
|
117
|
+
resourceInputs["fileTemplateProjectId"] = state ? state.fileTemplateProjectId : undefined;
|
|
118
|
+
resourceInputs["firstDayOfWeek"] = state ? state.firstDayOfWeek : undefined;
|
|
119
|
+
resourceInputs["geoNodeAllowedIps"] = state ? state.geoNodeAllowedIps : undefined;
|
|
120
|
+
resourceInputs["geoStatusTimeout"] = state ? state.geoStatusTimeout : undefined;
|
|
121
|
+
resourceInputs["gitRateLimitUsersAllowlists"] = state ? state.gitRateLimitUsersAllowlists : undefined;
|
|
122
|
+
resourceInputs["gitTwoFactorSessionExpiry"] = state ? state.gitTwoFactorSessionExpiry : undefined;
|
|
123
|
+
resourceInputs["gitalyTimeoutDefault"] = state ? state.gitalyTimeoutDefault : undefined;
|
|
124
|
+
resourceInputs["gitalyTimeoutFast"] = state ? state.gitalyTimeoutFast : undefined;
|
|
125
|
+
resourceInputs["gitalyTimeoutMedium"] = state ? state.gitalyTimeoutMedium : undefined;
|
|
126
|
+
resourceInputs["grafanaEnabled"] = state ? state.grafanaEnabled : undefined;
|
|
127
|
+
resourceInputs["grafanaUrl"] = state ? state.grafanaUrl : undefined;
|
|
128
|
+
resourceInputs["gravatarEnabled"] = state ? state.gravatarEnabled : undefined;
|
|
129
|
+
resourceInputs["hashedStorageEnabled"] = state ? state.hashedStorageEnabled : undefined;
|
|
130
|
+
resourceInputs["helpPageHideCommercialContent"] = state ? state.helpPageHideCommercialContent : undefined;
|
|
131
|
+
resourceInputs["helpPageSupportUrl"] = state ? state.helpPageSupportUrl : undefined;
|
|
132
|
+
resourceInputs["helpPageText"] = state ? state.helpPageText : undefined;
|
|
133
|
+
resourceInputs["helpText"] = state ? state.helpText : undefined;
|
|
134
|
+
resourceInputs["hideThirdPartyOffers"] = state ? state.hideThirdPartyOffers : undefined;
|
|
135
|
+
resourceInputs["homePageUrl"] = state ? state.homePageUrl : undefined;
|
|
136
|
+
resourceInputs["housekeepingEnabled"] = state ? state.housekeepingEnabled : undefined;
|
|
137
|
+
resourceInputs["housekeepingFullRepackPeriod"] = state ? state.housekeepingFullRepackPeriod : undefined;
|
|
138
|
+
resourceInputs["housekeepingGcPeriod"] = state ? state.housekeepingGcPeriod : undefined;
|
|
139
|
+
resourceInputs["housekeepingIncrementalRepackPeriod"] = state ? state.housekeepingIncrementalRepackPeriod : undefined;
|
|
140
|
+
resourceInputs["htmlEmailsEnabled"] = state ? state.htmlEmailsEnabled : undefined;
|
|
141
|
+
resourceInputs["importSources"] = state ? state.importSources : undefined;
|
|
142
|
+
resourceInputs["inProductMarketingEmailsEnabled"] = state ? state.inProductMarketingEmailsEnabled : undefined;
|
|
143
|
+
resourceInputs["inactiveProjectsDeleteAfterMonths"] = state ? state.inactiveProjectsDeleteAfterMonths : undefined;
|
|
144
|
+
resourceInputs["inactiveProjectsMinSizeMb"] = state ? state.inactiveProjectsMinSizeMb : undefined;
|
|
145
|
+
resourceInputs["inactiveProjectsSendWarningEmailAfterMonths"] = state ? state.inactiveProjectsSendWarningEmailAfterMonths : undefined;
|
|
146
|
+
resourceInputs["invisibleCaptchaEnabled"] = state ? state.invisibleCaptchaEnabled : undefined;
|
|
147
|
+
resourceInputs["issuesCreateLimit"] = state ? state.issuesCreateLimit : undefined;
|
|
148
|
+
resourceInputs["keepLatestArtifact"] = state ? state.keepLatestArtifact : undefined;
|
|
149
|
+
resourceInputs["localMarkdownVersion"] = state ? state.localMarkdownVersion : undefined;
|
|
150
|
+
resourceInputs["mailgunEventsEnabled"] = state ? state.mailgunEventsEnabled : undefined;
|
|
151
|
+
resourceInputs["mailgunSigningKey"] = state ? state.mailgunSigningKey : undefined;
|
|
152
|
+
resourceInputs["maintenanceMode"] = state ? state.maintenanceMode : undefined;
|
|
153
|
+
resourceInputs["maintenanceModeMessage"] = state ? state.maintenanceModeMessage : undefined;
|
|
154
|
+
resourceInputs["maxArtifactsSize"] = state ? state.maxArtifactsSize : undefined;
|
|
155
|
+
resourceInputs["maxAttachmentSize"] = state ? state.maxAttachmentSize : undefined;
|
|
156
|
+
resourceInputs["maxExportSize"] = state ? state.maxExportSize : undefined;
|
|
157
|
+
resourceInputs["maxImportSize"] = state ? state.maxImportSize : undefined;
|
|
158
|
+
resourceInputs["maxNumberOfRepositoryDownloads"] = state ? state.maxNumberOfRepositoryDownloads : undefined;
|
|
159
|
+
resourceInputs["maxNumberOfRepositoryDownloadsWithinTimePeriod"] = state ? state.maxNumberOfRepositoryDownloadsWithinTimePeriod : undefined;
|
|
160
|
+
resourceInputs["maxPagesSize"] = state ? state.maxPagesSize : undefined;
|
|
161
|
+
resourceInputs["maxPersonalAccessTokenLifetime"] = state ? state.maxPersonalAccessTokenLifetime : undefined;
|
|
162
|
+
resourceInputs["maxSshKeyLifetime"] = state ? state.maxSshKeyLifetime : undefined;
|
|
163
|
+
resourceInputs["metricsMethodCallThreshold"] = state ? state.metricsMethodCallThreshold : undefined;
|
|
164
|
+
resourceInputs["mirrorAvailable"] = state ? state.mirrorAvailable : undefined;
|
|
165
|
+
resourceInputs["mirrorCapacityThreshold"] = state ? state.mirrorCapacityThreshold : undefined;
|
|
166
|
+
resourceInputs["mirrorMaxCapacity"] = state ? state.mirrorMaxCapacity : undefined;
|
|
167
|
+
resourceInputs["mirrorMaxDelay"] = state ? state.mirrorMaxDelay : undefined;
|
|
168
|
+
resourceInputs["npmPackageRequestsForwarding"] = state ? state.npmPackageRequestsForwarding : undefined;
|
|
169
|
+
resourceInputs["outboundLocalRequestsWhitelists"] = state ? state.outboundLocalRequestsWhitelists : undefined;
|
|
170
|
+
resourceInputs["packageRegistryCleanupPoliciesWorkerCapacity"] = state ? state.packageRegistryCleanupPoliciesWorkerCapacity : undefined;
|
|
171
|
+
resourceInputs["pagesDomainVerificationEnabled"] = state ? state.pagesDomainVerificationEnabled : undefined;
|
|
172
|
+
resourceInputs["passwordAuthenticationEnabledForGit"] = state ? state.passwordAuthenticationEnabledForGit : undefined;
|
|
173
|
+
resourceInputs["passwordAuthenticationEnabledForWeb"] = state ? state.passwordAuthenticationEnabledForWeb : undefined;
|
|
174
|
+
resourceInputs["passwordLowercaseRequired"] = state ? state.passwordLowercaseRequired : undefined;
|
|
175
|
+
resourceInputs["passwordNumberRequired"] = state ? state.passwordNumberRequired : undefined;
|
|
176
|
+
resourceInputs["passwordSymbolRequired"] = state ? state.passwordSymbolRequired : undefined;
|
|
177
|
+
resourceInputs["passwordUppercaseRequired"] = state ? state.passwordUppercaseRequired : undefined;
|
|
178
|
+
resourceInputs["performanceBarAllowedGroupPath"] = state ? state.performanceBarAllowedGroupPath : undefined;
|
|
179
|
+
resourceInputs["personalAccessTokenPrefix"] = state ? state.personalAccessTokenPrefix : undefined;
|
|
180
|
+
resourceInputs["pipelineLimitPerProjectUserSha"] = state ? state.pipelineLimitPerProjectUserSha : undefined;
|
|
181
|
+
resourceInputs["plantumlEnabled"] = state ? state.plantumlEnabled : undefined;
|
|
182
|
+
resourceInputs["plantumlUrl"] = state ? state.plantumlUrl : undefined;
|
|
183
|
+
resourceInputs["pollingIntervalMultiplier"] = state ? state.pollingIntervalMultiplier : undefined;
|
|
184
|
+
resourceInputs["projectExportEnabled"] = state ? state.projectExportEnabled : undefined;
|
|
185
|
+
resourceInputs["prometheusMetricsEnabled"] = state ? state.prometheusMetricsEnabled : undefined;
|
|
186
|
+
resourceInputs["protectedCiVariables"] = state ? state.protectedCiVariables : undefined;
|
|
187
|
+
resourceInputs["pushEventActivitiesLimit"] = state ? state.pushEventActivitiesLimit : undefined;
|
|
188
|
+
resourceInputs["pushEventHooksLimit"] = state ? state.pushEventHooksLimit : undefined;
|
|
189
|
+
resourceInputs["pypiPackageRequestsForwarding"] = state ? state.pypiPackageRequestsForwarding : undefined;
|
|
190
|
+
resourceInputs["rateLimitingResponseText"] = state ? state.rateLimitingResponseText : undefined;
|
|
191
|
+
resourceInputs["rawBlobRequestLimit"] = state ? state.rawBlobRequestLimit : undefined;
|
|
192
|
+
resourceInputs["recaptchaEnabled"] = state ? state.recaptchaEnabled : undefined;
|
|
193
|
+
resourceInputs["recaptchaPrivateKey"] = state ? state.recaptchaPrivateKey : undefined;
|
|
194
|
+
resourceInputs["recaptchaSiteKey"] = state ? state.recaptchaSiteKey : undefined;
|
|
195
|
+
resourceInputs["receiveMaxInputSize"] = state ? state.receiveMaxInputSize : undefined;
|
|
196
|
+
resourceInputs["repositoryChecksEnabled"] = state ? state.repositoryChecksEnabled : undefined;
|
|
197
|
+
resourceInputs["repositorySizeLimit"] = state ? state.repositorySizeLimit : undefined;
|
|
198
|
+
resourceInputs["repositoryStorages"] = state ? state.repositoryStorages : undefined;
|
|
199
|
+
resourceInputs["repositoryStoragesWeighted"] = state ? state.repositoryStoragesWeighted : undefined;
|
|
200
|
+
resourceInputs["requireAdminApprovalAfterUserSignup"] = state ? state.requireAdminApprovalAfterUserSignup : undefined;
|
|
201
|
+
resourceInputs["requireTwoFactorAuthentication"] = state ? state.requireTwoFactorAuthentication : undefined;
|
|
202
|
+
resourceInputs["restrictedVisibilityLevels"] = state ? state.restrictedVisibilityLevels : undefined;
|
|
203
|
+
resourceInputs["rsaKeyRestriction"] = state ? state.rsaKeyRestriction : undefined;
|
|
204
|
+
resourceInputs["searchRateLimit"] = state ? state.searchRateLimit : undefined;
|
|
205
|
+
resourceInputs["searchRateLimitUnauthenticated"] = state ? state.searchRateLimitUnauthenticated : undefined;
|
|
206
|
+
resourceInputs["sendUserConfirmationEmail"] = state ? state.sendUserConfirmationEmail : undefined;
|
|
207
|
+
resourceInputs["sessionExpireDelay"] = state ? state.sessionExpireDelay : undefined;
|
|
208
|
+
resourceInputs["sharedRunnersEnabled"] = state ? state.sharedRunnersEnabled : undefined;
|
|
209
|
+
resourceInputs["sharedRunnersMinutes"] = state ? state.sharedRunnersMinutes : undefined;
|
|
210
|
+
resourceInputs["sharedRunnersText"] = state ? state.sharedRunnersText : undefined;
|
|
211
|
+
resourceInputs["sidekiqJobLimiterCompressionThresholdBytes"] = state ? state.sidekiqJobLimiterCompressionThresholdBytes : undefined;
|
|
212
|
+
resourceInputs["sidekiqJobLimiterLimitBytes"] = state ? state.sidekiqJobLimiterLimitBytes : undefined;
|
|
213
|
+
resourceInputs["sidekiqJobLimiterMode"] = state ? state.sidekiqJobLimiterMode : undefined;
|
|
214
|
+
resourceInputs["signInText"] = state ? state.signInText : undefined;
|
|
215
|
+
resourceInputs["signupEnabled"] = state ? state.signupEnabled : undefined;
|
|
216
|
+
resourceInputs["slackAppEnabled"] = state ? state.slackAppEnabled : undefined;
|
|
217
|
+
resourceInputs["slackAppId"] = state ? state.slackAppId : undefined;
|
|
218
|
+
resourceInputs["slackAppSecret"] = state ? state.slackAppSecret : undefined;
|
|
219
|
+
resourceInputs["slackAppSigningSecret"] = state ? state.slackAppSigningSecret : undefined;
|
|
220
|
+
resourceInputs["slackAppVerificationToken"] = state ? state.slackAppVerificationToken : undefined;
|
|
221
|
+
resourceInputs["snippetSizeLimit"] = state ? state.snippetSizeLimit : undefined;
|
|
222
|
+
resourceInputs["snowplowAppId"] = state ? state.snowplowAppId : undefined;
|
|
223
|
+
resourceInputs["snowplowCollectorHostname"] = state ? state.snowplowCollectorHostname : undefined;
|
|
224
|
+
resourceInputs["snowplowCookieDomain"] = state ? state.snowplowCookieDomain : undefined;
|
|
225
|
+
resourceInputs["snowplowEnabled"] = state ? state.snowplowEnabled : undefined;
|
|
226
|
+
resourceInputs["sourcegraphEnabled"] = state ? state.sourcegraphEnabled : undefined;
|
|
227
|
+
resourceInputs["sourcegraphPublicOnly"] = state ? state.sourcegraphPublicOnly : undefined;
|
|
228
|
+
resourceInputs["sourcegraphUrl"] = state ? state.sourcegraphUrl : undefined;
|
|
229
|
+
resourceInputs["spamCheckApiKey"] = state ? state.spamCheckApiKey : undefined;
|
|
230
|
+
resourceInputs["spamCheckEndpointEnabled"] = state ? state.spamCheckEndpointEnabled : undefined;
|
|
231
|
+
resourceInputs["spamCheckEndpointUrl"] = state ? state.spamCheckEndpointUrl : undefined;
|
|
232
|
+
resourceInputs["suggestPipelineEnabled"] = state ? state.suggestPipelineEnabled : undefined;
|
|
233
|
+
resourceInputs["terminalMaxSessionTime"] = state ? state.terminalMaxSessionTime : undefined;
|
|
234
|
+
resourceInputs["terms"] = state ? state.terms : undefined;
|
|
235
|
+
resourceInputs["throttleAuthenticatedApiEnabled"] = state ? state.throttleAuthenticatedApiEnabled : undefined;
|
|
236
|
+
resourceInputs["throttleAuthenticatedApiPeriodInSeconds"] = state ? state.throttleAuthenticatedApiPeriodInSeconds : undefined;
|
|
237
|
+
resourceInputs["throttleAuthenticatedApiRequestsPerPeriod"] = state ? state.throttleAuthenticatedApiRequestsPerPeriod : undefined;
|
|
238
|
+
resourceInputs["throttleAuthenticatedPackagesApiEnabled"] = state ? state.throttleAuthenticatedPackagesApiEnabled : undefined;
|
|
239
|
+
resourceInputs["throttleAuthenticatedPackagesApiPeriodInSeconds"] = state ? state.throttleAuthenticatedPackagesApiPeriodInSeconds : undefined;
|
|
240
|
+
resourceInputs["throttleAuthenticatedPackagesApiRequestsPerPeriod"] = state ? state.throttleAuthenticatedPackagesApiRequestsPerPeriod : undefined;
|
|
241
|
+
resourceInputs["throttleAuthenticatedWebEnabled"] = state ? state.throttleAuthenticatedWebEnabled : undefined;
|
|
242
|
+
resourceInputs["throttleAuthenticatedWebPeriodInSeconds"] = state ? state.throttleAuthenticatedWebPeriodInSeconds : undefined;
|
|
243
|
+
resourceInputs["throttleAuthenticatedWebRequestsPerPeriod"] = state ? state.throttleAuthenticatedWebRequestsPerPeriod : undefined;
|
|
244
|
+
resourceInputs["throttleUnauthenticatedApiEnabled"] = state ? state.throttleUnauthenticatedApiEnabled : undefined;
|
|
245
|
+
resourceInputs["throttleUnauthenticatedApiPeriodInSeconds"] = state ? state.throttleUnauthenticatedApiPeriodInSeconds : undefined;
|
|
246
|
+
resourceInputs["throttleUnauthenticatedApiRequestsPerPeriod"] = state ? state.throttleUnauthenticatedApiRequestsPerPeriod : undefined;
|
|
247
|
+
resourceInputs["throttleUnauthenticatedPackagesApiEnabled"] = state ? state.throttleUnauthenticatedPackagesApiEnabled : undefined;
|
|
248
|
+
resourceInputs["throttleUnauthenticatedPackagesApiPeriodInSeconds"] = state ? state.throttleUnauthenticatedPackagesApiPeriodInSeconds : undefined;
|
|
249
|
+
resourceInputs["throttleUnauthenticatedPackagesApiRequestsPerPeriod"] = state ? state.throttleUnauthenticatedPackagesApiRequestsPerPeriod : undefined;
|
|
250
|
+
resourceInputs["throttleUnauthenticatedWebEnabled"] = state ? state.throttleUnauthenticatedWebEnabled : undefined;
|
|
251
|
+
resourceInputs["throttleUnauthenticatedWebPeriodInSeconds"] = state ? state.throttleUnauthenticatedWebPeriodInSeconds : undefined;
|
|
252
|
+
resourceInputs["throttleUnauthenticatedWebRequestsPerPeriod"] = state ? state.throttleUnauthenticatedWebRequestsPerPeriod : undefined;
|
|
253
|
+
resourceInputs["timeTrackingLimitToHours"] = state ? state.timeTrackingLimitToHours : undefined;
|
|
254
|
+
resourceInputs["twoFactorGracePeriod"] = state ? state.twoFactorGracePeriod : undefined;
|
|
255
|
+
resourceInputs["uniqueIpsLimitEnabled"] = state ? state.uniqueIpsLimitEnabled : undefined;
|
|
256
|
+
resourceInputs["uniqueIpsLimitPerUser"] = state ? state.uniqueIpsLimitPerUser : undefined;
|
|
257
|
+
resourceInputs["uniqueIpsLimitTimeWindow"] = state ? state.uniqueIpsLimitTimeWindow : undefined;
|
|
258
|
+
resourceInputs["usagePingEnabled"] = state ? state.usagePingEnabled : undefined;
|
|
259
|
+
resourceInputs["userDeactivationEmailsEnabled"] = state ? state.userDeactivationEmailsEnabled : undefined;
|
|
260
|
+
resourceInputs["userDefaultExternal"] = state ? state.userDefaultExternal : undefined;
|
|
261
|
+
resourceInputs["userDefaultInternalRegex"] = state ? state.userDefaultInternalRegex : undefined;
|
|
262
|
+
resourceInputs["userOauthApplications"] = state ? state.userOauthApplications : undefined;
|
|
263
|
+
resourceInputs["userShowAddSshKeyMessage"] = state ? state.userShowAddSshKeyMessage : undefined;
|
|
264
|
+
resourceInputs["versionCheckEnabled"] = state ? state.versionCheckEnabled : undefined;
|
|
265
|
+
resourceInputs["webIdeClientsidePreviewEnabled"] = state ? state.webIdeClientsidePreviewEnabled : undefined;
|
|
266
|
+
resourceInputs["whatsNewVariant"] = state ? state.whatsNewVariant : undefined;
|
|
267
|
+
resourceInputs["wikiPageMaxContentBytes"] = state ? state.wikiPageMaxContentBytes : undefined;
|
|
268
|
+
}
|
|
269
|
+
else {
|
|
270
|
+
const args = argsOrState;
|
|
271
|
+
resourceInputs["abuseNotificationEmail"] = args ? args.abuseNotificationEmail : undefined;
|
|
272
|
+
resourceInputs["adminMode"] = args ? args.adminMode : undefined;
|
|
273
|
+
resourceInputs["afterSignOutPath"] = args ? args.afterSignOutPath : undefined;
|
|
274
|
+
resourceInputs["afterSignUpText"] = args ? args.afterSignUpText : undefined;
|
|
275
|
+
resourceInputs["akismetApiKey"] = (args === null || args === void 0 ? void 0 : args.akismetApiKey) ? pulumi.secret(args.akismetApiKey) : undefined;
|
|
276
|
+
resourceInputs["akismetEnabled"] = args ? args.akismetEnabled : undefined;
|
|
277
|
+
resourceInputs["allowGroupOwnersToManageLdap"] = args ? args.allowGroupOwnersToManageLdap : undefined;
|
|
278
|
+
resourceInputs["allowLocalRequestsFromSystemHooks"] = args ? args.allowLocalRequestsFromSystemHooks : undefined;
|
|
279
|
+
resourceInputs["allowLocalRequestsFromWebHooksAndServices"] = args ? args.allowLocalRequestsFromWebHooksAndServices : undefined;
|
|
280
|
+
resourceInputs["archiveBuildsInHumanReadable"] = args ? args.archiveBuildsInHumanReadable : undefined;
|
|
281
|
+
resourceInputs["assetProxyAllowlists"] = args ? args.assetProxyAllowlists : undefined;
|
|
282
|
+
resourceInputs["assetProxyEnabled"] = args ? args.assetProxyEnabled : undefined;
|
|
283
|
+
resourceInputs["assetProxySecretKey"] = (args === null || args === void 0 ? void 0 : args.assetProxySecretKey) ? pulumi.secret(args.assetProxySecretKey) : undefined;
|
|
284
|
+
resourceInputs["assetProxyUrl"] = args ? args.assetProxyUrl : undefined;
|
|
285
|
+
resourceInputs["authorizedKeysEnabled"] = args ? args.authorizedKeysEnabled : undefined;
|
|
286
|
+
resourceInputs["autoDevopsDomain"] = args ? args.autoDevopsDomain : undefined;
|
|
287
|
+
resourceInputs["autoDevopsEnabled"] = args ? args.autoDevopsEnabled : undefined;
|
|
288
|
+
resourceInputs["automaticPurchasedStorageAllocation"] = args ? args.automaticPurchasedStorageAllocation : undefined;
|
|
289
|
+
resourceInputs["checkNamespacePlan"] = args ? args.checkNamespacePlan : undefined;
|
|
290
|
+
resourceInputs["commitEmailHostname"] = args ? args.commitEmailHostname : undefined;
|
|
291
|
+
resourceInputs["containerExpirationPoliciesEnableHistoricEntries"] = args ? args.containerExpirationPoliciesEnableHistoricEntries : undefined;
|
|
292
|
+
resourceInputs["containerRegistryCleanupTagsServiceMaxListSize"] = args ? args.containerRegistryCleanupTagsServiceMaxListSize : undefined;
|
|
293
|
+
resourceInputs["containerRegistryDeleteTagsServiceTimeout"] = args ? args.containerRegistryDeleteTagsServiceTimeout : undefined;
|
|
294
|
+
resourceInputs["containerRegistryExpirationPoliciesCaching"] = args ? args.containerRegistryExpirationPoliciesCaching : undefined;
|
|
295
|
+
resourceInputs["containerRegistryExpirationPoliciesWorkerCapacity"] = args ? args.containerRegistryExpirationPoliciesWorkerCapacity : undefined;
|
|
296
|
+
resourceInputs["containerRegistryTokenExpireDelay"] = args ? args.containerRegistryTokenExpireDelay : undefined;
|
|
297
|
+
resourceInputs["deactivateDormantUsers"] = args ? args.deactivateDormantUsers : undefined;
|
|
298
|
+
resourceInputs["defaultArtifactsExpireIn"] = args ? args.defaultArtifactsExpireIn : undefined;
|
|
299
|
+
resourceInputs["defaultBranchName"] = args ? args.defaultBranchName : undefined;
|
|
300
|
+
resourceInputs["defaultBranchProtection"] = args ? args.defaultBranchProtection : undefined;
|
|
301
|
+
resourceInputs["defaultCiConfigPath"] = args ? args.defaultCiConfigPath : undefined;
|
|
302
|
+
resourceInputs["defaultGroupVisibility"] = args ? args.defaultGroupVisibility : undefined;
|
|
303
|
+
resourceInputs["defaultProjectCreation"] = args ? args.defaultProjectCreation : undefined;
|
|
304
|
+
resourceInputs["defaultProjectVisibility"] = args ? args.defaultProjectVisibility : undefined;
|
|
305
|
+
resourceInputs["defaultProjectsLimit"] = args ? args.defaultProjectsLimit : undefined;
|
|
306
|
+
resourceInputs["defaultSnippetVisibility"] = args ? args.defaultSnippetVisibility : undefined;
|
|
307
|
+
resourceInputs["delayedGroupDeletion"] = args ? args.delayedGroupDeletion : undefined;
|
|
308
|
+
resourceInputs["delayedProjectDeletion"] = args ? args.delayedProjectDeletion : undefined;
|
|
309
|
+
resourceInputs["deleteInactiveProjects"] = args ? args.deleteInactiveProjects : undefined;
|
|
310
|
+
resourceInputs["deletionAdjournedPeriod"] = args ? args.deletionAdjournedPeriod : undefined;
|
|
311
|
+
resourceInputs["diffMaxFiles"] = args ? args.diffMaxFiles : undefined;
|
|
312
|
+
resourceInputs["diffMaxLines"] = args ? args.diffMaxLines : undefined;
|
|
313
|
+
resourceInputs["diffMaxPatchBytes"] = args ? args.diffMaxPatchBytes : undefined;
|
|
314
|
+
resourceInputs["disableFeedToken"] = args ? args.disableFeedToken : undefined;
|
|
315
|
+
resourceInputs["disabledOauthSignInSources"] = args ? args.disabledOauthSignInSources : undefined;
|
|
316
|
+
resourceInputs["dnsRebindingProtectionEnabled"] = args ? args.dnsRebindingProtectionEnabled : undefined;
|
|
317
|
+
resourceInputs["domainAllowlists"] = args ? args.domainAllowlists : undefined;
|
|
318
|
+
resourceInputs["domainDenylistEnabled"] = args ? args.domainDenylistEnabled : undefined;
|
|
319
|
+
resourceInputs["domainDenylists"] = args ? args.domainDenylists : undefined;
|
|
320
|
+
resourceInputs["dsaKeyRestriction"] = args ? args.dsaKeyRestriction : undefined;
|
|
321
|
+
resourceInputs["ecdsaKeyRestriction"] = args ? args.ecdsaKeyRestriction : undefined;
|
|
322
|
+
resourceInputs["ecdsaSkKeyRestriction"] = args ? args.ecdsaSkKeyRestriction : undefined;
|
|
323
|
+
resourceInputs["ed25519KeyRestriction"] = args ? args.ed25519KeyRestriction : undefined;
|
|
324
|
+
resourceInputs["ed25519SkKeyRestriction"] = args ? args.ed25519SkKeyRestriction : undefined;
|
|
325
|
+
resourceInputs["eksAccessKeyId"] = (args === null || args === void 0 ? void 0 : args.eksAccessKeyId) ? pulumi.secret(args.eksAccessKeyId) : undefined;
|
|
326
|
+
resourceInputs["eksAccountId"] = args ? args.eksAccountId : undefined;
|
|
327
|
+
resourceInputs["eksIntegrationEnabled"] = args ? args.eksIntegrationEnabled : undefined;
|
|
328
|
+
resourceInputs["eksSecretAccessKey"] = (args === null || args === void 0 ? void 0 : args.eksSecretAccessKey) ? pulumi.secret(args.eksSecretAccessKey) : undefined;
|
|
329
|
+
resourceInputs["elasticsearchAws"] = args ? args.elasticsearchAws : undefined;
|
|
330
|
+
resourceInputs["elasticsearchAwsAccessKey"] = (args === null || args === void 0 ? void 0 : args.elasticsearchAwsAccessKey) ? pulumi.secret(args.elasticsearchAwsAccessKey) : undefined;
|
|
331
|
+
resourceInputs["elasticsearchAwsRegion"] = args ? args.elasticsearchAwsRegion : undefined;
|
|
332
|
+
resourceInputs["elasticsearchAwsSecretAccessKey"] = (args === null || args === void 0 ? void 0 : args.elasticsearchAwsSecretAccessKey) ? pulumi.secret(args.elasticsearchAwsSecretAccessKey) : undefined;
|
|
333
|
+
resourceInputs["elasticsearchIndexedFieldLengthLimit"] = args ? args.elasticsearchIndexedFieldLengthLimit : undefined;
|
|
334
|
+
resourceInputs["elasticsearchIndexedFileSizeLimitKb"] = args ? args.elasticsearchIndexedFileSizeLimitKb : undefined;
|
|
335
|
+
resourceInputs["elasticsearchIndexing"] = args ? args.elasticsearchIndexing : undefined;
|
|
336
|
+
resourceInputs["elasticsearchLimitIndexing"] = args ? args.elasticsearchLimitIndexing : undefined;
|
|
337
|
+
resourceInputs["elasticsearchMaxBulkConcurrency"] = args ? args.elasticsearchMaxBulkConcurrency : undefined;
|
|
338
|
+
resourceInputs["elasticsearchMaxBulkSizeMb"] = args ? args.elasticsearchMaxBulkSizeMb : undefined;
|
|
339
|
+
resourceInputs["elasticsearchNamespaceIds"] = args ? args.elasticsearchNamespaceIds : undefined;
|
|
340
|
+
resourceInputs["elasticsearchPassword"] = (args === null || args === void 0 ? void 0 : args.elasticsearchPassword) ? pulumi.secret(args.elasticsearchPassword) : undefined;
|
|
341
|
+
resourceInputs["elasticsearchProjectIds"] = args ? args.elasticsearchProjectIds : undefined;
|
|
342
|
+
resourceInputs["elasticsearchSearch"] = args ? args.elasticsearchSearch : undefined;
|
|
343
|
+
resourceInputs["elasticsearchUrls"] = args ? args.elasticsearchUrls : undefined;
|
|
344
|
+
resourceInputs["elasticsearchUsername"] = args ? args.elasticsearchUsername : undefined;
|
|
345
|
+
resourceInputs["emailAdditionalText"] = args ? args.emailAdditionalText : undefined;
|
|
346
|
+
resourceInputs["emailAuthorInBody"] = args ? args.emailAuthorInBody : undefined;
|
|
347
|
+
resourceInputs["enabledGitAccessProtocol"] = args ? args.enabledGitAccessProtocol : undefined;
|
|
348
|
+
resourceInputs["enforceNamespaceStorageLimit"] = args ? args.enforceNamespaceStorageLimit : undefined;
|
|
349
|
+
resourceInputs["enforceTerms"] = args ? args.enforceTerms : undefined;
|
|
350
|
+
resourceInputs["externalAuthClientCert"] = args ? args.externalAuthClientCert : undefined;
|
|
351
|
+
resourceInputs["externalAuthClientKey"] = (args === null || args === void 0 ? void 0 : args.externalAuthClientKey) ? pulumi.secret(args.externalAuthClientKey) : undefined;
|
|
352
|
+
resourceInputs["externalAuthClientKeyPass"] = (args === null || args === void 0 ? void 0 : args.externalAuthClientKeyPass) ? pulumi.secret(args.externalAuthClientKeyPass) : undefined;
|
|
353
|
+
resourceInputs["externalAuthorizationServiceDefaultLabel"] = args ? args.externalAuthorizationServiceDefaultLabel : undefined;
|
|
354
|
+
resourceInputs["externalAuthorizationServiceEnabled"] = args ? args.externalAuthorizationServiceEnabled : undefined;
|
|
355
|
+
resourceInputs["externalAuthorizationServiceTimeout"] = args ? args.externalAuthorizationServiceTimeout : undefined;
|
|
356
|
+
resourceInputs["externalAuthorizationServiceUrl"] = args ? args.externalAuthorizationServiceUrl : undefined;
|
|
357
|
+
resourceInputs["externalPipelineValidationServiceTimeout"] = args ? args.externalPipelineValidationServiceTimeout : undefined;
|
|
358
|
+
resourceInputs["externalPipelineValidationServiceToken"] = args ? args.externalPipelineValidationServiceToken : undefined;
|
|
359
|
+
resourceInputs["externalPipelineValidationServiceUrl"] = args ? args.externalPipelineValidationServiceUrl : undefined;
|
|
360
|
+
resourceInputs["fileTemplateProjectId"] = args ? args.fileTemplateProjectId : undefined;
|
|
361
|
+
resourceInputs["firstDayOfWeek"] = args ? args.firstDayOfWeek : undefined;
|
|
362
|
+
resourceInputs["geoNodeAllowedIps"] = args ? args.geoNodeAllowedIps : undefined;
|
|
363
|
+
resourceInputs["geoStatusTimeout"] = args ? args.geoStatusTimeout : undefined;
|
|
364
|
+
resourceInputs["gitRateLimitUsersAllowlists"] = args ? args.gitRateLimitUsersAllowlists : undefined;
|
|
365
|
+
resourceInputs["gitTwoFactorSessionExpiry"] = args ? args.gitTwoFactorSessionExpiry : undefined;
|
|
366
|
+
resourceInputs["gitalyTimeoutDefault"] = args ? args.gitalyTimeoutDefault : undefined;
|
|
367
|
+
resourceInputs["gitalyTimeoutFast"] = args ? args.gitalyTimeoutFast : undefined;
|
|
368
|
+
resourceInputs["gitalyTimeoutMedium"] = args ? args.gitalyTimeoutMedium : undefined;
|
|
369
|
+
resourceInputs["grafanaEnabled"] = args ? args.grafanaEnabled : undefined;
|
|
370
|
+
resourceInputs["grafanaUrl"] = args ? args.grafanaUrl : undefined;
|
|
371
|
+
resourceInputs["gravatarEnabled"] = args ? args.gravatarEnabled : undefined;
|
|
372
|
+
resourceInputs["hashedStorageEnabled"] = args ? args.hashedStorageEnabled : undefined;
|
|
373
|
+
resourceInputs["helpPageHideCommercialContent"] = args ? args.helpPageHideCommercialContent : undefined;
|
|
374
|
+
resourceInputs["helpPageSupportUrl"] = args ? args.helpPageSupportUrl : undefined;
|
|
375
|
+
resourceInputs["helpPageText"] = args ? args.helpPageText : undefined;
|
|
376
|
+
resourceInputs["helpText"] = args ? args.helpText : undefined;
|
|
377
|
+
resourceInputs["hideThirdPartyOffers"] = args ? args.hideThirdPartyOffers : undefined;
|
|
378
|
+
resourceInputs["homePageUrl"] = args ? args.homePageUrl : undefined;
|
|
379
|
+
resourceInputs["housekeepingEnabled"] = args ? args.housekeepingEnabled : undefined;
|
|
380
|
+
resourceInputs["housekeepingFullRepackPeriod"] = args ? args.housekeepingFullRepackPeriod : undefined;
|
|
381
|
+
resourceInputs["housekeepingGcPeriod"] = args ? args.housekeepingGcPeriod : undefined;
|
|
382
|
+
resourceInputs["housekeepingIncrementalRepackPeriod"] = args ? args.housekeepingIncrementalRepackPeriod : undefined;
|
|
383
|
+
resourceInputs["htmlEmailsEnabled"] = args ? args.htmlEmailsEnabled : undefined;
|
|
384
|
+
resourceInputs["importSources"] = args ? args.importSources : undefined;
|
|
385
|
+
resourceInputs["inProductMarketingEmailsEnabled"] = args ? args.inProductMarketingEmailsEnabled : undefined;
|
|
386
|
+
resourceInputs["inactiveProjectsDeleteAfterMonths"] = args ? args.inactiveProjectsDeleteAfterMonths : undefined;
|
|
387
|
+
resourceInputs["inactiveProjectsMinSizeMb"] = args ? args.inactiveProjectsMinSizeMb : undefined;
|
|
388
|
+
resourceInputs["inactiveProjectsSendWarningEmailAfterMonths"] = args ? args.inactiveProjectsSendWarningEmailAfterMonths : undefined;
|
|
389
|
+
resourceInputs["invisibleCaptchaEnabled"] = args ? args.invisibleCaptchaEnabled : undefined;
|
|
390
|
+
resourceInputs["issuesCreateLimit"] = args ? args.issuesCreateLimit : undefined;
|
|
391
|
+
resourceInputs["keepLatestArtifact"] = args ? args.keepLatestArtifact : undefined;
|
|
392
|
+
resourceInputs["localMarkdownVersion"] = args ? args.localMarkdownVersion : undefined;
|
|
393
|
+
resourceInputs["mailgunEventsEnabled"] = args ? args.mailgunEventsEnabled : undefined;
|
|
394
|
+
resourceInputs["mailgunSigningKey"] = (args === null || args === void 0 ? void 0 : args.mailgunSigningKey) ? pulumi.secret(args.mailgunSigningKey) : undefined;
|
|
395
|
+
resourceInputs["maintenanceMode"] = args ? args.maintenanceMode : undefined;
|
|
396
|
+
resourceInputs["maintenanceModeMessage"] = args ? args.maintenanceModeMessage : undefined;
|
|
397
|
+
resourceInputs["maxArtifactsSize"] = args ? args.maxArtifactsSize : undefined;
|
|
398
|
+
resourceInputs["maxAttachmentSize"] = args ? args.maxAttachmentSize : undefined;
|
|
399
|
+
resourceInputs["maxExportSize"] = args ? args.maxExportSize : undefined;
|
|
400
|
+
resourceInputs["maxImportSize"] = args ? args.maxImportSize : undefined;
|
|
401
|
+
resourceInputs["maxNumberOfRepositoryDownloads"] = args ? args.maxNumberOfRepositoryDownloads : undefined;
|
|
402
|
+
resourceInputs["maxNumberOfRepositoryDownloadsWithinTimePeriod"] = args ? args.maxNumberOfRepositoryDownloadsWithinTimePeriod : undefined;
|
|
403
|
+
resourceInputs["maxPagesSize"] = args ? args.maxPagesSize : undefined;
|
|
404
|
+
resourceInputs["maxPersonalAccessTokenLifetime"] = args ? args.maxPersonalAccessTokenLifetime : undefined;
|
|
405
|
+
resourceInputs["maxSshKeyLifetime"] = args ? args.maxSshKeyLifetime : undefined;
|
|
406
|
+
resourceInputs["metricsMethodCallThreshold"] = args ? args.metricsMethodCallThreshold : undefined;
|
|
407
|
+
resourceInputs["mirrorAvailable"] = args ? args.mirrorAvailable : undefined;
|
|
408
|
+
resourceInputs["mirrorCapacityThreshold"] = args ? args.mirrorCapacityThreshold : undefined;
|
|
409
|
+
resourceInputs["mirrorMaxCapacity"] = args ? args.mirrorMaxCapacity : undefined;
|
|
410
|
+
resourceInputs["mirrorMaxDelay"] = args ? args.mirrorMaxDelay : undefined;
|
|
411
|
+
resourceInputs["npmPackageRequestsForwarding"] = args ? args.npmPackageRequestsForwarding : undefined;
|
|
412
|
+
resourceInputs["outboundLocalRequestsWhitelists"] = args ? args.outboundLocalRequestsWhitelists : undefined;
|
|
413
|
+
resourceInputs["packageRegistryCleanupPoliciesWorkerCapacity"] = args ? args.packageRegistryCleanupPoliciesWorkerCapacity : undefined;
|
|
414
|
+
resourceInputs["pagesDomainVerificationEnabled"] = args ? args.pagesDomainVerificationEnabled : undefined;
|
|
415
|
+
resourceInputs["passwordAuthenticationEnabledForGit"] = args ? args.passwordAuthenticationEnabledForGit : undefined;
|
|
416
|
+
resourceInputs["passwordAuthenticationEnabledForWeb"] = args ? args.passwordAuthenticationEnabledForWeb : undefined;
|
|
417
|
+
resourceInputs["passwordLowercaseRequired"] = args ? args.passwordLowercaseRequired : undefined;
|
|
418
|
+
resourceInputs["passwordNumberRequired"] = args ? args.passwordNumberRequired : undefined;
|
|
419
|
+
resourceInputs["passwordSymbolRequired"] = args ? args.passwordSymbolRequired : undefined;
|
|
420
|
+
resourceInputs["passwordUppercaseRequired"] = args ? args.passwordUppercaseRequired : undefined;
|
|
421
|
+
resourceInputs["performanceBarAllowedGroupPath"] = args ? args.performanceBarAllowedGroupPath : undefined;
|
|
422
|
+
resourceInputs["personalAccessTokenPrefix"] = args ? args.personalAccessTokenPrefix : undefined;
|
|
423
|
+
resourceInputs["pipelineLimitPerProjectUserSha"] = args ? args.pipelineLimitPerProjectUserSha : undefined;
|
|
424
|
+
resourceInputs["plantumlEnabled"] = args ? args.plantumlEnabled : undefined;
|
|
425
|
+
resourceInputs["plantumlUrl"] = args ? args.plantumlUrl : undefined;
|
|
426
|
+
resourceInputs["pollingIntervalMultiplier"] = args ? args.pollingIntervalMultiplier : undefined;
|
|
427
|
+
resourceInputs["projectExportEnabled"] = args ? args.projectExportEnabled : undefined;
|
|
428
|
+
resourceInputs["prometheusMetricsEnabled"] = args ? args.prometheusMetricsEnabled : undefined;
|
|
429
|
+
resourceInputs["protectedCiVariables"] = args ? args.protectedCiVariables : undefined;
|
|
430
|
+
resourceInputs["pushEventActivitiesLimit"] = args ? args.pushEventActivitiesLimit : undefined;
|
|
431
|
+
resourceInputs["pushEventHooksLimit"] = args ? args.pushEventHooksLimit : undefined;
|
|
432
|
+
resourceInputs["pypiPackageRequestsForwarding"] = args ? args.pypiPackageRequestsForwarding : undefined;
|
|
433
|
+
resourceInputs["rateLimitingResponseText"] = args ? args.rateLimitingResponseText : undefined;
|
|
434
|
+
resourceInputs["rawBlobRequestLimit"] = args ? args.rawBlobRequestLimit : undefined;
|
|
435
|
+
resourceInputs["recaptchaEnabled"] = args ? args.recaptchaEnabled : undefined;
|
|
436
|
+
resourceInputs["recaptchaPrivateKey"] = (args === null || args === void 0 ? void 0 : args.recaptchaPrivateKey) ? pulumi.secret(args.recaptchaPrivateKey) : undefined;
|
|
437
|
+
resourceInputs["recaptchaSiteKey"] = (args === null || args === void 0 ? void 0 : args.recaptchaSiteKey) ? pulumi.secret(args.recaptchaSiteKey) : undefined;
|
|
438
|
+
resourceInputs["receiveMaxInputSize"] = args ? args.receiveMaxInputSize : undefined;
|
|
439
|
+
resourceInputs["repositoryChecksEnabled"] = args ? args.repositoryChecksEnabled : undefined;
|
|
440
|
+
resourceInputs["repositorySizeLimit"] = args ? args.repositorySizeLimit : undefined;
|
|
441
|
+
resourceInputs["repositoryStorages"] = args ? args.repositoryStorages : undefined;
|
|
442
|
+
resourceInputs["repositoryStoragesWeighted"] = args ? args.repositoryStoragesWeighted : undefined;
|
|
443
|
+
resourceInputs["requireAdminApprovalAfterUserSignup"] = args ? args.requireAdminApprovalAfterUserSignup : undefined;
|
|
444
|
+
resourceInputs["requireTwoFactorAuthentication"] = args ? args.requireTwoFactorAuthentication : undefined;
|
|
445
|
+
resourceInputs["restrictedVisibilityLevels"] = args ? args.restrictedVisibilityLevels : undefined;
|
|
446
|
+
resourceInputs["rsaKeyRestriction"] = args ? args.rsaKeyRestriction : undefined;
|
|
447
|
+
resourceInputs["searchRateLimit"] = args ? args.searchRateLimit : undefined;
|
|
448
|
+
resourceInputs["searchRateLimitUnauthenticated"] = args ? args.searchRateLimitUnauthenticated : undefined;
|
|
449
|
+
resourceInputs["sendUserConfirmationEmail"] = args ? args.sendUserConfirmationEmail : undefined;
|
|
450
|
+
resourceInputs["sessionExpireDelay"] = args ? args.sessionExpireDelay : undefined;
|
|
451
|
+
resourceInputs["sharedRunnersEnabled"] = args ? args.sharedRunnersEnabled : undefined;
|
|
452
|
+
resourceInputs["sharedRunnersMinutes"] = args ? args.sharedRunnersMinutes : undefined;
|
|
453
|
+
resourceInputs["sharedRunnersText"] = args ? args.sharedRunnersText : undefined;
|
|
454
|
+
resourceInputs["sidekiqJobLimiterCompressionThresholdBytes"] = args ? args.sidekiqJobLimiterCompressionThresholdBytes : undefined;
|
|
455
|
+
resourceInputs["sidekiqJobLimiterLimitBytes"] = args ? args.sidekiqJobLimiterLimitBytes : undefined;
|
|
456
|
+
resourceInputs["sidekiqJobLimiterMode"] = args ? args.sidekiqJobLimiterMode : undefined;
|
|
457
|
+
resourceInputs["signInText"] = args ? args.signInText : undefined;
|
|
458
|
+
resourceInputs["signupEnabled"] = args ? args.signupEnabled : undefined;
|
|
459
|
+
resourceInputs["slackAppEnabled"] = args ? args.slackAppEnabled : undefined;
|
|
460
|
+
resourceInputs["slackAppId"] = args ? args.slackAppId : undefined;
|
|
461
|
+
resourceInputs["slackAppSecret"] = (args === null || args === void 0 ? void 0 : args.slackAppSecret) ? pulumi.secret(args.slackAppSecret) : undefined;
|
|
462
|
+
resourceInputs["slackAppSigningSecret"] = (args === null || args === void 0 ? void 0 : args.slackAppSigningSecret) ? pulumi.secret(args.slackAppSigningSecret) : undefined;
|
|
463
|
+
resourceInputs["slackAppVerificationToken"] = args ? args.slackAppVerificationToken : undefined;
|
|
464
|
+
resourceInputs["snippetSizeLimit"] = args ? args.snippetSizeLimit : undefined;
|
|
465
|
+
resourceInputs["snowplowAppId"] = args ? args.snowplowAppId : undefined;
|
|
466
|
+
resourceInputs["snowplowCollectorHostname"] = args ? args.snowplowCollectorHostname : undefined;
|
|
467
|
+
resourceInputs["snowplowCookieDomain"] = args ? args.snowplowCookieDomain : undefined;
|
|
468
|
+
resourceInputs["snowplowEnabled"] = args ? args.snowplowEnabled : undefined;
|
|
469
|
+
resourceInputs["sourcegraphEnabled"] = args ? args.sourcegraphEnabled : undefined;
|
|
470
|
+
resourceInputs["sourcegraphPublicOnly"] = args ? args.sourcegraphPublicOnly : undefined;
|
|
471
|
+
resourceInputs["sourcegraphUrl"] = args ? args.sourcegraphUrl : undefined;
|
|
472
|
+
resourceInputs["spamCheckApiKey"] = (args === null || args === void 0 ? void 0 : args.spamCheckApiKey) ? pulumi.secret(args.spamCheckApiKey) : undefined;
|
|
473
|
+
resourceInputs["spamCheckEndpointEnabled"] = args ? args.spamCheckEndpointEnabled : undefined;
|
|
474
|
+
resourceInputs["spamCheckEndpointUrl"] = args ? args.spamCheckEndpointUrl : undefined;
|
|
475
|
+
resourceInputs["suggestPipelineEnabled"] = args ? args.suggestPipelineEnabled : undefined;
|
|
476
|
+
resourceInputs["terminalMaxSessionTime"] = args ? args.terminalMaxSessionTime : undefined;
|
|
477
|
+
resourceInputs["terms"] = args ? args.terms : undefined;
|
|
478
|
+
resourceInputs["throttleAuthenticatedApiEnabled"] = args ? args.throttleAuthenticatedApiEnabled : undefined;
|
|
479
|
+
resourceInputs["throttleAuthenticatedApiPeriodInSeconds"] = args ? args.throttleAuthenticatedApiPeriodInSeconds : undefined;
|
|
480
|
+
resourceInputs["throttleAuthenticatedApiRequestsPerPeriod"] = args ? args.throttleAuthenticatedApiRequestsPerPeriod : undefined;
|
|
481
|
+
resourceInputs["throttleAuthenticatedPackagesApiEnabled"] = args ? args.throttleAuthenticatedPackagesApiEnabled : undefined;
|
|
482
|
+
resourceInputs["throttleAuthenticatedPackagesApiPeriodInSeconds"] = args ? args.throttleAuthenticatedPackagesApiPeriodInSeconds : undefined;
|
|
483
|
+
resourceInputs["throttleAuthenticatedPackagesApiRequestsPerPeriod"] = args ? args.throttleAuthenticatedPackagesApiRequestsPerPeriod : undefined;
|
|
484
|
+
resourceInputs["throttleAuthenticatedWebEnabled"] = args ? args.throttleAuthenticatedWebEnabled : undefined;
|
|
485
|
+
resourceInputs["throttleAuthenticatedWebPeriodInSeconds"] = args ? args.throttleAuthenticatedWebPeriodInSeconds : undefined;
|
|
486
|
+
resourceInputs["throttleAuthenticatedWebRequestsPerPeriod"] = args ? args.throttleAuthenticatedWebRequestsPerPeriod : undefined;
|
|
487
|
+
resourceInputs["throttleUnauthenticatedApiEnabled"] = args ? args.throttleUnauthenticatedApiEnabled : undefined;
|
|
488
|
+
resourceInputs["throttleUnauthenticatedApiPeriodInSeconds"] = args ? args.throttleUnauthenticatedApiPeriodInSeconds : undefined;
|
|
489
|
+
resourceInputs["throttleUnauthenticatedApiRequestsPerPeriod"] = args ? args.throttleUnauthenticatedApiRequestsPerPeriod : undefined;
|
|
490
|
+
resourceInputs["throttleUnauthenticatedPackagesApiEnabled"] = args ? args.throttleUnauthenticatedPackagesApiEnabled : undefined;
|
|
491
|
+
resourceInputs["throttleUnauthenticatedPackagesApiPeriodInSeconds"] = args ? args.throttleUnauthenticatedPackagesApiPeriodInSeconds : undefined;
|
|
492
|
+
resourceInputs["throttleUnauthenticatedPackagesApiRequestsPerPeriod"] = args ? args.throttleUnauthenticatedPackagesApiRequestsPerPeriod : undefined;
|
|
493
|
+
resourceInputs["throttleUnauthenticatedWebEnabled"] = args ? args.throttleUnauthenticatedWebEnabled : undefined;
|
|
494
|
+
resourceInputs["throttleUnauthenticatedWebPeriodInSeconds"] = args ? args.throttleUnauthenticatedWebPeriodInSeconds : undefined;
|
|
495
|
+
resourceInputs["throttleUnauthenticatedWebRequestsPerPeriod"] = args ? args.throttleUnauthenticatedWebRequestsPerPeriod : undefined;
|
|
496
|
+
resourceInputs["timeTrackingLimitToHours"] = args ? args.timeTrackingLimitToHours : undefined;
|
|
497
|
+
resourceInputs["twoFactorGracePeriod"] = args ? args.twoFactorGracePeriod : undefined;
|
|
498
|
+
resourceInputs["uniqueIpsLimitEnabled"] = args ? args.uniqueIpsLimitEnabled : undefined;
|
|
499
|
+
resourceInputs["uniqueIpsLimitPerUser"] = args ? args.uniqueIpsLimitPerUser : undefined;
|
|
500
|
+
resourceInputs["uniqueIpsLimitTimeWindow"] = args ? args.uniqueIpsLimitTimeWindow : undefined;
|
|
501
|
+
resourceInputs["usagePingEnabled"] = args ? args.usagePingEnabled : undefined;
|
|
502
|
+
resourceInputs["userDeactivationEmailsEnabled"] = args ? args.userDeactivationEmailsEnabled : undefined;
|
|
503
|
+
resourceInputs["userDefaultExternal"] = args ? args.userDefaultExternal : undefined;
|
|
504
|
+
resourceInputs["userDefaultInternalRegex"] = args ? args.userDefaultInternalRegex : undefined;
|
|
505
|
+
resourceInputs["userOauthApplications"] = args ? args.userOauthApplications : undefined;
|
|
506
|
+
resourceInputs["userShowAddSshKeyMessage"] = args ? args.userShowAddSshKeyMessage : undefined;
|
|
507
|
+
resourceInputs["versionCheckEnabled"] = args ? args.versionCheckEnabled : undefined;
|
|
508
|
+
resourceInputs["webIdeClientsidePreviewEnabled"] = args ? args.webIdeClientsidePreviewEnabled : undefined;
|
|
509
|
+
resourceInputs["whatsNewVariant"] = args ? args.whatsNewVariant : undefined;
|
|
510
|
+
resourceInputs["wikiPageMaxContentBytes"] = args ? args.wikiPageMaxContentBytes : undefined;
|
|
511
|
+
}
|
|
512
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
513
|
+
const secretOpts = { additionalSecretOutputs: ["akismetApiKey", "assetProxySecretKey", "eksAccessKeyId", "eksSecretAccessKey", "elasticsearchAwsAccessKey", "elasticsearchAwsSecretAccessKey", "elasticsearchPassword", "externalAuthClientKey", "externalAuthClientKeyPass", "mailgunSigningKey", "recaptchaPrivateKey", "recaptchaSiteKey", "slackAppSecret", "slackAppSigningSecret", "spamCheckApiKey"] };
|
|
514
|
+
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
515
|
+
super(ApplicationSettings.__pulumiType, name, resourceInputs, opts);
|
|
516
|
+
}
|
|
517
|
+
/**
|
|
518
|
+
* Get an existing ApplicationSettings resource's state with the given name, ID, and optional extra
|
|
519
|
+
* properties used to qualify the lookup.
|
|
520
|
+
*
|
|
521
|
+
* @param name The _unique_ name of the resulting resource.
|
|
522
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
523
|
+
* @param state Any extra arguments used during the lookup.
|
|
524
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
525
|
+
*/
|
|
526
|
+
static get(name, id, state, opts) {
|
|
527
|
+
return new ApplicationSettings(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
528
|
+
}
|
|
529
|
+
/**
|
|
530
|
+
* Returns true if the given object is an instance of ApplicationSettings. This is designed to work even
|
|
531
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
532
|
+
*/
|
|
533
|
+
static isInstance(obj) {
|
|
534
|
+
if (obj === undefined || obj === null) {
|
|
535
|
+
return false;
|
|
536
|
+
}
|
|
537
|
+
return obj['__pulumiType'] === ApplicationSettings.__pulumiType;
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
exports.ApplicationSettings = ApplicationSettings;
|
|
541
|
+
/** @internal */
|
|
542
|
+
ApplicationSettings.__pulumiType = 'gitlab:index/applicationSettings:ApplicationSettings';
|
|
543
|
+
//# sourceMappingURL=applicationSettings.js.map
|