RepositoryEnvironmentReviewerArgs

data class RepositoryEnvironmentReviewerArgs(val teams: Output<List<Int>>? = null, val users: Output<List<Int>>? = null) : ConvertibleToJava<RepositoryEnvironmentReviewerArgs>

Constructors

Link copied to clipboard
constructor(teams: Output<List<Int>>? = null, users: Output<List<Int>>? = null)

Properties

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

Up to 6 IDs for teams who may review jobs that reference the environment. Reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.

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

Up to 6 IDs for users who may review jobs that reference the environment. Reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.

Functions

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