oadmin.system_perm_add: Add or update a System permission

View source: R/opal.admin.R

oadmin.system_perm_addR Documentation

Add or update a System permission

Description

Add or update a permission on the whole system.

Usage

oadmin.system_perm_add(opal, subject, type = "user", permission)

Arguments

opal

Opal connection object.

subject

A vector of subject identifiers: user names or group names (depending on the type).

type

The type of subject: user (default) or group.

permission

The permission to apply: project_add or administrate.

Examples

## Not run: 
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
oadmin.system_perm_add(o, c('andrei', 'valentina'), 'user', 'project_add')
oadmin.system_perm(o)
oadmin.system_perm_delete(o, c('andrei', 'valentina'), 'user')
opal.logout(o)

## End(Not run)

opalr documentation built on Oct. 6, 2023, 5:08 p.m.