configurePermission
configurePermission(
id,name,workspaceId?):Promise<void>
Configure or create a permission.
Parameters
id
string
The id of the permission to configure.
name
string
The name of the permission to configure.
workspaceId?
string
The workspace id of the permission to configure.
Returns
Promise<void>