Project Push Rules Args
data class ProjectPushRulesArgs(val authorEmailRegex: Output<String>? = null, val branchNameRegex: Output<String>? = null, val commitCommitterCheck: Output<Boolean>? = null, val commitMessageNegativeRegex: Output<String>? = null, val commitMessageRegex: Output<String>? = null, val denyDeleteTag: Output<Boolean>? = null, val fileNameRegex: Output<String>? = null, val maxFileSize: Output<Int>? = null, val memberCheck: Output<Boolean>? = null, val preventSecrets: Output<Boolean>? = null, val rejectUnsignedCommits: Output<Boolean>? = null) : ConvertibleToJava<ProjectPushRulesArgs>
Constructors
Link copied to clipboard
fun ProjectPushRulesArgs(authorEmailRegex: Output<String>? = null, branchNameRegex: Output<String>? = null, commitCommitterCheck: Output<Boolean>? = null, commitMessageNegativeRegex: Output<String>? = null, commitMessageRegex: Output<String>? = null, denyDeleteTag: Output<Boolean>? = null, fileNameRegex: Output<String>? = null, maxFileSize: Output<Int>? = null, memberCheck: Output<Boolean>? = null, preventSecrets: Output<Boolean>? = null, rejectUnsignedCommits: Output<Boolean>? = null)