Skip to main content

A set of string constants for the parameter AlterCredentialRequest.credential_updates_map. More…

Static Public Attributes

const string TYPE = “type”
 New type for the credential.
 
const string AWS_ACCESS_KEY = “aws_access_key”
 A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
 
const string AWS_IAM_ROLE = “aws_iam_role”
 A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
 
const string AZURE_AD = “azure_ad”
 A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
 
const string AZURE_OAUTH = “azure_oauth”
 A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
 
const string AZURE_SAS = “azure_sas”
 A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
 
const string AZURE_STORAGE_KEY = “azure_storage_key”
 A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
 
const string DOCKER = “docker”
 A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
 
const string GCS_SERVICE_ACCOUNT_ID = “gcs_service_account_id”
 A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
 
const string GCS_SERVICE_ACCOUNT_KEYS = “gcs_service_account_keys”
 A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
 
const string HDFS = “hdfs”
 A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
 
const string KAFKA = “kafka”
 A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
 
const string IDENTITY = “identity”
 New user for the credential.
 
const string SECRET = “secret”
 New password for the credential.
 
const string SCHEMA_NAME = “schema_name”
 Updates the schema name.
 

Detailed Description

A set of string constants for the parameter AlterCredentialRequest.credential_updates_map.

Map containing the properties of the credential to be updated. Error if empty.

Definition at line 23 of file AlterCredential.cs.

Member Data Documentation

◆ AWS_ACCESS_KEY

const string kinetica.AlterCredentialRequest.CredentialUpdatesMap.AWS_ACCESS_KEY = “aws_access_key”
static

A constant for the AlterCredentialRequest.CredentialUpdatesMap options.

Definition at line 89 of file AlterCredential.cs.

◆ AWS_IAM_ROLE

const string kinetica.AlterCredentialRequest.CredentialUpdatesMap.AWS_IAM_ROLE = “aws_iam_role”
static

A constant for the AlterCredentialRequest.CredentialUpdatesMap options.

Definition at line 94 of file AlterCredential.cs.

◆ AZURE_AD

const string kinetica.AlterCredentialRequest.CredentialUpdatesMap.AZURE_AD = “azure_ad”
static

A constant for the AlterCredentialRequest.CredentialUpdatesMap options.

Definition at line 99 of file AlterCredential.cs.

◆ AZURE_OAUTH

const string kinetica.AlterCredentialRequest.CredentialUpdatesMap.AZURE_OAUTH = “azure_oauth”
static

A constant for the AlterCredentialRequest.CredentialUpdatesMap options.

Definition at line 104 of file AlterCredential.cs.

◆ AZURE_SAS

const string kinetica.AlterCredentialRequest.CredentialUpdatesMap.AZURE_SAS = “azure_sas”
static

A constant for the AlterCredentialRequest.CredentialUpdatesMap options.

Definition at line 109 of file AlterCredential.cs.

◆ AZURE_STORAGE_KEY

const string kinetica.AlterCredentialRequest.CredentialUpdatesMap.AZURE_STORAGE_KEY = “azure_storage_key”
static

A constant for the AlterCredentialRequest.CredentialUpdatesMap options.

Definition at line 114 of file AlterCredential.cs.

◆ DOCKER

const string kinetica.AlterCredentialRequest.CredentialUpdatesMap.DOCKER = “docker”
static

A constant for the AlterCredentialRequest.CredentialUpdatesMap options.

Definition at line 119 of file AlterCredential.cs.

◆ GCS_SERVICE_ACCOUNT_ID

const string kinetica.AlterCredentialRequest.CredentialUpdatesMap.GCS_SERVICE_ACCOUNT_ID = “gcs_service_account_id”
static

A constant for the AlterCredentialRequest.CredentialUpdatesMap options.

Definition at line 124 of file AlterCredential.cs.

◆ GCS_SERVICE_ACCOUNT_KEYS

const string kinetica.AlterCredentialRequest.CredentialUpdatesMap.GCS_SERVICE_ACCOUNT_KEYS = “gcs_service_account_keys”
static

A constant for the AlterCredentialRequest.CredentialUpdatesMap options.

Definition at line 129 of file AlterCredential.cs.

◆ HDFS

const string kinetica.AlterCredentialRequest.CredentialUpdatesMap.HDFS = “hdfs”
static

A constant for the AlterCredentialRequest.CredentialUpdatesMap options.

Definition at line 134 of file AlterCredential.cs.

◆ IDENTITY

const string kinetica.AlterCredentialRequest.CredentialUpdatesMap.IDENTITY = “identity”
static

New user for the credential.

Definition at line 142 of file AlterCredential.cs.

◆ KAFKA

const string kinetica.AlterCredentialRequest.CredentialUpdatesMap.KAFKA = “kafka”
static

A constant for the AlterCredentialRequest.CredentialUpdatesMap options.

Definition at line 139 of file AlterCredential.cs.

◆ SCHEMA_NAME

const string kinetica.AlterCredentialRequest.CredentialUpdatesMap.SCHEMA_NAME = “schema_name”
static

Updates the schema name.

If SCHEMA_NAME doesn’t exist, an error will be thrown. If SCHEMA_NAME is empty, then the user’s default schema will be used.

Definition at line 154 of file AlterCredential.cs.

◆ SECRET

const string kinetica.AlterCredentialRequest.CredentialUpdatesMap.SECRET = “secret”
static

New password for the credential.

Definition at line 145 of file AlterCredential.cs.

◆ TYPE

const string kinetica.AlterCredentialRequest.CredentialUpdatesMap.TYPE = “type”
static

The documentation for this struct was generated from the following files: