Skip to main content

◆ showSecurity() [1/2]

ShowSecurityResponse kinetica.Kinetica.showSecurity (IList< string >names,
IDictionary< string, string >options = null )
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.

Parameters
namesA 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.
optionsOptional parameters.The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 61481 of file KineticaFunctions.cs.

◆ showSecurity() [2/2]

ShowSecurityResponse kinetica.Kinetica.showSecurity (ShowSecurityRequestrequest_)
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.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 61415 of file KineticaFunctions.cs.

◆ ShowSecurityAsync() [1/2]

async System.Threading.Tasks.Task< ShowSecurityResponse > kinetica.Kinetica.ShowSecurityAsync (IList< string >names,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
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.

Parameters
namesA 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.
optionsOptional parameters.The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 61528 of file KineticaFunctions.cs.

◆ ShowSecurityAsync() [2/2]

async System.Threading.Tasks.Task< ShowSecurityResponse > kinetica.Kinetica.ShowSecurityAsync (ShowSecurityRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
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.

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 61434 of file KineticaFunctions.cs.