Package-level declarations

Types

data class ApplicationSettingsDefaultBranchProtectionDefaultsArgs(val allowForcePush: Output<Boolean>? = null, val allowedToMerges: Output<List<Int>>? = null, val allowedToPushes: Output<List<Int>>? = null, val developerCanInitialPush: Output<Boolean>? = null) : ConvertibleToJava<ApplicationSettingsDefaultBranchProtectionDefaultsArgs>
Link copied to clipboard
data class BranchProtectionAllowedToMergeArgs(val accessLevel: Output<String>? = null, val accessLevelDescription: Output<String>? = null, val groupId: Output<Int>? = null, val userId: Output<Int>? = null) : ConvertibleToJava<BranchProtectionAllowedToMergeArgs>
Link copied to clipboard
data class BranchProtectionAllowedToPushArgs(val accessLevel: Output<String>? = null, val accessLevelDescription: Output<String>? = null, val deployKeyId: Output<Int>? = null, val groupId: Output<Int>? = null, val userId: Output<Int>? = null) : ConvertibleToJava<BranchProtectionAllowedToPushArgs>
Link copied to clipboard
data class BranchProtectionAllowedToUnprotectArgs(val accessLevel: Output<String>? = null, val accessLevelDescription: Output<String>? = null, val groupId: Output<Int>? = null, val userId: Output<Int>? = null) : ConvertibleToJava<BranchProtectionAllowedToUnprotectArgs>
Link copied to clipboard
data class GetApplicationPlainArgs(val id: String) : ConvertibleToJava<GetApplicationPlainArgs>

A collection of arguments for invoking getApplication.

Link copied to clipboard
data class GetBranchPlainArgs(val name: String, val project: String) : ConvertibleToJava<GetBranchPlainArgs>

A collection of arguments for invoking getBranch.

Link copied to clipboard
Link copied to clipboard
data class GetClusterAgentPlainArgs(val agentId: Int, val project: String) : ConvertibleToJava<GetClusterAgentPlainArgs>

A collection of arguments for invoking getClusterAgent.

Link copied to clipboard
data class GetClusterAgentsPlainArgs(val project: String) : ConvertibleToJava<GetClusterAgentsPlainArgs>

A collection of arguments for invoking getClusterAgents.

Link copied to clipboard
data class GetComplianceFrameworkPlainArgs(val name: String, val namespacePath: String) : ConvertibleToJava<GetComplianceFrameworkPlainArgs>

A collection of arguments for invoking getComplianceFramework.

Link copied to clipboard
data class GetGroupAccessTokensPlainArgs(val group: String) : ConvertibleToJava<GetGroupAccessTokensPlainArgs>

A collection of arguments for invoking getGroupAccessTokens.

data class GetGroupBillableMemberMembershipsPlainArgs(val groupId: String, val userId: Int) : ConvertibleToJava<GetGroupBillableMemberMembershipsPlainArgs>

A collection of arguments for invoking getGroupBillableMemberMemberships.

Link copied to clipboard
data class GetGroupHookPlainArgs(val group: String, val hookId: Int) : ConvertibleToJava<GetGroupHookPlainArgs>

A collection of arguments for invoking getGroupHook.

Link copied to clipboard
data class GetGroupHooksPlainArgs(val group: String) : ConvertibleToJava<GetGroupHooksPlainArgs>

A collection of arguments for invoking getGroupHooks.

Link copied to clipboard
data class GetGroupIdsPlainArgs(val group: String) : ConvertibleToJava<GetGroupIdsPlainArgs>

A collection of arguments for invoking getGroupIds.

Link copied to clipboard
data class GetGroupMembershipPlainArgs(val accessLevel: String? = null, val fullPath: String? = null, val groupId: Int? = null, val inherited: Boolean? = null) : ConvertibleToJava<GetGroupMembershipPlainArgs>

A collection of arguments for invoking getGroupMembership.

Link copied to clipboard
data class GetGroupPlainArgs(val fullPath: String? = null, val groupId: Int? = null) : ConvertibleToJava<GetGroupPlainArgs>

A collection of arguments for invoking getGroup.

Link copied to clipboard
Link copied to clipboard
data class GetGroupProvisionedUsersPlainArgs(val active: Boolean? = null, val blocked: Boolean? = null, val createdAfter: String? = null, val createdBefore: String? = null, val id: String, val provisionedUsers: List<GetGroupProvisionedUsersProvisionedUser>? = null, val search: String? = null, val username: String? = null) : ConvertibleToJava<GetGroupProvisionedUsersPlainArgs>

A collection of arguments for invoking getGroupProvisionedUsers.

Link copied to clipboard
data class GetGroupProvisionedUsersProvisionedUser(val avatarUrl: String, val bio: String, val bot: Boolean, val confirmedAt: String, val createdAt: String, val email: String, val external: Boolean, val id: String, val jobTitle: String, val lastActivityOn: String, val lastSignInAt: String, val linkedin: String, val location: String, val name: String, val organization: String, val privateProfile: Boolean, val pronouns: String, val publicEmail: String, val skype: String, val state: String, val twitter: String, val twoFactorEnabled: Boolean, val username: String, val webUrl: String, val websiteUrl: String) : ConvertibleToJava<GetGroupProvisionedUsersProvisionedUser>
Link copied to clipboard
data class GetGroupServiceAccountPlainArgs(val group: String, val serviceAccountId: String) : ConvertibleToJava<GetGroupServiceAccountPlainArgs>

A collection of arguments for invoking getGroupServiceAccount.

Link copied to clipboard
data class GetGroupsPlainArgs(val orderBy: String? = null, val search: String? = null, val sort: String? = null, val topLevelOnly: Boolean? = null) : ConvertibleToJava<GetGroupsPlainArgs>

A collection of arguments for invoking getGroups.

Link copied to clipboard
Link copied to clipboard
data class GetGroupSubgroupsPlainArgs(val allAvailable: Boolean? = null, val groupId: Int, val minAccessLevel: String? = null, val orderBy: String? = null, val owned: Boolean? = null, val search: String? = null, val skipGroups: List<Int>? = null, val sort: String? = null, val statistics: Boolean? = null, val withCustomAttributes: Boolean? = null) : ConvertibleToJava<GetGroupSubgroupsPlainArgs>

A collection of arguments for invoking getGroupSubgroups.

Link copied to clipboard
data class GetGroupVariablePlainArgs(val environmentScope: String? = null, val group: String, val key: String) : ConvertibleToJava<GetGroupVariablePlainArgs>

A collection of arguments for invoking getGroupVariable.

Link copied to clipboard
data class GetGroupVariablesPlainArgs(val environmentScope: String? = null, val group: String) : ConvertibleToJava<GetGroupVariablesPlainArgs>

A collection of arguments for invoking getGroupVariables.

Link copied to clipboard
data class GetInstanceDeployKeysPlainArgs(val public: Boolean? = null) : ConvertibleToJava<GetInstanceDeployKeysPlainArgs>

A collection of arguments for invoking getInstanceDeployKeys.

Link copied to clipboard
data class GetInstanceServiceAccountPlainArgs(val serviceAccountId: String) : ConvertibleToJava<GetInstanceServiceAccountPlainArgs>

A collection of arguments for invoking getInstanceServiceAccount.

Link copied to clipboard
data class GetInstanceVariablePlainArgs(val key: String) : ConvertibleToJava<GetInstanceVariablePlainArgs>

A collection of arguments for invoking getInstanceVariable.

Link copied to clipboard
data class GetPipelineSchedulePlainArgs(val cronTimezone: String? = null, val pipelineScheduleId: Int, val project: String) : ConvertibleToJava<GetPipelineSchedulePlainArgs>

A collection of arguments for invoking getPipelineSchedule.

