class CreateIMSPermissionInput(val entries: List<@TypeGraphQLType(name = "IMSPermissionEntry") String>) : CreateNodePermissionInput

Input for the createIMSPermission mutation

Constructors

Link copied to clipboard
constructor(entries: List<@TypeGraphQLType(name = "IMSPermissionEntry") 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 = "IMSPermissionEntry") String>

Entries granted to the users

Link copied to clipboard

The name of the BasePermission, must not be blank

Link copied to clipboard

The id of nodes the created permission affects.

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