◆ createCredential() [1/2]
| inline |
Create a new credential.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 17881 of file KineticaFunctions.cs.
◆ createCredential() [2/2]
| inline |
Create a new credential.
Parameters
| credential_name | Name of the credential to be created. Must contain only letters, digits, and underscores, and cannot begin with a digit. Must not match an existing credential name. |
| type | Type of the credential to be created. Supported values: |
| identity | User of the credential to be created. |
| secret | Password of the credential to be created. |
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 17996 of file KineticaFunctions.cs.
◆ CreateCredentialAsync() [1/2]
| inline |
Create a new credential.
(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 17897 of file KineticaFunctions.cs.
◆ CreateCredentialAsync() [2/2]
| inline |
Create a new credential.
(async)
Parameters
| credential_name | Name of the credential to be created. Must contain only letters, digits, and underscores, and cannot begin with a digit. Must not match an existing credential name. |
| type | Type of the credential to be created. Supported values: |
| identity | User of the credential to be created. |
| secret | Password of the credential to be created. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 18099 of file KineticaFunctions.cs.