Link copied to clipboard
data class GetPipelineSchedulesPlainArgs(val project: String) : ConvertibleToJava<GetPipelineSchedulesPlainArgs>

A collection of arguments for invoking getPipelineSchedules.

Link copied to clipboard
data class GetProjectBranchesPlainArgs(val project: String) : ConvertibleToJava<GetProjectBranchesPlainArgs>

A collection of arguments for invoking getProjectBranches.

Link copied to clipboard
data class GetProjectEnvironmentsPlainArgs(val name: String? = null, val project: String, val search: String? = null, val states: String? = null) : ConvertibleToJava<GetProjectEnvironmentsPlainArgs>

A collection of arguments for invoking getProjectEnvironments.

Link copied to clipboard
data class GetProjectHookPlainArgs(val hookId: Int, val project: String) : ConvertibleToJava<GetProjectHookPlainArgs>

A collection of arguments for invoking getProjectHook.

Link copied to clipboard
data class GetProjectHooksPlainArgs(val project: String) : ConvertibleToJava<GetProjectHooksPlainArgs>

A collection of arguments for invoking getProjectHooks.

Link copied to clipboard
data class GetProjectIdsPlainArgs(val project: String) : ConvertibleToJava<GetProjectIdsPlainArgs>

A collection of arguments for invoking getProjectIds.

Link copied to clipboard
data class GetProjectIssuePlainArgs(val iid: Int, val project: String) : ConvertibleToJava<GetProjectIssuePlainArgs>

A collection of arguments for invoking getProjectIssue.

Link copied to clipboard
data class GetProjectIssuesPlainArgs(val assigneeId: Int? = null, val assigneeUsername: String? = null, val authorId: Int? = null, val confidential: Boolean? = null, val createdAfter: String? = null, val createdBefore: String? = null, val dueDate: String? = null, val iids: List<Int>? = null, val issueType: String? = null, val labels: List<String>? = null, val milestone: String? = null, val myReactionEmoji: String? = null, val notAssigneeIds: List<Int>? = null, val notAuthorIds: List<Int>? = null, val notLabels: List<String>? = null, val notMilestone: String? = null, val notMyReactionEmojis: List<String>? = null, val orderBy: String? = null, val project: String, val scope: String? = null, val search: String? = null, val sort: String? = null, val updatedAfter: String? = null, val updatedBefore: String? = null, val weight: Int? = null, val withLabelsDetails: Boolean? = null) : ConvertibleToJava<GetProjectIssuesPlainArgs>

A collection of arguments for invoking getProjectIssues.

Link copied to clipboard
data class GetProjectMembershipPlainArgs(val fullPath: String? = null, val inherited: Boolean? = null, val projectId: Int? = null, val query: String? = null, val userIds: List<Int>? = null) : ConvertibleToJava<GetProjectMembershipPlainArgs>

A collection of arguments for invoking getProjectMembership.

Link copied to clipboard
data class GetProjectMergeRequestPlainArgs(val iid: Int, val project: String) : ConvertibleToJava<GetProjectMergeRequestPlainArgs>

A collection of arguments for invoking getProjectMergeRequest.

Link copied to clipboard
data class GetProjectMilestonePlainArgs(val milestoneId: Int, val project: String) : ConvertibleToJava<GetProjectMilestonePlainArgs>

A collection of arguments for invoking getProjectMilestone.

Link copied to clipboard
data class GetProjectMilestonesPlainArgs(val iids: List<Int>? = null, val includeParentMilestones: Boolean? = null, val project: String, val search: String? = null, val state: String? = null, val title: String? = null) : ConvertibleToJava<GetProjectMilestonesPlainArgs>

A collection of arguments for invoking getProjectMilestones.

Link copied to clipboard
data class GetProjectMirrorPublicKeyPlainArgs(val mirrorId: Int, val projectId: String) : ConvertibleToJava<GetProjectMirrorPublicKeyPlainArgs>

A collection of arguments for invoking getProjectMirrorPublicKey.

