website/docs: Reduce redundant usage of badges. Move badge logic to components. - Fix JSX class name warning. - Remove duplicate titles. - Flesh out `support_level` frontmatter.
		
			
				
	
	
		
			17 lines
		
	
	
		
			426 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			426 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
---
 | 
						|
title: Group properties and attributes
 | 
						|
---
 | 
						|
 | 
						|
## Object properties
 | 
						|
 | 
						|
The Group object has the following properties:
 | 
						|
 | 
						|
- `name` Group's display name.
 | 
						|
- `is_superuser` Boolean field if the group's users are superusers.
 | 
						|
- `parent` The parent Group of this Group.
 | 
						|
- `attributes` Dynamic attributes, see [Attributes](#attributes)
 | 
						|
 | 
						|
## Attributes
 | 
						|
 | 
						|
See [the user reference](../user/user_ref.mdx#attributes) for well-known attributes.
 |