Revoke Data Source Permission

Revokes a data source permission from a user or role.

Input Parameter Description

NameTypeDescription
namestringName of the user or role from which the permission will be revoked. Must be an existing user or role.
permissionstring

Permission to revoke from the user or role

Supported ValuesDescription
adminAdmin access on the given data source
connectConnect access on the given data source
datasource_namestringName of the data source on which the permission will be revoked. Must be an existing data source, or an empty string to revoke permission from all data sources.
optionsmap of string to stringsOptional parameters. The default value is an empty map ( {} ).

Output Parameter Description

NameTypeDescription
namestringValue of input parameter name.
permissionstringValue of input parameter permission.
datasource_namestringValue of input parameter datasource_name.
infomap of string to stringsAdditional information.