Link copied to clipboard
data class GetProjectPlainArgs(val ciDefaultGitDepth: Int? = null, val id: String? = null, val pathWithNamespace: String? = null, val publicBuilds: Boolean? = null) : ConvertibleToJava<GetProjectPlainArgs>

A collection of arguments for invoking getProject.

Link copied to clipboard
data class GetProjectProtectedBranchesPlainArgs(val projectId: String, val protectedBranches: List<GetProjectProtectedBranchesProtectedBranch>? = null) : ConvertibleToJava<GetProjectProtectedBranchesPlainArgs>

A collection of arguments for invoking getProjectProtectedBranches.

data class GetProjectProtectedBranchesProtectedBranch(val allowForcePush: Boolean, val codeOwnerApprovalRequired: Boolean, val id: Int, val mergeAccessLevels: List<GetProjectProtectedBranchesProtectedBranchMergeAccessLevel>? = null, val name: String, val pushAccessLevels: List<GetProjectProtectedBranchesProtectedBranchPushAccessLevel>? = null) : ConvertibleToJava<GetProjectProtectedBranchesProtectedBranch>
data class GetProjectProtectedBranchesProtectedBranchMergeAccessLevel(val accessLevel: String, val accessLevelDescription: String, val groupId: Int? = null, val userId: Int? = null) : ConvertibleToJava<GetProjectProtectedBranchesProtectedBranchMergeAccessLevel>
data class GetProjectProtectedBranchesProtectedBranchPushAccessLevel(val accessLevel: String, val accessLevelDescription: String, val deployKeyId: Int? = null, val groupId: Int? = null, val userId: Int? = null) : ConvertibleToJava<GetProjectProtectedBranchesProtectedBranchPushAccessLevel>
data class GetProjectProtectedBranchMergeAccessLevel(val accessLevel: String, val accessLevelDescription: String, val groupId: Int? = null, val userId: Int? = null) : ConvertibleToJava<GetProjectProtectedBranchMergeAccessLevel>
Link copied to clipboard
data class GetProjectProtectedBranchPlainArgs(val mergeAccessLevels: List<GetProjectProtectedBranchMergeAccessLevel>? = null, val name: String, val projectId: String, val pushAccessLevels: List<GetProjectProtectedBranchPushAccessLevel>? = null) : ConvertibleToJava<GetProjectProtectedBranchPlainArgs>

A collection of arguments for invoking getProjectProtectedBranch.

Link copied to clipboard
data class GetProjectProtectedBranchPushAccessLevel(val accessLevel: String, val accessLevelDescription: String, val deployKeyId: Int? = null, val groupId: Int? = null, val userId: Int? = null) : ConvertibleToJava<GetProjectProtectedBranchPushAccessLevel>
Link copied to clipboard
data class GetProjectProtectedTagPlainArgs(val project: String, val tag: String) : ConvertibleToJava<GetProjectProtectedTagPlainArgs>

A collection of arguments for invoking getProjectProtectedTag.

Link copied to clipboard
data class GetProjectProtectedTagsPlainArgs(val project: String) : ConvertibleToJava<GetProjectProtectedTagsPlainArgs>

A collection of arguments for invoking getProjectProtectedTags.

Link copied to clipboard
data class GetProjectsPlainArgs(val archived: Boolean? = null, val groupId: Int? = null, val includeSubgroups: Boolean? = null, val maxQueryablePages: Int? = null, val membership: Boolean? = null, val minAccessLevel: Int? = null, val orderBy: String? = null, val owned: Boolean? = null, val page: Int? = null, val perPage: Int? = null, val search: String? = null, val simple: Boolean? = null, val sort: String? = null, val starred: Boolean? = null, val statistics: Boolean? = null, val topics: List<String>? = null, val visibility: String? = null, val withCustomAttributes: Boolean? = null, val withIssuesEnabled: Boolean? = null, val withMergeRequestsEnabled: Boolean? = null, val withProgrammingLanguage: String? = null, val withShared: Boolean? = null) : ConvertibleToJava<GetProjectsPlainArgs>

