ProjectProtectedEnvironmentDeployAccessLevelArgs

data class ProjectProtectedEnvironmentDeployAccessLevelArgs(val accessLevel: Output<String>? = null, val accessLevelDescription: Output<String>? = null, val groupId: Output<Int>? = null, val userId: Output<Int>? = null) : ConvertibleToJava<ProjectProtectedEnvironmentDeployAccessLevelArgs>

Constructors

constructor(accessLevel: Output<String>? = null, accessLevelDescription: Output<String>? = null, groupId: Output<Int>? = null, userId: Output<Int>? = null)

Properties

Link copied to clipboard
val accessLevel: Output<String>? = null

Levels of access required to deploy to this protected environment. Valid values are developer, maintainer.

Link copied to clipboard
val accessLevelDescription: Output<String>? = null

Readable description of level of access.

Link copied to clipboard
val groupId: Output<Int>? = null

The ID of the group allowed to deploy to this protected environment. The project must be shared with the group.

Link copied to clipboard
val userId: Output<Int>? = null

The ID of the user allowed to deploy to this protected environment. The user must be a member of the project.

Functions

Link copied to clipboard
open override fun toJava(): ProjectProtectedEnvironmentDeployAccessLevelArgs