◆ grantPermission() [1/2]
| inline |
Grant 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 41800 of file KineticaFunctions.cs.
◆ grantPermission() [2/2]
| inline |
Grant user or role the specified permission on the specified object.
Parameters
| principal | Name of the user or role for which the permission is being granted. Must be an existing user or role. The default value is ”. |
| _object | Name of object permission is being granted to. It is recommended to use a fully-qualified name when possible. |
| object_type | The type of object being granted to. Supported values:
|
| permission | Permission being granted. Supported values:
|
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 42041 of file KineticaFunctions.cs.
◆ GrantPermissionAsync() [1/2]
| inline |
Grant 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 41816 of file KineticaFunctions.cs.
◆ GrantPermissionAsync() [2/2]
| inline |
Grant 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 granted. Must be an existing user or role. The default value is ”. |
| _object | Name of object permission is being granted to. It is recommended to use a fully-qualified name when possible. |
| object_type | The type of object being granted to. Supported values:
|
| permission | Permission being granted. 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 42271 of file KineticaFunctions.cs.