The status of the group of RPCs permissions.
Every RPC in the group is currently allowed.
SDLPermissionGroupStatusAllowed
case allowed = 0
Every RPC in the group is currently disallowed.
SDLPermissionGroupStatusDisallowed
case disallowed = 1
Some RPCs in the group are allowed and some disallowed.
SDLPermissionGroupStatusMixed
case mixed = 2
The current status of the group is unknown.
SDLPermissionGroupStatusUnknown
case unknown = 3