optional:share_with_group_lock,type:Boolean,desc:'Prevent sharing a project with another group within this group'
optional:require_two_factor_authentication,type:Boolean,desc:'Require all users in this group to setup Two-factor authentication'
optional:two_factor_grace_period,type:Integer,desc:'Time before Two-factor authentication is enforced'
optional:project_creation_level,type:String,values:::Gitlab::Access.project_creation_string_values,desc:'Determine if developers can create projects in the group',as::project_creation_level_str
optional:auto_devops_enabled,type:Boolean,desc:'Default to Auto DevOps pipeline for all projects within this group'
optional:subgroup_creation_level,type:String,values:::Gitlab::Access.subgroup_creation_string_values,desc:'Allowed to create subgroups',as::subgroup_creation_level_str
optional:shared_runners_setting,type:String,values:::Namespace::SHARED_RUNNERS_SETTINGS,desc:'Enable/disable shared runners for the group and its subgroups and projects'
optional:prevent_sharing_groups_outside_hierarchy,type:Boolean,desc:'Prevent sharing groups within this namespace with any groups outside the namespace. Only available on top-level groups.'