◆ showSecurity() [1/2]
| inline |
Shows security information relating to users and/or roles.
If the caller is not a system administrator, only information relating to the caller and their roles is returned.
| names | A list of names of users and/or roles about which security information is requested. If none are provided, information about all users and roles will be returned. |
| options | Optional parameters.
|
Definition at line 61481 of file KineticaFunctions.cs.
◆ showSecurity() [2/2]
| inline |
Shows security information relating to users and/or roles.
If the caller is not a system administrator, only information relating to the caller and their roles is returned.
| request_ | Request object containing the parameters for the operation. |
Definition at line 61415 of file KineticaFunctions.cs.
◆ ShowSecurityAsync() [1/2]
| inline |
Shows security information relating to users and/or roles.
(async)
If the caller is not a system administrator, only information relating to the caller and their roles is returned.
| names | A list of names of users and/or roles about which security information is requested. If none are provided, information about all users and roles will be returned. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 61528 of file KineticaFunctions.cs.
◆ ShowSecurityAsync() [2/2]
| inline |
Shows security information relating to users and/or roles.
(async)
If the caller is not a system administrator, only information relating to the caller and their roles is returned.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 61434 of file KineticaFunctions.cs.