Permission.this

Creates a new permission.

class Permission
final
this

Parameters

resource string

The resource.

readAccess bool

Boolean determining the read-access.

writeAccess bool

Boolean determining the write-access.

updateAccess bool

Boolean determining the update-access.

deleteAccess bool

Boolean determining the delete-access.

Meta