ProjectProtectedEnvironmentDeployAccessLevelArgs

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>

Constructors

constructor(accessLevel: Output<String>? = null, accessLevelDescription: Output<String>? = null, groupId: Output<Int>? = null, groupInheritanceType: Output<Int>? = null, id: 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 groupInheritanceType: Output<Int>? = null

Group inheritance allows deploy access levels to take inherited group membership into account. Valid values are 0, 1. 0 => Direct group membership only, 1 => All inherited groups. Default: 0

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

The unique ID of the Deploy Access Level object.

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