@pulumi/github 6.0.0-alpha.1709363818 → 6.0.0-alpha.1768023817
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/actionsEnvironmentSecret.d.ts +0 -37
- package/actionsEnvironmentSecret.js +17 -54
- package/actionsEnvironmentSecret.js.map +1 -1
- package/actionsEnvironmentVariable.d.ts +5 -5
- package/actionsEnvironmentVariable.js +21 -21
- package/actionsEnvironmentVariable.js.map +1 -1
- package/actionsHostedRunner.d.ts +250 -0
- package/actionsHostedRunner.js +158 -0
- package/actionsHostedRunner.js.map +1 -0
- package/actionsOrganizationOidcSubjectClaimCustomizationTemplate.d.ts +2 -2
- package/actionsOrganizationOidcSubjectClaimCustomizationTemplate.js +7 -7
- package/actionsOrganizationOidcSubjectClaimCustomizationTemplate.js.map +1 -1
- package/actionsOrganizationPermissions.d.ts +2 -2
- package/actionsOrganizationPermissions.js +13 -13
- package/actionsOrganizationPermissions.js.map +1 -1
- package/actionsOrganizationSecret.d.ts +6 -39
- package/actionsOrganizationSecret.js +21 -55
- package/actionsOrganizationSecret.js.map +1 -1
- package/actionsOrganizationSecretRepositories.d.ts +2 -2
- package/actionsOrganizationSecretRepositories.js +10 -10
- package/actionsOrganizationSecretRepositories.js.map +1 -1
- package/actionsOrganizationSecretRepository.d.ts +89 -0
- package/actionsOrganizationSecretRepository.js +86 -0
- package/actionsOrganizationSecretRepository.js.map +1 -0
- package/actionsOrganizationVariable.d.ts +4 -4
- package/actionsOrganizationVariable.js +19 -19
- package/actionsOrganizationVariable.js.map +1 -1
- package/actionsRepositoryAccessLevel.d.ts +5 -2
- package/actionsRepositoryAccessLevel.js +13 -10
- package/actionsRepositoryAccessLevel.js.map +1 -1
- package/actionsRepositoryOidcSubjectClaimCustomizationTemplate.d.ts +3 -3
- package/actionsRepositoryOidcSubjectClaimCustomizationTemplate.js +13 -13
- package/actionsRepositoryOidcSubjectClaimCustomizationTemplate.js.map +1 -1
- package/actionsRepositoryPermissions.d.ts +2 -2
- package/actionsRepositoryPermissions.js +13 -13
- package/actionsRepositoryPermissions.js.map +1 -1
- package/actionsRunnerGroup.d.ts +5 -4
- package/actionsRunnerGroup.js +25 -24
- package/actionsRunnerGroup.js.map +1 -1
- package/actionsSecret.d.ts +6 -21
- package/actionsSecret.js +19 -35
- package/actionsSecret.js.map +1 -1
- package/actionsVariable.d.ts +3 -3
- package/actionsVariable.js +16 -16
- package/actionsVariable.js.map +1 -1
- package/appInstallationRepositories.d.ts +3 -2
- package/appInstallationRepositories.js +11 -10
- package/appInstallationRepositories.js.map +1 -1
- package/appInstallationRepository.d.ts +5 -4
- package/appInstallationRepository.js +14 -13
- package/appInstallationRepository.js.map +1 -1
- package/branch.d.ts +11 -6
- package/branch.js +23 -22
- package/branch.js.map +1 -1
- package/branchDefault.d.ts +4 -1
- package/branchDefault.js +15 -13
- package/branchDefault.js.map +1 -1
- package/branchProtection.d.ts +9 -9
- package/branchProtection.js +39 -39
- package/branchProtection.js.map +1 -1
- package/branchProtectionV3.d.ts +58 -1
- package/branchProtectionV3.js +79 -22
- package/branchProtectionV3.js.map +1 -1
- package/codespacesOrganizationSecret.d.ts +2 -39
- package/codespacesOrganizationSecret.js +18 -55
- package/codespacesOrganizationSecret.js.map +1 -1
- package/codespacesOrganizationSecretRepositories.d.ts +2 -2
- package/codespacesOrganizationSecretRepositories.js +10 -10
- package/codespacesOrganizationSecretRepositories.js.map +1 -1
- package/codespacesSecret.d.ts +3 -21
- package/codespacesSecret.js +17 -35
- package/codespacesSecret.js.map +1 -1
- package/codespacesUserSecret.d.ts +2 -21
- package/codespacesUserSecret.js +15 -34
- package/codespacesUserSecret.js.map +1 -1
- package/config/index.js +1 -1
- package/config/index.js.map +1 -1
- package/config/vars.d.ts +8 -9
- package/config/vars.js +9 -5
- package/config/vars.js.map +1 -1
- package/dependabotOrganizationSecret.d.ts +2 -39
- package/dependabotOrganizationSecret.js +18 -55
- package/dependabotOrganizationSecret.js.map +1 -1
- package/dependabotOrganizationSecretRepositories.d.ts +3 -3
- package/dependabotOrganizationSecretRepositories.js +11 -11
- package/dependabotOrganizationSecretRepositories.js.map +1 -1
- package/dependabotSecret.d.ts +3 -21
- package/dependabotSecret.js +17 -35
- package/dependabotSecret.js.map +1 -1
- package/emuGroupMapping.d.ts +3 -4
- package/emuGroupMapping.js +12 -13
- package/emuGroupMapping.js.map +1 -1
- package/enterpriseActionsPermissions.d.ts +137 -0
- package/enterpriseActionsPermissions.js +102 -0
- package/enterpriseActionsPermissions.js.map +1 -0
- package/enterpriseActionsRunnerGroup.d.ts +190 -0
- package/enterpriseActionsRunnerGroup.js +113 -0
- package/enterpriseActionsRunnerGroup.js.map +1 -0
- package/enterpriseActionsWorkflowPermissions.d.ts +113 -0
- package/enterpriseActionsWorkflowPermissions.js +97 -0
- package/enterpriseActionsWorkflowPermissions.js.map +1 -0
- package/enterpriseOrganization.d.ts +11 -2
- package/enterpriseOrganization.js +22 -19
- package/enterpriseOrganization.js.map +1 -1
- package/enterpriseSecurityAnalysisSettings.d.ts +162 -0
- package/enterpriseSecurityAnalysisSettings.js +116 -0
- package/enterpriseSecurityAnalysisSettings.js.map +1 -0
- package/getActionsEnvironmentPublicKey.d.ts +80 -0
- package/getActionsEnvironmentPublicKey.js +56 -0
- package/getActionsEnvironmentPublicKey.js.map +1 -0
- package/getActionsEnvironmentSecrets.d.ts +3 -3
- package/getActionsEnvironmentSecrets.js +9 -4
- package/getActionsEnvironmentSecrets.js.map +1 -1
- package/getActionsEnvironmentVariables.d.ts +3 -3
- package/getActionsEnvironmentVariables.js +9 -4
- package/getActionsEnvironmentVariables.js.map +1 -1
- package/getActionsOrganizationOidcSubjectClaimCustomizationTemplate.d.ts +1 -1
- package/getActionsOrganizationOidcSubjectClaimCustomizationTemplate.js +3 -2
- package/getActionsOrganizationOidcSubjectClaimCustomizationTemplate.js.map +1 -1
- package/getActionsOrganizationPublicKey.d.ts +1 -1
- package/getActionsOrganizationPublicKey.js +3 -2
- package/getActionsOrganizationPublicKey.js.map +1 -1
- package/getActionsOrganizationRegistrationToken.d.ts +1 -1
- package/getActionsOrganizationRegistrationToken.js +3 -2
- package/getActionsOrganizationRegistrationToken.js.map +1 -1
- package/getActionsOrganizationSecrets.d.ts +1 -1
- package/getActionsOrganizationSecrets.js +3 -2
- package/getActionsOrganizationSecrets.js.map +1 -1
- package/getActionsOrganizationVariables.d.ts +1 -1
- package/getActionsOrganizationVariables.js +3 -2
- package/getActionsOrganizationVariables.js.map +1 -1
- package/getActionsPublicKey.d.ts +1 -1
- package/getActionsPublicKey.js +5 -2
- package/getActionsPublicKey.js.map +1 -1
- package/getActionsRegistrationToken.d.ts +1 -1
- package/getActionsRegistrationToken.js +5 -2
- package/getActionsRegistrationToken.js.map +1 -1
- package/getActionsRepositoryOidcSubjectClaimCustomizationTemplate.d.ts +1 -1
- package/getActionsRepositoryOidcSubjectClaimCustomizationTemplate.js +5 -2
- package/getActionsRepositoryOidcSubjectClaimCustomizationTemplate.js.map +1 -1
- package/getActionsSecrets.d.ts +1 -1
- package/getActionsSecrets.js +7 -2
- package/getActionsSecrets.js.map +1 -1
- package/getActionsVariables.d.ts +1 -1
- package/getActionsVariables.js +7 -2
- package/getActionsVariables.js.map +1 -1
- package/getAppToken.d.ts +13 -9
- package/getAppToken.js +19 -10
- package/getAppToken.js.map +1 -1
- package/getBranch.d.ts +3 -3
- package/getBranch.js +8 -4
- package/getBranch.js.map +1 -1
- package/getBranchProtectionRules.d.ts +1 -1
- package/getBranchProtectionRules.js +5 -2
- package/getBranchProtectionRules.js.map +1 -1
- package/getCodespacesOrganizationPublicKey.d.ts +1 -1
- package/getCodespacesOrganizationPublicKey.js +3 -2
- package/getCodespacesOrganizationPublicKey.js.map +1 -1
- package/getCodespacesOrganizationSecrets.d.ts +1 -1
- package/getCodespacesOrganizationSecrets.js +3 -2
- package/getCodespacesOrganizationSecrets.js.map +1 -1
- package/getCodespacesPublicKey.d.ts +1 -1
- package/getCodespacesPublicKey.js +5 -2
- package/getCodespacesPublicKey.js.map +1 -1
- package/getCodespacesSecrets.d.ts +1 -1
- package/getCodespacesSecrets.js +7 -2
- package/getCodespacesSecrets.js.map +1 -1
- package/getCodespacesUserPublicKey.d.ts +1 -1
- package/getCodespacesUserPublicKey.js +3 -2
- package/getCodespacesUserPublicKey.js.map +1 -1
- package/getCodespacesUserSecrets.d.ts +1 -1
- package/getCodespacesUserSecrets.js +3 -2
- package/getCodespacesUserSecrets.js.map +1 -1
- package/getCollaborators.d.ts +13 -1
- package/getCollaborators.js +9 -2
- package/getCollaborators.js.map +1 -1
- package/getDependabotOrganizationPublicKey.d.ts +1 -1
- package/getDependabotOrganizationPublicKey.js +3 -2
- package/getDependabotOrganizationPublicKey.js.map +1 -1
- package/getDependabotOrganizationSecrets.d.ts +1 -1
- package/getDependabotOrganizationSecrets.js +3 -2
- package/getDependabotOrganizationSecrets.js.map +1 -1
- package/getDependabotPublicKey.d.ts +1 -1
- package/getDependabotPublicKey.js +5 -2
- package/getDependabotPublicKey.js.map +1 -1
- package/getDependabotSecrets.d.ts +1 -1
- package/getDependabotSecrets.js +7 -2
- package/getDependabotSecrets.js.map +1 -1
- package/getEnterprise.d.ts +5 -1
- package/getEnterprise.js +5 -2
- package/getEnterprise.js.map +1 -1
- package/getExternalGroups.d.ts +1 -1
- package/getExternalGroups.js +3 -2
- package/getExternalGroups.js.map +1 -1
- package/getGithubApp.d.ts +1 -1
- package/getGithubApp.js +5 -2
- package/getGithubApp.js.map +1 -1
- package/getIpRanges.d.ts +1 -1
- package/getIpRanges.js +3 -2
- package/getIpRanges.js.map +1 -1
- package/getIssueLabels.d.ts +1 -1
- package/getIssueLabels.js +5 -2
- package/getIssueLabels.js.map +1 -1
- package/getMembership.d.ts +1 -1
- package/getMembership.js +6 -2
- package/getMembership.js.map +1 -1
- package/getOrganization.d.ts +21 -3
- package/getOrganization.js +9 -2
- package/getOrganization.js.map +1 -1
- package/getOrganizationCustomProperties.d.ts +134 -0
- package/getOrganizationCustomProperties.js +62 -0
- package/getOrganizationCustomProperties.js.map +1 -0
- package/getOrganizationCustomRole.d.ts +5 -1
- package/getOrganizationCustomRole.js +9 -2
- package/getOrganizationCustomRole.js.map +1 -1
- package/getOrganizationExternalIdentities.d.ts +1 -1
- package/getOrganizationExternalIdentities.js +3 -2
- package/getOrganizationExternalIdentities.js.map +1 -1
- package/getOrganizationIpAllowList.d.ts +1 -1
- package/getOrganizationIpAllowList.js +3 -2
- package/getOrganizationIpAllowList.js.map +1 -1
- package/getOrganizationRepositoryRole.d.ts +82 -0
- package/getOrganizationRepositoryRole.js +54 -0
- package/getOrganizationRepositoryRole.js.map +1 -0
- package/getOrganizationRepositoryRoles.d.ts +65 -0
- package/getOrganizationRepositoryRoles.js +66 -0
- package/getOrganizationRepositoryRoles.js.map +1 -0
- package/getOrganizationRole.d.ts +82 -0
- package/getOrganizationRole.js +50 -0
- package/getOrganizationRole.js.map +1 -0
- package/getOrganizationRoleTeams.d.ts +85 -0
- package/getOrganizationRoleTeams.js +68 -0
- package/getOrganizationRoleTeams.js.map +1 -0
- package/getOrganizationRoleUsers.d.ts +81 -0
- package/getOrganizationRoleUsers.js +64 -0
- package/getOrganizationRoleUsers.js.map +1 -0
- package/getOrganizationRoles.d.ts +63 -0
- package/getOrganizationRoles.js +64 -0
- package/getOrganizationRoles.js.map +1 -0
- package/getOrganizationSecurityManagers.d.ts +45 -0
- package/getOrganizationSecurityManagers.js +46 -0
- package/getOrganizationSecurityManagers.js.map +1 -0
- package/getOrganizationTeamSyncGroups.d.ts +1 -1
- package/getOrganizationTeamSyncGroups.js +3 -2
- package/getOrganizationTeamSyncGroups.js.map +1 -1
- package/getOrganizationTeams.d.ts +1 -1
- package/getOrganizationTeams.js +8 -2
- package/getOrganizationTeams.js.map +1 -1
- package/getOrganizationWebhooks.d.ts +1 -1
- package/getOrganizationWebhooks.js +3 -2
- package/getOrganizationWebhooks.js.map +1 -1
- package/getRef.d.ts +3 -3
- package/getRef.js +9 -4
- package/getRef.js.map +1 -1
- package/getRelease.d.ts +64 -2
- package/getRelease.js +71 -2
- package/getRelease.js.map +1 -1
- package/getRepositories.d.ts +3 -3
- package/getRepositories.js +10 -4
- package/getRepositories.js.map +1 -1
- package/getRepository.d.ts +3 -1
- package/getRepository.js +9 -2
- package/getRepository.js.map +1 -1
- package/getRepositoryAutolinkReferences.d.ts +1 -1
- package/getRepositoryAutolinkReferences.js +5 -2
- package/getRepositoryAutolinkReferences.js.map +1 -1
- package/getRepositoryBranches.d.ts +1 -1
- package/getRepositoryBranches.js +7 -2
- package/getRepositoryBranches.js.map +1 -1
- package/getRepositoryCustomProperties.d.ts +64 -0
- package/getRepositoryCustomProperties.js +50 -0
- package/getRepositoryCustomProperties.js.map +1 -0
- package/getRepositoryDeployKeys.d.ts +1 -1
- package/getRepositoryDeployKeys.js +5 -2
- package/getRepositoryDeployKeys.js.map +1 -1
- package/getRepositoryDeploymentBranchPolicies.d.ts +7 -3
- package/getRepositoryDeploymentBranchPolicies.js +12 -4
- package/getRepositoryDeploymentBranchPolicies.js.map +1 -1
- package/getRepositoryEnvironmentDeploymentPolicies.d.ts +75 -0
- package/getRepositoryEnvironmentDeploymentPolicies.js +54 -0
- package/getRepositoryEnvironmentDeploymentPolicies.js.map +1 -0
- package/getRepositoryEnvironments.d.ts +1 -1
- package/getRepositoryEnvironments.js +5 -2
- package/getRepositoryEnvironments.js.map +1 -1
- package/getRepositoryFile.d.ts +3 -3
- package/getRepositoryFile.js +9 -4
- package/getRepositoryFile.js.map +1 -1
- package/getRepositoryMilestone.d.ts +3 -3
- package/getRepositoryMilestone.js +9 -4
- package/getRepositoryMilestone.js.map +1 -1
- package/getRepositoryPullRequest.d.ts +1 -1
- package/getRepositoryPullRequest.js +7 -2
- package/getRepositoryPullRequest.js.map +1 -1
- package/getRepositoryPullRequests.d.ts +3 -3
- package/getRepositoryPullRequests.js +13 -4
- package/getRepositoryPullRequests.js.map +1 -1
- package/getRepositoryTeams.d.ts +1 -1
- package/getRepositoryTeams.js +7 -2
- package/getRepositoryTeams.js.map +1 -1
- package/getRepositoryWebhooks.d.ts +1 -1
- package/getRepositoryWebhooks.js +5 -2
- package/getRepositoryWebhooks.js.map +1 -1
- package/getRestApi.d.ts +1 -1
- package/getRestApi.js +5 -2
- package/getRestApi.js.map +1 -1
- package/getSshKeys.d.ts +1 -1
- package/getSshKeys.js +3 -2
- package/getSshKeys.js.map +1 -1
- package/getTeam.d.ts +5 -3
- package/getTeam.js +8 -2
- package/getTeam.js.map +1 -1
- package/getTree.d.ts +17 -17
- package/getTree.js +23 -18
- package/getTree.js.map +1 -1
- package/getUser.d.ts +5 -1
- package/getUser.js +9 -2
- package/getUser.js.map +1 -1
- package/getUserExternalIdentity.d.ts +1 -1
- package/getUserExternalIdentity.js +5 -2
- package/getUserExternalIdentity.js.map +1 -1
- package/getUsers.d.ts +3 -1
- package/getUsers.js +7 -2
- package/getUsers.js.map +1 -1
- package/index.d.ts +76 -6
- package/index.js +126 -13
- package/index.js.map +1 -1
- package/issue.d.ts +17 -10
- package/issue.js +36 -29
- package/issue.js.map +1 -1
- package/issueLabel.d.ts +20 -3
- package/issueLabel.js +34 -18
- package/issueLabel.js.map +1 -1
- package/issueLabels.d.ts +5 -16
- package/issueLabels.js +12 -23
- package/issueLabels.js.map +1 -1
- package/membership.d.ts +3 -3
- package/membership.js +13 -13
- package/membership.js.map +1 -1
- package/organizationBlock.d.ts +1 -1
- package/organizationBlock.js +7 -7
- package/organizationBlock.js.map +1 -1
- package/organizationCustomProperties.d.ts +199 -0
- package/organizationCustomProperties.js +143 -0
- package/organizationCustomProperties.js.map +1 -0
- package/organizationCustomRole.d.ts +7 -3
- package/organizationCustomRole.js +19 -15
- package/organizationCustomRole.js.map +1 -1
- package/organizationProject.d.ts +6 -1
- package/organizationProject.js +14 -9
- package/organizationProject.js.map +1 -1
- package/organizationRepositoryRole.d.ts +121 -0
- package/organizationRepositoryRole.js +92 -0
- package/organizationRepositoryRole.js.map +1 -0
- package/organizationRole.d.ts +121 -0
- package/organizationRole.js +89 -0
- package/organizationRole.js.map +1 -0
- package/organizationRoleTeam.d.ts +83 -0
- package/organizationRoleTeam.js +80 -0
- package/organizationRoleTeam.js.map +1 -0
- package/organizationRoleTeamAssignment.d.ts +94 -0
- package/organizationRoleTeamAssignment.js +91 -0
- package/organizationRoleTeamAssignment.js.map +1 -0
- package/organizationRoleUser.d.ts +83 -0
- package/organizationRoleUser.js +80 -0
- package/organizationRoleUser.js.map +1 -0
- package/organizationRuleset.d.ts +92 -3
- package/organizationRuleset.js +109 -20
- package/organizationRuleset.js.map +1 -1
- package/organizationSecurityManager.d.ts +10 -3
- package/organizationSecurityManager.js +15 -8
- package/organizationSecurityManager.js.map +1 -1
- package/organizationSettings.d.ts +18 -16
- package/organizationSettings.js +73 -71
- package/organizationSettings.js.map +1 -1
- package/organizationWebhook.d.ts +22 -3
- package/organizationWebhook.js +33 -14
- package/organizationWebhook.js.map +1 -1
- package/package.json +4 -3
- package/projectCard.d.ts +24 -10
- package/projectCard.js +37 -23
- package/projectCard.js.map +1 -1
- package/projectColumn.d.ts +10 -2
- package/projectColumn.js +19 -11
- package/projectColumn.js.map +1 -1
- package/provider.d.ts +24 -11
- package/provider.js +22 -14
- package/provider.js.map +1 -1
- package/release.d.ts +91 -6
- package/release.js +54 -29
- package/release.js.map +1 -1
- package/repository.d.ts +64 -11
- package/repository.js +110 -88
- package/repository.js.map +1 -1
- package/repositoryAutolinkReference.d.ts +1 -0
- package/repositoryAutolinkReference.js +15 -14
- package/repositoryAutolinkReference.js.map +1 -1
- package/repositoryCollaborator.d.ts +3 -28
- package/repositoryCollaborator.js +16 -41
- package/repositoryCollaborator.js.map +1 -1
- package/repositoryCollaborators.d.ts +28 -38
- package/repositoryCollaborators.js +19 -39
- package/repositoryCollaborators.js.map +1 -1
- package/repositoryCustomProperty.d.ts +115 -0
- package/repositoryCustomProperty.js +98 -0
- package/repositoryCustomProperty.js.map +1 -0
- package/repositoryDependabotSecurityUpdates.d.ts +5 -4
- package/repositoryDependabotSecurityUpdates.js +10 -9
- package/repositoryDependabotSecurityUpdates.js.map +1 -1
- package/repositoryDeployKey.d.ts +6 -16
- package/repositoryDeployKey.js +20 -30
- package/repositoryDeployKey.js.map +1 -1
- package/repositoryDeploymentBranchPolicy.d.ts +10 -1
- package/repositoryDeploymentBranchPolicy.js +18 -13
- package/repositoryDeploymentBranchPolicy.js.map +1 -1
- package/repositoryEnvironment.d.ts +7 -4
- package/repositoryEnvironment.js +25 -22
- package/repositoryEnvironment.js.map +1 -1
- package/repositoryEnvironmentDeploymentPolicy.d.ts +54 -11
- package/repositoryEnvironmentDeploymentPolicy.js +49 -19
- package/repositoryEnvironmentDeploymentPolicy.js.map +1 -1
- package/repositoryFile.d.ts +72 -13
- package/repositoryFile.js +63 -34
- package/repositoryFile.js.map +1 -1
- package/repositoryMilestone.d.ts +1 -1
- package/repositoryMilestone.js +19 -19
- package/repositoryMilestone.js.map +1 -1
- package/repositoryProject.d.ts +6 -1
- package/repositoryProject.js +17 -13
- package/repositoryProject.js.map +1 -1
- package/repositoryPullRequest.d.ts +2 -2
- package/repositoryPullRequest.js +31 -31
- package/repositoryPullRequest.js.map +1 -1
- package/repositoryRuleset.d.ts +50 -11
- package/repositoryRuleset.js +67 -25
- package/repositoryRuleset.js.map +1 -1
- package/repositoryTopics.d.ts +4 -4
- package/repositoryTopics.js +12 -12
- package/repositoryTopics.js.map +1 -1
- package/repositoryWebhook.d.ts +8 -8
- package/repositoryWebhook.js +20 -21
- package/repositoryWebhook.js.map +1 -1
- package/team.d.ts +2 -1
- package/team.js +24 -23
- package/team.js.map +1 -1
- package/teamMembers.d.ts +9 -10
- package/teamMembers.js +17 -18
- package/teamMembers.js.map +1 -1
- package/teamMembership.d.ts +7 -4
- package/teamMembership.js +18 -15
- package/teamMembership.js.map +1 -1
- package/teamRepository.d.ts +6 -19
- package/teamRepository.js +17 -30
- package/teamRepository.js.map +1 -1
- package/teamSettings.d.ts +8 -5
- package/teamSettings.js +17 -14
- package/teamSettings.js.map +1 -1
- package/teamSyncGroupMapping.d.ts +18 -1
- package/teamSyncGroupMapping.js +26 -9
- package/teamSyncGroupMapping.js.map +1 -1
- package/types/index.js +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +360 -74
- package/types/input.js +1 -1
- package/types/input.js.map +1 -1
- package/types/output.d.ts +495 -84
- package/types/output.js +1 -1
- package/types/output.js.map +1 -1
- package/userGpgKey.d.ts +2 -3
- package/userGpgKey.js +9 -10
- package/userGpgKey.js.map +1 -1
- package/userInvitationAccepter.d.ts +5 -7
- package/userInvitationAccepter.js +11 -13
- package/userInvitationAccepter.js.map +1 -1
- package/userSshKey.d.ts +5 -3
- package/userSshKey.js +15 -13
- package/userSshKey.js.map +1 -1
- package/utilities.d.ts +0 -4
- package/utilities.js +20 -30
- package/utilities.js.map +1 -1
- package/workflowRepositoryPermissions.d.ts +98 -0
- package/workflowRepositoryPermissions.js +82 -0
- package/workflowRepositoryPermissions.js.map +1 -0
- package/package.json.bak +0 -27
- package/repositoryTagProtection.d.ts +0 -93
- package/repositoryTagProtection.js +0 -84
- package/repositoryTagProtection.js.map +0 -1
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* > **Note:** This resource is deprecated, please use the `github.OrganizationRoleTeam` resource instead.
|
|
4
|
+
*
|
|
5
|
+
* This resource manages relationships between teams and organization roles
|
|
6
|
+
* in your GitHub organization. This works on predefined roles, and custom roles, where the latter is an Enterprise feature.
|
|
7
|
+
*
|
|
8
|
+
* Creating this resource assigns the role to a team.
|
|
9
|
+
*
|
|
10
|
+
* The organization role and team must both belong to the same organization
|
|
11
|
+
* on GitHub.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as github from "@pulumi/github";
|
|
18
|
+
*
|
|
19
|
+
* const test_team = new github.Team("test-team", {name: "test-team"});
|
|
20
|
+
* const test_team_role_assignment = new github.OrganizationRoleTeamAssignment("test-team-role-assignment", {
|
|
21
|
+
* teamSlug: test_team.slug,
|
|
22
|
+
* roleId: "8132",
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* ## Import
|
|
27
|
+
*
|
|
28
|
+
* GitHub Team Organization Role Assignment can be imported using an ID made up of `team_slug:role_id`
|
|
29
|
+
*
|
|
30
|
+
* text
|
|
31
|
+
*
|
|
32
|
+
* ```sh
|
|
33
|
+
* $ pulumi import github:index/organizationRoleTeamAssignment:OrganizationRoleTeamAssignment role_assignment test-team:8132
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
36
|
+
export declare class OrganizationRoleTeamAssignment extends pulumi.CustomResource {
|
|
37
|
+
/**
|
|
38
|
+
* Get an existing OrganizationRoleTeamAssignment resource's state with the given name, ID, and optional extra
|
|
39
|
+
* properties used to qualify the lookup.
|
|
40
|
+
*
|
|
41
|
+
* @param name The _unique_ name of the resulting resource.
|
|
42
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
43
|
+
* @param state Any extra arguments used during the lookup.
|
|
44
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
45
|
+
*/
|
|
46
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: OrganizationRoleTeamAssignmentState, opts?: pulumi.CustomResourceOptions): OrganizationRoleTeamAssignment;
|
|
47
|
+
/**
|
|
48
|
+
* Returns true if the given object is an instance of OrganizationRoleTeamAssignment. This is designed to work even
|
|
49
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
50
|
+
*/
|
|
51
|
+
static isInstance(obj: any): obj is OrganizationRoleTeamAssignment;
|
|
52
|
+
/**
|
|
53
|
+
* The GitHub organization role id
|
|
54
|
+
*/
|
|
55
|
+
readonly roleId: pulumi.Output<string>;
|
|
56
|
+
/**
|
|
57
|
+
* The GitHub team slug
|
|
58
|
+
*/
|
|
59
|
+
readonly teamSlug: pulumi.Output<string>;
|
|
60
|
+
/**
|
|
61
|
+
* Create a OrganizationRoleTeamAssignment resource with the given unique name, arguments, and options.
|
|
62
|
+
*
|
|
63
|
+
* @param name The _unique_ name of the resource.
|
|
64
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
65
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
66
|
+
*/
|
|
67
|
+
constructor(name: string, args: OrganizationRoleTeamAssignmentArgs, opts?: pulumi.CustomResourceOptions);
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Input properties used for looking up and filtering OrganizationRoleTeamAssignment resources.
|
|
71
|
+
*/
|
|
72
|
+
export interface OrganizationRoleTeamAssignmentState {
|
|
73
|
+
/**
|
|
74
|
+
* The GitHub organization role id
|
|
75
|
+
*/
|
|
76
|
+
roleId?: pulumi.Input<string>;
|
|
77
|
+
/**
|
|
78
|
+
* The GitHub team slug
|
|
79
|
+
*/
|
|
80
|
+
teamSlug?: pulumi.Input<string>;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* The set of arguments for constructing a OrganizationRoleTeamAssignment resource.
|
|
84
|
+
*/
|
|
85
|
+
export interface OrganizationRoleTeamAssignmentArgs {
|
|
86
|
+
/**
|
|
87
|
+
* The GitHub organization role id
|
|
88
|
+
*/
|
|
89
|
+
roleId: pulumi.Input<string>;
|
|
90
|
+
/**
|
|
91
|
+
* The GitHub team slug
|
|
92
|
+
*/
|
|
93
|
+
teamSlug: pulumi.Input<string>;
|
|
94
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.OrganizationRoleTeamAssignment = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* > **Note:** This resource is deprecated, please use the `github.OrganizationRoleTeam` resource instead.
|
|
10
|
+
*
|
|
11
|
+
* This resource manages relationships between teams and organization roles
|
|
12
|
+
* in your GitHub organization. This works on predefined roles, and custom roles, where the latter is an Enterprise feature.
|
|
13
|
+
*
|
|
14
|
+
* Creating this resource assigns the role to a team.
|
|
15
|
+
*
|
|
16
|
+
* The organization role and team must both belong to the same organization
|
|
17
|
+
* on GitHub.
|
|
18
|
+
*
|
|
19
|
+
* ## Example Usage
|
|
20
|
+
*
|
|
21
|
+
* ```typescript
|
|
22
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
23
|
+
* import * as github from "@pulumi/github";
|
|
24
|
+
*
|
|
25
|
+
* const test_team = new github.Team("test-team", {name: "test-team"});
|
|
26
|
+
* const test_team_role_assignment = new github.OrganizationRoleTeamAssignment("test-team-role-assignment", {
|
|
27
|
+
* teamSlug: test_team.slug,
|
|
28
|
+
* roleId: "8132",
|
|
29
|
+
* });
|
|
30
|
+
* ```
|
|
31
|
+
*
|
|
32
|
+
* ## Import
|
|
33
|
+
*
|
|
34
|
+
* GitHub Team Organization Role Assignment can be imported using an ID made up of `team_slug:role_id`
|
|
35
|
+
*
|
|
36
|
+
* text
|
|
37
|
+
*
|
|
38
|
+
* ```sh
|
|
39
|
+
* $ pulumi import github:index/organizationRoleTeamAssignment:OrganizationRoleTeamAssignment role_assignment test-team:8132
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
class OrganizationRoleTeamAssignment extends pulumi.CustomResource {
|
|
43
|
+
/**
|
|
44
|
+
* Get an existing OrganizationRoleTeamAssignment resource's state with the given name, ID, and optional extra
|
|
45
|
+
* properties used to qualify the lookup.
|
|
46
|
+
*
|
|
47
|
+
* @param name The _unique_ name of the resulting resource.
|
|
48
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
49
|
+
* @param state Any extra arguments used during the lookup.
|
|
50
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
51
|
+
*/
|
|
52
|
+
static get(name, id, state, opts) {
|
|
53
|
+
return new OrganizationRoleTeamAssignment(name, state, { ...opts, id: id });
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Returns true if the given object is an instance of OrganizationRoleTeamAssignment. This is designed to work even
|
|
57
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
58
|
+
*/
|
|
59
|
+
static isInstance(obj) {
|
|
60
|
+
if (obj === undefined || obj === null) {
|
|
61
|
+
return false;
|
|
62
|
+
}
|
|
63
|
+
return obj['__pulumiType'] === OrganizationRoleTeamAssignment.__pulumiType;
|
|
64
|
+
}
|
|
65
|
+
constructor(name, argsOrState, opts) {
|
|
66
|
+
let resourceInputs = {};
|
|
67
|
+
opts = opts || {};
|
|
68
|
+
if (opts.id) {
|
|
69
|
+
const state = argsOrState;
|
|
70
|
+
resourceInputs["roleId"] = state?.roleId;
|
|
71
|
+
resourceInputs["teamSlug"] = state?.teamSlug;
|
|
72
|
+
}
|
|
73
|
+
else {
|
|
74
|
+
const args = argsOrState;
|
|
75
|
+
if (args?.roleId === undefined && !opts.urn) {
|
|
76
|
+
throw new Error("Missing required property 'roleId'");
|
|
77
|
+
}
|
|
78
|
+
if (args?.teamSlug === undefined && !opts.urn) {
|
|
79
|
+
throw new Error("Missing required property 'teamSlug'");
|
|
80
|
+
}
|
|
81
|
+
resourceInputs["roleId"] = args?.roleId;
|
|
82
|
+
resourceInputs["teamSlug"] = args?.teamSlug;
|
|
83
|
+
}
|
|
84
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
85
|
+
super(OrganizationRoleTeamAssignment.__pulumiType, name, resourceInputs, opts);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
exports.OrganizationRoleTeamAssignment = OrganizationRoleTeamAssignment;
|
|
89
|
+
/** @internal */
|
|
90
|
+
OrganizationRoleTeamAssignment.__pulumiType = 'github:index/organizationRoleTeamAssignment:OrganizationRoleTeamAssignment';
|
|
91
|
+
//# sourceMappingURL=organizationRoleTeamAssignment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organizationRoleTeamAssignment.js","sourceRoot":"","sources":["../organizationRoleTeamAssignment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAa,8BAA+B,SAAQ,MAAM,CAAC,cAAc;IACrE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2C,EAAE,IAAmC;QACzI,OAAO,IAAI,8BAA8B,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACrF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,8BAA8B,CAAC,YAAY,CAAC;IAC/E,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAsF,EAAE,IAAmC;QACjJ,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8D,CAAC;YAC7E,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;SAChD;aAAM;YACH,MAAM,IAAI,GAAG,WAA6D,CAAC;YAC3E,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,8BAA8B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnF,CAAC;;AAjEL,wEAkEC;AApDG,gBAAgB;AACO,2CAAY,GAAG,4EAA4E,CAAC"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Manage an association between an organization role and a user.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as github from "@pulumi/github";
|
|
10
|
+
*
|
|
11
|
+
* const example = new github.OrganizationRoleUser("example", {
|
|
12
|
+
* roleId: 1234,
|
|
13
|
+
* login: "example-user",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* ## Import
|
|
18
|
+
*
|
|
19
|
+
* An organization role user association can be imported using the role ID and the user login separated by a `:`.
|
|
20
|
+
*
|
|
21
|
+
* ```sh
|
|
22
|
+
* $ pulumi import github:index/organizationRoleUser:OrganizationRoleUser example "1234:example-user"
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
export declare class OrganizationRoleUser extends pulumi.CustomResource {
|
|
26
|
+
/**
|
|
27
|
+
* Get an existing OrganizationRoleUser resource's state with the given name, ID, and optional extra
|
|
28
|
+
* properties used to qualify the lookup.
|
|
29
|
+
*
|
|
30
|
+
* @param name The _unique_ name of the resulting resource.
|
|
31
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
32
|
+
* @param state Any extra arguments used during the lookup.
|
|
33
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
34
|
+
*/
|
|
35
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: OrganizationRoleUserState, opts?: pulumi.CustomResourceOptions): OrganizationRoleUser;
|
|
36
|
+
/**
|
|
37
|
+
* Returns true if the given object is an instance of OrganizationRoleUser. This is designed to work even
|
|
38
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
39
|
+
*/
|
|
40
|
+
static isInstance(obj: any): obj is OrganizationRoleUser;
|
|
41
|
+
/**
|
|
42
|
+
* The login for the GitHub user account.
|
|
43
|
+
*/
|
|
44
|
+
readonly login: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* The ID of the organization role.
|
|
47
|
+
*/
|
|
48
|
+
readonly roleId: pulumi.Output<number>;
|
|
49
|
+
/**
|
|
50
|
+
* Create a OrganizationRoleUser resource with the given unique name, arguments, and options.
|
|
51
|
+
*
|
|
52
|
+
* @param name The _unique_ name of the resource.
|
|
53
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
54
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
55
|
+
*/
|
|
56
|
+
constructor(name: string, args: OrganizationRoleUserArgs, opts?: pulumi.CustomResourceOptions);
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Input properties used for looking up and filtering OrganizationRoleUser resources.
|
|
60
|
+
*/
|
|
61
|
+
export interface OrganizationRoleUserState {
|
|
62
|
+
/**
|
|
63
|
+
* The login for the GitHub user account.
|
|
64
|
+
*/
|
|
65
|
+
login?: pulumi.Input<string>;
|
|
66
|
+
/**
|
|
67
|
+
* The ID of the organization role.
|
|
68
|
+
*/
|
|
69
|
+
roleId?: pulumi.Input<number>;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* The set of arguments for constructing a OrganizationRoleUser resource.
|
|
73
|
+
*/
|
|
74
|
+
export interface OrganizationRoleUserArgs {
|
|
75
|
+
/**
|
|
76
|
+
* The login for the GitHub user account.
|
|
77
|
+
*/
|
|
78
|
+
login: pulumi.Input<string>;
|
|
79
|
+
/**
|
|
80
|
+
* The ID of the organization role.
|
|
81
|
+
*/
|
|
82
|
+
roleId: pulumi.Input<number>;
|
|
83
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.OrganizationRoleUser = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Manage an association between an organization role and a user.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as github from "@pulumi/github";
|
|
16
|
+
*
|
|
17
|
+
* const example = new github.OrganizationRoleUser("example", {
|
|
18
|
+
* roleId: 1234,
|
|
19
|
+
* login: "example-user",
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* ## Import
|
|
24
|
+
*
|
|
25
|
+
* An organization role user association can be imported using the role ID and the user login separated by a `:`.
|
|
26
|
+
*
|
|
27
|
+
* ```sh
|
|
28
|
+
* $ pulumi import github:index/organizationRoleUser:OrganizationRoleUser example "1234:example-user"
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
class OrganizationRoleUser extends pulumi.CustomResource {
|
|
32
|
+
/**
|
|
33
|
+
* Get an existing OrganizationRoleUser resource's state with the given name, ID, and optional extra
|
|
34
|
+
* properties used to qualify the lookup.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resulting resource.
|
|
37
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
38
|
+
* @param state Any extra arguments used during the lookup.
|
|
39
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
40
|
+
*/
|
|
41
|
+
static get(name, id, state, opts) {
|
|
42
|
+
return new OrganizationRoleUser(name, state, { ...opts, id: id });
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Returns true if the given object is an instance of OrganizationRoleUser. This is designed to work even
|
|
46
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
47
|
+
*/
|
|
48
|
+
static isInstance(obj) {
|
|
49
|
+
if (obj === undefined || obj === null) {
|
|
50
|
+
return false;
|
|
51
|
+
}
|
|
52
|
+
return obj['__pulumiType'] === OrganizationRoleUser.__pulumiType;
|
|
53
|
+
}
|
|
54
|
+
constructor(name, argsOrState, opts) {
|
|
55
|
+
let resourceInputs = {};
|
|
56
|
+
opts = opts || {};
|
|
57
|
+
if (opts.id) {
|
|
58
|
+
const state = argsOrState;
|
|
59
|
+
resourceInputs["login"] = state?.login;
|
|
60
|
+
resourceInputs["roleId"] = state?.roleId;
|
|
61
|
+
}
|
|
62
|
+
else {
|
|
63
|
+
const args = argsOrState;
|
|
64
|
+
if (args?.login === undefined && !opts.urn) {
|
|
65
|
+
throw new Error("Missing required property 'login'");
|
|
66
|
+
}
|
|
67
|
+
if (args?.roleId === undefined && !opts.urn) {
|
|
68
|
+
throw new Error("Missing required property 'roleId'");
|
|
69
|
+
}
|
|
70
|
+
resourceInputs["login"] = args?.login;
|
|
71
|
+
resourceInputs["roleId"] = args?.roleId;
|
|
72
|
+
}
|
|
73
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
74
|
+
super(OrganizationRoleUser.__pulumiType, name, resourceInputs, opts);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
exports.OrganizationRoleUser = OrganizationRoleUser;
|
|
78
|
+
/** @internal */
|
|
79
|
+
OrganizationRoleUser.__pulumiType = 'github:index/organizationRoleUser:OrganizationRoleUser';
|
|
80
|
+
//# sourceMappingURL=organizationRoleUser.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organizationRoleUser.js","sourceRoot":"","sources":["../organizationRoleUser.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC3E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAkE,EAAE,IAAmC;QAC7H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoD,CAAC;YACnE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAAmD,CAAC;YACjE,IAAI,IAAI,EAAE,KAAK,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;SAC3C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzE,CAAC;;AAjEL,oDAkEC;AApDG,gBAAgB;AACO,iCAAY,GAAG,wDAAwD,CAAC"}
|
package/organizationRuleset.d.ts
CHANGED
|
@@ -6,6 +6,95 @@ import * as outputs from "./types/output";
|
|
|
6
6
|
*
|
|
7
7
|
* This resource allows you to create and manage rulesets on the organization level. When applied, a new ruleset will be created. When destroyed, that ruleset will be removed.
|
|
8
8
|
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as github from "@pulumi/github";
|
|
14
|
+
*
|
|
15
|
+
* const example = new github.OrganizationRuleset("example", {
|
|
16
|
+
* name: "example",
|
|
17
|
+
* target: "branch",
|
|
18
|
+
* enforcement: "active",
|
|
19
|
+
* conditions: {
|
|
20
|
+
* refName: {
|
|
21
|
+
* includes: ["~ALL"],
|
|
22
|
+
* excludes: [],
|
|
23
|
+
* },
|
|
24
|
+
* },
|
|
25
|
+
* bypassActors: [{
|
|
26
|
+
* actorId: 13473,
|
|
27
|
+
* actorType: "Integration",
|
|
28
|
+
* bypassMode: "always",
|
|
29
|
+
* }],
|
|
30
|
+
* rules: {
|
|
31
|
+
* creation: true,
|
|
32
|
+
* update: true,
|
|
33
|
+
* deletion: true,
|
|
34
|
+
* requiredLinearHistory: true,
|
|
35
|
+
* requiredSignatures: true,
|
|
36
|
+
* branchNamePattern: {
|
|
37
|
+
* name: "example",
|
|
38
|
+
* negate: false,
|
|
39
|
+
* operator: "starts_with",
|
|
40
|
+
* pattern: "ex",
|
|
41
|
+
* },
|
|
42
|
+
* requiredWorkflows: {
|
|
43
|
+
* doNotEnforceOnCreate: true,
|
|
44
|
+
* requiredWorkflows: [{
|
|
45
|
+
* repositoryId: 1234,
|
|
46
|
+
* path: ".github/workflows/ci.yml",
|
|
47
|
+
* ref: "main",
|
|
48
|
+
* }],
|
|
49
|
+
* },
|
|
50
|
+
* requiredCodeScanning: {
|
|
51
|
+
* requiredCodeScanningTools: [{
|
|
52
|
+
* alertsThreshold: "errors",
|
|
53
|
+
* securityAlertsThreshold: "high_or_higher",
|
|
54
|
+
* tool: "CodeQL",
|
|
55
|
+
* }],
|
|
56
|
+
* },
|
|
57
|
+
* },
|
|
58
|
+
* });
|
|
59
|
+
* // Example with push ruleset
|
|
60
|
+
* const examplePush = new github.OrganizationRuleset("example_push", {
|
|
61
|
+
* name: "example_push",
|
|
62
|
+
* target: "push",
|
|
63
|
+
* enforcement: "active",
|
|
64
|
+
* conditions: {
|
|
65
|
+
* refName: {
|
|
66
|
+
* includes: ["~ALL"],
|
|
67
|
+
* excludes: [],
|
|
68
|
+
* },
|
|
69
|
+
* repositoryName: {
|
|
70
|
+
* includes: ["~ALL"],
|
|
71
|
+
* excludes: [],
|
|
72
|
+
* },
|
|
73
|
+
* },
|
|
74
|
+
* rules: {
|
|
75
|
+
* filePathRestriction: {
|
|
76
|
+
* restrictedFilePaths: [
|
|
77
|
+
* ".github/workflows/*",
|
|
78
|
+
* "*.env",
|
|
79
|
+
* ],
|
|
80
|
+
* },
|
|
81
|
+
* maxFileSize: {
|
|
82
|
+
* maxFileSize: 100,
|
|
83
|
+
* },
|
|
84
|
+
* maxFilePathLength: {
|
|
85
|
+
* maxFilePathLength: 255,
|
|
86
|
+
* },
|
|
87
|
+
* fileExtensionRestriction: {
|
|
88
|
+
* restrictedFileExtensions: [
|
|
89
|
+
* "*.exe",
|
|
90
|
+
* "*.dll",
|
|
91
|
+
* "*.so",
|
|
92
|
+
* ],
|
|
93
|
+
* },
|
|
94
|
+
* },
|
|
95
|
+
* });
|
|
96
|
+
* ```
|
|
97
|
+
*
|
|
9
98
|
* ## Import
|
|
10
99
|
*
|
|
11
100
|
* GitHub Organization Rulesets can be imported using the GitHub ruleset ID e.g.
|
|
@@ -63,7 +152,7 @@ export declare class OrganizationRuleset extends pulumi.CustomResource {
|
|
|
63
152
|
*/
|
|
64
153
|
readonly rulesetId: pulumi.Output<number>;
|
|
65
154
|
/**
|
|
66
|
-
* (String) Possible values are `branch` and `
|
|
155
|
+
* (String) Possible values are `branch`, `tag` and `push`.
|
|
67
156
|
*/
|
|
68
157
|
readonly target: pulumi.Output<string>;
|
|
69
158
|
/**
|
|
@@ -112,7 +201,7 @@ export interface OrganizationRulesetState {
|
|
|
112
201
|
*/
|
|
113
202
|
rulesetId?: pulumi.Input<number>;
|
|
114
203
|
/**
|
|
115
|
-
* (String) Possible values are `branch` and `
|
|
204
|
+
* (String) Possible values are `branch`, `tag` and `push`.
|
|
116
205
|
*/
|
|
117
206
|
target?: pulumi.Input<string>;
|
|
118
207
|
}
|
|
@@ -141,7 +230,7 @@ export interface OrganizationRulesetArgs {
|
|
|
141
230
|
*/
|
|
142
231
|
rules: pulumi.Input<inputs.OrganizationRulesetRules>;
|
|
143
232
|
/**
|
|
144
|
-
* (String) Possible values are `branch` and `
|
|
233
|
+
* (String) Possible values are `branch`, `tag` and `push`.
|
|
145
234
|
*/
|
|
146
235
|
target: pulumi.Input<string>;
|
|
147
236
|
}
|
package/organizationRuleset.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.OrganizationRuleset = void 0;
|
|
@@ -10,6 +10,95 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* This resource allows you to create and manage rulesets on the organization level. When applied, a new ruleset will be created. When destroyed, that ruleset will be removed.
|
|
12
12
|
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as github from "@pulumi/github";
|
|
18
|
+
*
|
|
19
|
+
* const example = new github.OrganizationRuleset("example", {
|
|
20
|
+
* name: "example",
|
|
21
|
+
* target: "branch",
|
|
22
|
+
* enforcement: "active",
|
|
23
|
+
* conditions: {
|
|
24
|
+
* refName: {
|
|
25
|
+
* includes: ["~ALL"],
|
|
26
|
+
* excludes: [],
|
|
27
|
+
* },
|
|
28
|
+
* },
|
|
29
|
+
* bypassActors: [{
|
|
30
|
+
* actorId: 13473,
|
|
31
|
+
* actorType: "Integration",
|
|
32
|
+
* bypassMode: "always",
|
|
33
|
+
* }],
|
|
34
|
+
* rules: {
|
|
35
|
+
* creation: true,
|
|
36
|
+
* update: true,
|
|
37
|
+
* deletion: true,
|
|
38
|
+
* requiredLinearHistory: true,
|
|
39
|
+
* requiredSignatures: true,
|
|
40
|
+
* branchNamePattern: {
|
|
41
|
+
* name: "example",
|
|
42
|
+
* negate: false,
|
|
43
|
+
* operator: "starts_with",
|
|
44
|
+
* pattern: "ex",
|
|
45
|
+
* },
|
|
46
|
+
* requiredWorkflows: {
|
|
47
|
+
* doNotEnforceOnCreate: true,
|
|
48
|
+
* requiredWorkflows: [{
|
|
49
|
+
* repositoryId: 1234,
|
|
50
|
+
* path: ".github/workflows/ci.yml",
|
|
51
|
+
* ref: "main",
|
|
52
|
+
* }],
|
|
53
|
+
* },
|
|
54
|
+
* requiredCodeScanning: {
|
|
55
|
+
* requiredCodeScanningTools: [{
|
|
56
|
+
* alertsThreshold: "errors",
|
|
57
|
+
* securityAlertsThreshold: "high_or_higher",
|
|
58
|
+
* tool: "CodeQL",
|
|
59
|
+
* }],
|
|
60
|
+
* },
|
|
61
|
+
* },
|
|
62
|
+
* });
|
|
63
|
+
* // Example with push ruleset
|
|
64
|
+
* const examplePush = new github.OrganizationRuleset("example_push", {
|
|
65
|
+
* name: "example_push",
|
|
66
|
+
* target: "push",
|
|
67
|
+
* enforcement: "active",
|
|
68
|
+
* conditions: {
|
|
69
|
+
* refName: {
|
|
70
|
+
* includes: ["~ALL"],
|
|
71
|
+
* excludes: [],
|
|
72
|
+
* },
|
|
73
|
+
* repositoryName: {
|
|
74
|
+
* includes: ["~ALL"],
|
|
75
|
+
* excludes: [],
|
|
76
|
+
* },
|
|
77
|
+
* },
|
|
78
|
+
* rules: {
|
|
79
|
+
* filePathRestriction: {
|
|
80
|
+
* restrictedFilePaths: [
|
|
81
|
+
* ".github/workflows/*",
|
|
82
|
+
* "*.env",
|
|
83
|
+
* ],
|
|
84
|
+
* },
|
|
85
|
+
* maxFileSize: {
|
|
86
|
+
* maxFileSize: 100,
|
|
87
|
+
* },
|
|
88
|
+
* maxFilePathLength: {
|
|
89
|
+
* maxFilePathLength: 255,
|
|
90
|
+
* },
|
|
91
|
+
* fileExtensionRestriction: {
|
|
92
|
+
* restrictedFileExtensions: [
|
|
93
|
+
* "*.exe",
|
|
94
|
+
* "*.dll",
|
|
95
|
+
* "*.so",
|
|
96
|
+
* ],
|
|
97
|
+
* },
|
|
98
|
+
* },
|
|
99
|
+
* });
|
|
100
|
+
* ```
|
|
101
|
+
*
|
|
13
102
|
* ## Import
|
|
14
103
|
*
|
|
15
104
|
* GitHub Organization Rulesets can be imported using the GitHub ruleset ID e.g.
|
|
@@ -29,7 +118,7 @@ class OrganizationRuleset extends pulumi.CustomResource {
|
|
|
29
118
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
30
119
|
*/
|
|
31
120
|
static get(name, id, state, opts) {
|
|
32
|
-
return new OrganizationRuleset(name, state,
|
|
121
|
+
return new OrganizationRuleset(name, state, { ...opts, id: id });
|
|
33
122
|
}
|
|
34
123
|
/**
|
|
35
124
|
* Returns true if the given object is an instance of OrganizationRuleset. This is designed to work even
|
|
@@ -46,33 +135,33 @@ class OrganizationRuleset extends pulumi.CustomResource {
|
|
|
46
135
|
opts = opts || {};
|
|
47
136
|
if (opts.id) {
|
|
48
137
|
const state = argsOrState;
|
|
49
|
-
resourceInputs["bypassActors"] = state
|
|
50
|
-
resourceInputs["conditions"] = state
|
|
51
|
-
resourceInputs["enforcement"] = state
|
|
52
|
-
resourceInputs["etag"] = state
|
|
53
|
-
resourceInputs["name"] = state
|
|
54
|
-
resourceInputs["nodeId"] = state
|
|
55
|
-
resourceInputs["rules"] = state
|
|
56
|
-
resourceInputs["rulesetId"] = state
|
|
57
|
-
resourceInputs["target"] = state
|
|
138
|
+
resourceInputs["bypassActors"] = state?.bypassActors;
|
|
139
|
+
resourceInputs["conditions"] = state?.conditions;
|
|
140
|
+
resourceInputs["enforcement"] = state?.enforcement;
|
|
141
|
+
resourceInputs["etag"] = state?.etag;
|
|
142
|
+
resourceInputs["name"] = state?.name;
|
|
143
|
+
resourceInputs["nodeId"] = state?.nodeId;
|
|
144
|
+
resourceInputs["rules"] = state?.rules;
|
|
145
|
+
resourceInputs["rulesetId"] = state?.rulesetId;
|
|
146
|
+
resourceInputs["target"] = state?.target;
|
|
58
147
|
}
|
|
59
148
|
else {
|
|
60
149
|
const args = argsOrState;
|
|
61
|
-
if (
|
|
150
|
+
if (args?.enforcement === undefined && !opts.urn) {
|
|
62
151
|
throw new Error("Missing required property 'enforcement'");
|
|
63
152
|
}
|
|
64
|
-
if (
|
|
153
|
+
if (args?.rules === undefined && !opts.urn) {
|
|
65
154
|
throw new Error("Missing required property 'rules'");
|
|
66
155
|
}
|
|
67
|
-
if (
|
|
156
|
+
if (args?.target === undefined && !opts.urn) {
|
|
68
157
|
throw new Error("Missing required property 'target'");
|
|
69
158
|
}
|
|
70
|
-
resourceInputs["bypassActors"] = args
|
|
71
|
-
resourceInputs["conditions"] = args
|
|
72
|
-
resourceInputs["enforcement"] = args
|
|
73
|
-
resourceInputs["name"] = args
|
|
74
|
-
resourceInputs["rules"] = args
|
|
75
|
-
resourceInputs["target"] = args
|
|
159
|
+
resourceInputs["bypassActors"] = args?.bypassActors;
|
|
160
|
+
resourceInputs["conditions"] = args?.conditions;
|
|
161
|
+
resourceInputs["enforcement"] = args?.enforcement;
|
|
162
|
+
resourceInputs["name"] = args?.name;
|
|
163
|
+
resourceInputs["rules"] = args?.rules;
|
|
164
|
+
resourceInputs["target"] = args?.target;
|
|
76
165
|
resourceInputs["etag"] = undefined /*out*/;
|
|
77
166
|
resourceInputs["nodeId"] = undefined /*out*/;
|
|
78
167
|
resourceInputs["rulesetId"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organizationRuleset.js","sourceRoot":"","sources":["../organizationRuleset.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"organizationRuleset.js","sourceRoot":"","sources":["../organizationRuleset.ts"],"names":[],"mappings":"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"}
|