1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

18 lines
480 B
Markdown
Raw Normal View History

2020-03-05 11:21:52 -05:00
# Tenants
2022-08-12 16:19:34 -04:00
A tenant represents a discrete grouping of resources used for administrative purposes. Typically, tenants are used to represent individual customers or internal departments within an organization.
## Fields
### Name
A human-friendly name, unique to the assigned group.
2022-08-12 16:19:34 -04:00
### Slug
A URL-friendly identifier, unique to the assigned group. (This value can be used for filtering.)
2022-08-12 16:19:34 -04:00
### Group
The [tenant group](./tenantgroup.md) to which this tenant belongs (if any).