Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 858 Bytes

GroupPermission.md

File metadata and controls

15 lines (11 loc) · 858 Bytes

VRChat.API.Model.GroupPermission

A permission that can be granted to a role in a group.

Properties

Name Type Description Notes
Name string The name of the permission. [optional]
DisplayName string The display name of the permission. [optional]
Help string Human-readable description of the permission. [optional]
IsManagementPermission bool Whether this permission is a "management" permission. [optional] [default to false]
AllowedToAdd bool Whether the user is allowed to add this permission to a role. [optional] [default to false]

[Back to Model list] [Back to API list] [Back to README]