Note
This documentation is for a prior release of Kinetica. For the latest documentation, click here.
Revokes membership in a role from a user or role.
Input Parameter Description
| Name | Type | Description |
|---|---|---|
| role | string | Name of the role in which membership will be revoked. Must be an existing role. |
| member | string | Name of the user or role that will be revoked membership in input parameter role. Must be an existing user or role. |
| options | map of string to strings | Optional parameters. The default value is an empty map ( {} ). |
Output Parameter Description
| Name | Type | Description |
|---|---|---|
| role | string | Value of input parameter role. |
| member | string | Value of input parameter member. |
| info | map of string to strings | Additional information. |