◆ showCredential() [1/2]
| inline |
Shows information about a specified credential or all credentials.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 59579 of file KineticaFunctions.cs.
◆ showCredential() [2/2]
| inline |
Shows information about a specified credential or all credentials.
Parameters
| credential_name | Name of the credential on which to retrieve information. The name must refer to a currently existing credential. If ’*’ is specified, information about all credentials will be returned. |
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 59616 of file KineticaFunctions.cs.
◆ ShowCredentialAsync() [1/2]
| inline |
Shows information about a specified credential or all credentials.
(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 59596 of file KineticaFunctions.cs.
◆ ShowCredentialAsync() [2/2]
| inline |
Shows information about a specified credential or all credentials.
(async)
Parameters
| credential_name | Name of the credential on which to retrieve information. The name must refer to a currently existing credential. If ’*’ is specified, information about all credentials will be returned. |
| 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 59636 of file KineticaFunctions.cs.