Group/{{ .Group.Id }}

→ Show in Index

Group{{ .Group.Id }}
Displayname{{ template "key_value" .Group.Displayname }}
Type{{ .Group.Type }}
Name{{ .Group.Name }}
Reference{{ .Group.Reference }}
Owner{{ .Group.Owner }}
IP filter{{ .Group.IPSubnetFilter }}

Users

{{ template "user_list" .Users }}

Rights

{{ template "right_list" .Group.RightList }}

Compiled Rights

{{ template "right_list" .Group.CompiledRightList }}

Generated Rights

{{ template "right_map" .Group.GeneratedRights }}

API

{{ template "jsontree" .Group.DebugApi }}

API Index

{{ template "jsontree" Marshal .Group.ObjectToApiIndex }}