◆ revokePermission() [1/2]
| inline |
Revoke user or role the specified permission on the specified object.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 57900 of file KineticaFunctions.cs.
◆ revokePermission() [2/2]
| inline |
Revoke user or role the specified permission on the specified object.
Parameters
| principal | Name of the user or role for which the permission is being revoked. Must be an existing user or role. The default value is ”. |
| _object | Name of object permission is being revoked from. It is recommended to use a fully-qualified name when possible. |
| object_type | The type of object being revoked. Supported values:
|
| permission | Permission being revoked. Supported values:
|
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 58110 of file KineticaFunctions.cs.
◆ RevokePermissionAsync() [1/2]
| inline |
Revoke user or role the specified permission on the specified object.
(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 57916 of file KineticaFunctions.cs.
◆ RevokePermissionAsync() [2/2]
| inline |
Revoke user or role the specified permission on the specified object.
(async)
Parameters
| principal | Name of the user or role for which the permission is being revoked. Must be an existing user or role. The default value is ”. |
| _object | Name of object permission is being revoked from. It is recommended to use a fully-qualified name when possible. |
| object_type | The type of object being revoked. Supported values:
|
| permission | Permission being revoked. Supported values:
|
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 58309 of file KineticaFunctions.cs.