class CreateGlobalPermissionInput(val entries: List<@TypeGraphQLType(name = "PermissionEntry") String>) : CreateBasePermissionInput

Input for the createGlobalPermission mutation

Constructors

Link copied to clipboard
constructor(entries: List<@TypeGraphQLType(name = "PermissionEntry") String>)

Properties

Link copied to clipboard

If `true`, the created BasePermission affects all users

Link copied to clipboard

The description of the BasePermission

Link copied to clipboard
open override val entries: List<@TypeGraphQLType(name = "PermissionEntry") String>

Entries granted to the users

Link copied to clipboard

The name of the BasePermission, must not be blank

Link copied to clipboard
var users: List<ID>

Ids of GropiusUsers this BasePermission affects

Functions

Link copied to clipboard
open override fun validate()

Validates this input