◆ alterCredential() [1/2]
| inline |
Alter the properties of an existing credential.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 8284 of file KineticaFunctions.cs.
◆ alterCredential() [2/2]
| inline |
Alter the properties of an existing credential.
Parameters
| credential_name | Name of the credential to be altered. Must be an existing credential. |
| credential_updates_map | Map containing the properties of the credential to be updated. Error if empty.
|
| options | Optional parameters. |
Returns
Response object containing the result of the operation.
Definition at line 8409 of file KineticaFunctions.cs.
◆ AlterCredentialAsync() [1/2]
| inline |
Alter the properties of an existing 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 8301 of file KineticaFunctions.cs.
◆ AlterCredentialAsync() [2/2]
| inline |
Alter the properties of an existing credential.
(async)
Parameters
| credential_name | Name of the credential to be altered. Must be an existing credential. |
| credential_updates_map | Map containing the properties of the credential to be updated. Error if empty.
|
| options | Optional parameters. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 8520 of file KineticaFunctions.cs.