Organization Ruleset Conditions Args
data class OrganizationRulesetConditionsArgs(val refName: Output<OrganizationRulesetConditionsRefNameArgs>, val repositoryIds: Output<List<Int>>? = null, val repositoryName: Output<OrganizationRulesetConditionsRepositoryNameArgs>? = null) : ConvertibleToJava<OrganizationRulesetConditionsArgs>
Constructors
Link copied to clipboard
constructor(refName: Output<OrganizationRulesetConditionsRefNameArgs>, repositoryIds: Output<List<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
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.