◆ createUserExternal() [1/2]
| 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.
| request_ | Request object containing the parameters for the operation. |
Definition at line 30792 of file KineticaFunctions.cs.
◆ createUserExternal() [2/2]
| 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.
| name | Name 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. |
| options | Optional parameters.
|
Definition at line 30906 of file KineticaFunctions.cs.
◆ CreateUserExternalAsync() [1/2]
| 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.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 30810 of file KineticaFunctions.cs.
◆ CreateUserExternalAsync() [2/2]
| 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.
| name | Name 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. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 31002 of file KineticaFunctions.cs.