Methods

async static

grant(params) → Promise containing ApiResponse

grants access to a process

Parameters

Name Type Optional Description

params

Object

 

Values in params have the following properties:

Name Type Optional Description

processId

string

 

params.groupName

string

 

params.userId

string

 

Returns

Promise containing ApiResponse 

async static

modify(params) → Promise containing ApiResponse

modifies access to a process

Parameters

Name Type Optional Description

params

Object

 

Values in params have the following properties:

Name Type Optional Description

processId

string

 

params.newGroup

string

 

params.userId

string

 

Returns

Promise containing ApiResponse 

async static

revoke(params) → Promise containing ApiResponse

revokes access from a process

Parameters

Name Type Optional Description

params

Object

 

Values in params have the following properties:

Name Type Optional Description

processId

string

 

params.userId

string

 

Returns

Promise containing ApiResponse