OrganizationRulesetConditionsArgs

data class OrganizationRulesetConditionsArgs(val refName: Output<OrganizationRulesetConditionsRefNameArgs>, val repositoryId: Output<Int>? = null, val repositoryName: Output<OrganizationRulesetConditionsRepositoryNameArgs>? = null) : ConvertibleToJava<OrganizationRulesetConditionsArgs>

Constructors

Link copied to clipboard
constructor(refName: Output<OrganizationRulesetConditionsRefNameArgs>, repositoryId: Output<Int>? = null, repositoryName: Output<OrganizationRulesetConditionsRepositoryNameArgs>? = null)

Properties

Link copied to clipboard

(Block List, Min: 1, Max: 1) (see below for nested schema)

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

The repository IDs that the ruleset applies to. One of these IDs must match for the condition to pass. Conflicts with repository_name.

Link copied to clipboard

Conflicts with repository_id. (see below for nested schema) One of repository_id and repository_name must be set for the rule to target any repositories.

Functions

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