Project Approval Rule Args
constructor(appliesToAllProtectedBranches: Output<Boolean>? = null, approvalsRequired: Output<Int>? = null, disableImportingDefaultAnyApproverRuleOnCreate: Output<Boolean>? = null, groupIds: Output<List<Int>>? = null, name: Output<String>? = null, project: Output<String>? = null, protectedBranchIds: Output<List<Int>>? = null, ruleType: Output<String>? = null, userIds: Output<List<Int>>? = null)