A collection of arguments for invoking getProjects.

Link copied to clipboard
data class GetProjectTagPlainArgs(val name: String, val project: String) : ConvertibleToJava<GetProjectTagPlainArgs>

A collection of arguments for invoking getProjectTag.

Link copied to clipboard
data class GetProjectTagsPlainArgs(val orderBy: String? = null, val project: String, val search: String? = null, val sort: String? = null) : ConvertibleToJava<GetProjectTagsPlainArgs>

A collection of arguments for invoking getProjectTags.

Link copied to clipboard
data class GetProjectVariablePlainArgs(val environmentScope: String? = null, val key: String, val project: String) : ConvertibleToJava<GetProjectVariablePlainArgs>

A collection of arguments for invoking getProjectVariable.

Link copied to clipboard
data class GetProjectVariablesPlainArgs(val environmentScope: String? = null, val project: String) : ConvertibleToJava<GetProjectVariablesPlainArgs>

A collection of arguments for invoking getProjectVariables.

Link copied to clipboard
data class GetReleaseAssets(val count: Int, val links: List<GetReleaseAssetsLink>? = null, val sources: List<GetReleaseAssetsSource>? = null) : ConvertibleToJava<GetReleaseAssets>
Link copied to clipboard
Link copied to clipboard
data class GetReleaseAssetsLink(val id: Int, val linkType: String, val name: String, val url: String) : ConvertibleToJava<GetReleaseAssetsLink>
Link copied to clipboard
data class GetReleaseAssetsSource(val format: String, val url: String) : ConvertibleToJava<GetReleaseAssetsSource>
Link copied to clipboard
data class GetReleaseLinkPlainArgs(val linkId: Int, val project: String, val tagName: String) : ConvertibleToJava<GetReleaseLinkPlainArgs>

A collection of arguments for invoking getReleaseLink.

Link copied to clipboard
data class GetReleaseLinksPlainArgs(val project: String, val tagName: String) : ConvertibleToJava<GetReleaseLinksPlainArgs>

A collection of arguments for invoking getReleaseLinks.

Link copied to clipboard
data class GetReleasePlainArgs(val assets: GetReleaseAssets? = null, val projectId: String, val tagName: String) : ConvertibleToJava<GetReleasePlainArgs>

A collection of arguments for invoking getRelease.

Link copied to clipboard
data class GetRepositoryFilePlainArgs(val filePath: String, val project: String, val ref: String) : ConvertibleToJava<GetRepositoryFilePlainArgs>

A collection of arguments for invoking getRepositoryFile.

Link copied to clipboard
data class GetRepositoryTreePlainArgs(val path: String? = null, val project: String, val recursive: Boolean? = null, val ref: String) : ConvertibleToJava<GetRepositoryTreePlainArgs>

A collection of arguments for invoking getRepositoryTree.

Link copied to clipboard
data class GetRunnersPlainArgs(val paused: Boolean? = null, val status: String? = null, val tagLists: List<String>? = null, val type: String? = null) : ConvertibleToJava<GetRunnersPlainArgs>

A collection of arguments for invoking getRunners.

Link copied to clipboard
data class GetUserPlainArgs(val email: String? = null, val namespaceId: Int? = null, val userId: Int? = null, val username: String? = null) : ConvertibleToJava<GetUserPlainArgs>

A collection of arguments for invoking getUser.

Link copied to clipboard
Link copied to clipboard
data class GetUsersPlainArgs(val active: Boolean? = null, val blocked: Boolean? = null, val createdAfter: String? = null, val createdBefore: String? = null, val excludeExternal: Boolean? = null, val excludeInternal: Boolean? = null, val externProvider: String? = null, val externUid: String? = null, val external: Boolean? = null, val orderBy: String? = null, val search: String? = null, val sort: String? = null, val username: String? = null, val withoutProjectBots: Boolean? = null) : ConvertibleToJava<GetUsersPlainArgs>

