◆ revokeRole() [1/2]
| inline |
Revokes membership in a role from a user or role.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 59164 of file KineticaFunctions.cs.
◆ revokeRole() [2/2]
| inline |
Revokes membership in a role from a user or role.
Parameters
| role | Name of the role in which membership will be revoked. Must be an existing role. |
| member | Name of the user or role that will be revoked membership in role . Must be an existing user or role. |
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 59199 of file KineticaFunctions.cs.
◆ RevokeRoleAsync() [1/2]
| inline |
Revokes membership in a role from a user or role.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 59180 of file KineticaFunctions.cs.
◆ RevokeRoleAsync() [2/2]
| inline |
Revokes membership in a role from a user or role.
(async)
Parameters
| role | Name of the role in which membership will be revoked. Must be an existing role. |
| member | Name of the user or role that will be revoked membership in role . Must be an existing user or role. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 59220 of file KineticaFunctions.cs.