OrganizationRulesetConditionsRepositoryNameArgs

data class OrganizationRulesetConditionsRepositoryNameArgs(val excludes: Output<List<String>>, val includes: Output<List<String>>, val protected: Output<Boolean>? = null) : ConvertibleToJava<OrganizationRulesetConditionsRepositoryNameArgs>

Constructors

constructor(excludes: Output<List<String>>, includes: Output<List<String>>, protected: Output<Boolean>? = null)

Properties

Link copied to clipboard
val excludes: Output<List<String>>

(List of String) Array of repository names or patterns to exclude. The condition will not pass if any of these patterns match.

Link copied to clipboard
val includes: Output<List<String>>

(List of String) Array of repository names or patterns to include. One of these patterns must match for the condition to pass. Also accepts ~ALL to include all repositories.

Link copied to clipboard
val protected: Output<Boolean>? = null

Functions

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