A collection of arguments for invoking getUsers.

Link copied to clipboard
Link copied to clipboard
data class GetUserSshkeysPlainArgs(val userId: Int? = null, val username: String? = null) : ConvertibleToJava<GetUserSshkeysPlainArgs>

A collection of arguments for invoking getUserSshkeys.

data class GroupAccessTokenRotationConfigurationArgs(val expirationDays: Output<Int>, val rotateBeforeDays: Output<Int>) : ConvertibleToJava<GroupAccessTokenRotationConfigurationArgs>
Link copied to clipboard
data class GroupDefaultBranchProtectionDefaultsArgs(val allowForcePush: Output<Boolean>? = null, val allowedToMerges: Output<List<String>>? = null, val allowedToPushes: Output<List<String>>? = null, val developerCanInitialPush: Output<Boolean>? = null) : ConvertibleToJava<GroupDefaultBranchProtectionDefaultsArgs>
Link copied to clipboard
data class GroupEpicBoardListArgs(val id: Output<Int>? = null, val labelId: Output<Int>? = null, val position: Output<Int>? = null) : ConvertibleToJava<GroupEpicBoardListArgs>
Link copied to clipboard
data class GroupHookCustomHeaderArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<GroupHookCustomHeaderArgs>
Link copied to clipboard
data class GroupIssueBoardListArgs(val id: Output<Int>? = null, val labelId: Output<Int>? = null, val position: Output<Int>? = null) : ConvertibleToJava<GroupIssueBoardListArgs>
data class GroupProtectedEnvironmentApprovalRuleArgs(val accessLevel: Output<String>? = null, val accessLevelDescription: Output<String>? = null, val groupId: Output<Int>? = null, val groupInheritanceType: Output<Int>? = null, val id: Output<Int>? = null, val requiredApprovals: Output<Int>? = null, val userId: Output<Int>? = null) : ConvertibleToJava<GroupProtectedEnvironmentApprovalRuleArgs>
data class GroupProtectedEnvironmentDeployAccessLevelArgs(val accessLevel: Output<String>? = null, val accessLevelDescription: Output<String>? = null, val groupId: Output<Int>? = null, val groupInheritanceType: Output<Int>? = null, val id: Output<Int>? = null, val userId: Output<Int>? = null) : ConvertibleToJava<GroupProtectedEnvironmentDeployAccessLevelArgs>
Link copied to clipboard
data class GroupPushRulesArgs(val authorEmailRegex: Output<String>? = null, val branchNameRegex: Output<String>? = null, val commitCommitterCheck: Output<Boolean>? = null, val commitCommitterNameCheck: Output<Boolean>? = null, val commitMessageNegativeRegex: Output<String>? = null, val commitMessageRegex: Output<String>? = null, val denyDeleteTag: Output<Boolean>? = null, val fileNameRegex: Output<String>? = null, val maxFileSize: Output<Int>? = null, val memberCheck: Output<Boolean>? = null, val preventSecrets: Output<Boolean>? = null, val rejectNonDcoCommits: Output<Boolean>? = null, val rejectUnsignedCommits: Output<Boolean>? = null) : ConvertibleToJava<GroupPushRulesArgs>
Link copied to clipboard
data class GroupServiceAccountAccessTokenRotationConfigurationArgs(val expirationDays: Output<Int>? = null, val rotateBeforeDays: Output<Int>) : ConvertibleToJava<GroupServiceAccountAccessTokenRotationConfigurationArgs>
Link copied to clipboard
data class InstanceServiceAccountTimeoutsArgs(val delete: Output<String>? = null) : ConvertibleToJava<InstanceServiceAccountTimeoutsArgs>
data class PersonalAccessTokenRotationConfigurationArgs(val expirationDays: Output<Int>, val rotateBeforeDays: Output<Int>) : ConvertibleToJava<PersonalAccessTokenRotationConfigurationArgs>
data class ProjectAccessTokenRotationConfigurationArgs(val expirationDays: Output<Int>, val rotateBeforeDays: Output<Int>) : ConvertibleToJava<ProjectAccessTokenRotationConfigurationArgs>
Link copied to clipboard
data class ProjectContainerExpirationPolicyArgs(val cadence: Output<String>? = null, val enabled: Output<Boolean>? = null, val keepN: Output<Int>? = null, val nameRegex: Output<String>? = null, val nameRegexDelete: Output<String>? = null, val nameRegexKeep: Output<String>? = null, val nextRunAt: Output<String>? = null, val olderThan: Output<String>? = null) : ConvertibleToJava<ProjectContainerExpirationPolicyArgs>
Link copied to clipboard
data class ProjectHookCustomHeaderArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<ProjectHookCustomHeaderArgs>
Link copied to clipboard
data class ProjectIssueBoardListArgs(val assigneeId: Output<Int>? = null, val id: Output<Int>? = null, val iterationId: Output<Int>? = null, val labelId: Output<Int>? = null, val milestoneId: Output<Int>? = null, val position: Output<Int>? = null) : ConvertibleToJava<ProjectIssueBoardListArgs>
data class ProjectProtectedEnvironmentApprovalRuleArgs(val accessLevel: Output<String>? = null, val accessLevelDescription: Output<String>? = null, val groupId: Output<Int>? = null, val groupInheritanceType: Output<Int>? = null, val id: Output<Int>? = null, val requiredApprovals: Output<Int>? = null, val userId: Output<Int>? = null) : ConvertibleToJava<ProjectProtectedEnvironmentApprovalRuleArgs>
data class ProjectProtectedEnvironmentDeployAccessLevelArgs(val accessLevel: Output<String>? = null, val accessLevelDescription: Output<String>? = null, val groupId: Output<Int>? = null, val groupInheritanceType: Output<Int>? = null, val id: Output<Int>? = null, val userId: Output<Int>? = null) : ConvertibleToJava<ProjectProtectedEnvironmentDeployAccessLevelArgs>
Link copied to clipboard
data class ProjectPushRulesArgs(val authorEmailRegex: Output<String>? = null, val branchNameRegex: Output<String>? = null, val commitCommitterCheck: Output<Boolean>? = null, val commitCommitterNameCheck: Output<Boolean>? = null, val commitMessageNegativeRegex: Output<String>? = null, val commitMessageRegex: Output<String>? = null, val denyDeleteTag: Output<Boolean>? = null, val fileNameRegex: Output<String>? = null, val maxFileSize: Output<Int>? = null, val memberCheck: Output<Boolean>? = null, val preventSecrets: Output<Boolean>? = null, val rejectNonDcoCommits: Output<Boolean>? = null, val rejectUnsignedCommits: Output<Boolean>? = null) : ConvertibleToJava<ProjectPushRulesArgs>
Link copied to clipboard
data class ReleaseAssetsArgs(val count: Output<Int>? = null) : ConvertibleToJava<ReleaseAssetsArgs>
Link copied to clipboard
Link copied to clipboard
data class TagProtectionAllowedToCreateArgs(val accessLevel: Output<String>? = null, val accessLevelDescription: Output<String>? = null, val groupId: Output<Int>? = null, val userId: Output<Int>? = null) : ConvertibleToJava<TagProtectionAllowedToCreateArgs>
Link copied to clipboard
data class ValueStreamAnalyticsStageArgs(val custom: Output<Boolean>? = null, val endEventIdentifier: Output<String>? = null, val endEventLabelId: Output<String>? = null, val hidden: Output<Boolean>? = null, val id: Output<String>? = null, val name: Output<String>, val startEventIdentifier: Output<String>? = null, val startEventLabelId: Output<String>? = null) : ConvertibleToJava<ValueStreamAnalyticsStageArgs>