7 using System.Collections.Generic;
30 public const string DOCKER =
"docker";
33 public const string HDFS =
"hdfs";
34 public const string JDBC =
"jdbc";
35 public const string KAFKA =
"kafka";
38 public const string REST =
"rest";
107 public string type {
get;
set; }
118 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
198 IDictionary<string, string>
options =
null)
201 this.type =
type ??
"";
203 this.secret =
secret ??
"";
219 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
const string GCS_SERVICE_ACCOUNT_ID
string type
Type of the credential to be created.
KineticaData - class to help with Avro Encoding for Kinetica
CreateCredentialRequest(string credential_name, string type, string identity, string secret, IDictionary< string, string > options=null)
Constructs a CreateCredentialRequest object with the specified parameters.
A set of string constants for the parameter type.
A set of parameters for Kinetica.createCredential.
const string AZURE_STORAGE_KEY
const string NVIDIA_API_KEY
string credential_name
Name of the credential to be created.
string identity
User of the credential to be created.
A set of results returned by Kinetica.createCredential.
CreateCredentialRequest()
Constructs a CreateCredentialRequest object with default parameters.
IDictionary< string, string > options
Optional parameters.
IDictionary< string, string > info
Additional information.
const string AWS_IAM_ROLE
const string AWS_ACCESS_KEY
string secret
Password of the credential to be created.
const string GCS_SERVICE_ACCOUNT_KEYS
string credential_name
Value of credential_name.
const string OPENAI_API_KEY