7 using System.Collections.Generic;
80 public const string TYPE =
"type";
88 public const string DOCKER =
"docker";
91 public const string HDFS =
"hdfs";
92 public const string KAFKA =
"kafka";
98 public const string SECRET =
"secret";
200 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
298 IDictionary<string, string>
options)
302 this.options =
options ??
new Dictionary<string, string>();
317 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
const string AZURE_STORAGE_KEY
const string SECRET
New password for the credential.
const string SCHEMA_NAME
Updates the schema name.
A set of parameters for Kinetica.alterCredential.
A set of string constants for the parameter credential_updates_map.
const string GCS_SERVICE_ACCOUNT_ID
KineticaData - class to help with Avro Encoding for Kinetica
AlterCredentialRequest()
Constructs an AlterCredentialRequest object with default parameters.
const string GCS_SERVICE_ACCOUNT_KEYS
A set of results returned by Kinetica.alterCredential.
const string AWS_IAM_ROLE
AlterCredentialRequest(string credential_name, IDictionary< string, string > credential_updates_map, IDictionary< string, string > options)
Constructs an AlterCredentialRequest object with the specified parameters.
IDictionary< string, string > credential_updates_map
Map containing the properties of the credential to be updated.
IDictionary< string, string > options
Optional parameters.
string credential_name
Name of the credential to be altered.
const string AWS_ACCESS_KEY
string credential_name
Value of credential_name.
IDictionary< string, string > info
Additional information.
const string IDENTITY
New user for the credential.
const string TYPE
New type for the credential.