BranchProtectionV3RequiredPullRequestReviewsBypassPullRequestAllowancesArgs

data class BranchProtectionV3RequiredPullRequestReviewsBypassPullRequestAllowancesArgs(val apps: Output<List<String>>? = null, val teams: Output<List<String>>? = null, val users: Output<List<String>>? = null) : ConvertibleToJava<BranchProtectionV3RequiredPullRequestReviewsBypassPullRequestAllowancesArgs>

Constructors

constructor(apps: Output<List<String>>? = null, teams: Output<List<String>>? = null, users: Output<List<String>>? = null)

Properties

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

The list of app slugs allowed to bypass pull request requirements.

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

The list of team slugs allowed to bypass pull request requirements.

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

The list of user logins allowed to bypass pull request requirements.

Functions

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