Skip to main content

◆ createUserExternal() [1/2]

CreateUserExternalResponse kinetica.Kinetica.createUserExternal (CreateUserExternalRequestrequest_)
inline

Creates a new external user (a user whose credentials are managed by an external LDAP).

This method should be used for on-premise deployments only.

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

Definition at line 30742 of file KineticaFunctions.cs.

◆ createUserExternal() [2/2]

CreateUserExternalResponse kinetica.Kinetica.createUserExternal (stringname,
IDictionary< string, string >options = null )
inline

Creates a new external user (a user whose credentials are managed by an external LDAP).

This method should be used for on-premise deployments only.

Parameters
nameName of the user to be created. Must exactly match the user’s name in the external LDAP, prefixed with a . Must not be the same name as an existing user.
optionsOptional parameters.The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 30856 of file KineticaFunctions.cs.

◆ CreateUserExternalAsync() [1/2]

async System.Threading.Tasks.Task< CreateUserExternalResponse > kinetica.Kinetica.CreateUserExternalAsync (CreateUserExternalRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Creates a new external user (a user whose credentials are managed by an external LDAP).

(async)

This method should be used for on-premise deployments only.

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 30760 of file KineticaFunctions.cs.

◆ CreateUserExternalAsync() [2/2]

async System.Threading.Tasks.Task< CreateUserExternalResponse > kinetica.Kinetica.CreateUserExternalAsync (stringname,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Creates a new external user (a user whose credentials are managed by an external LDAP).

(async)

This method should be used for on-premise deployments only.

Parameters
nameName of the user to be created. Must exactly match the user’s name in the external LDAP, prefixed with a . Must not be the same name as an existing user.
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 30952 of file KineticaFunctions.cs.