GroupArgs

constructor(allowedEmailDomainsLists: Output<List<String>>? = null, autoDevopsEnabled: Output<Boolean>? = null, avatar: Output<String>? = null, avatarHash: Output<String>? = null, defaultBranch: Output<String>? = null, defaultBranchProtection: Output<Int>? = null, defaultBranchProtectionDefaults: Output<GroupDefaultBranchProtectionDefaultsArgs>? = null, description: Output<String>? = null, emailsEnabled: Output<Boolean>? = null, extraSharedRunnersMinutesLimit: Output<Int>? = null, ipRestrictionRanges: Output<List<String>>? = null, lfsEnabled: Output<Boolean>? = null, membershipLock: Output<Boolean>? = null, mentionsDisabled: Output<Boolean>? = null, name: Output<String>? = null, parentId: Output<Int>? = null, path: Output<String>? = null, permanentlyRemoveOnDelete: Output<Boolean>? = null, preventForkingOutsideGroup: Output<Boolean>? = null, projectCreationLevel: Output<String>? = null, pushRules: Output<GroupPushRulesArgs>? = null, requestAccessEnabled: Output<Boolean>? = null, requireTwoFactorAuthentication: Output<Boolean>? = null, shareWithGroupLock: Output<Boolean>? = null, sharedRunnersMinutesLimit: Output<Int>? = null, sharedRunnersSetting: Output<String>? = null, subgroupCreationLevel: Output<String>? = null, twoFactorGracePeriod: Output<Int>? = null, visibilityLevel: Output<String>? = null, wikiAccessLevel: Output<String>? = null)