RepositoryRulesetRulesCommitterEmailPatternArgs

data class RepositoryRulesetRulesCommitterEmailPatternArgs(val name: Output<String>? = null, val negate: Output<Boolean>? = null, val operator: Output<String>, val pattern: Output<String>) : ConvertibleToJava<RepositoryRulesetRulesCommitterEmailPatternArgs>

Constructors

constructor(name: Output<String>? = null, negate: Output<Boolean>? = null, operator: Output<String>, pattern: Output<String>)

Properties

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

(String) The name of the ruleset.

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

If true, the rule will fail if the pattern matches.

Link copied to clipboard
val operator: Output<String>

The operator to use for matching. Can be one of: starts_with, ends_with, contains, regex.

Link copied to clipboard
val pattern: Output<String>

The pattern to match with.

Functions

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