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
| static |
A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
Definition at line 89 of file AlterCredential.cs.
◆ AWS_IAM_ROLE
| static |
A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
Definition at line 94 of file AlterCredential.cs.
◆ AZURE_AD
| static |
A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
Definition at line 99 of file AlterCredential.cs.
◆ AZURE_OAUTH
| static |
A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
Definition at line 104 of file AlterCredential.cs.
◆ AZURE_SAS
| static |
A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
Definition at line 109 of file AlterCredential.cs.
◆ AZURE_STORAGE_KEY
| static |
A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
Definition at line 114 of file AlterCredential.cs.
◆ DOCKER
| static |
A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
Definition at line 119 of file AlterCredential.cs.
◆ GCS_SERVICE_ACCOUNT_ID
| static |
A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
Definition at line 124 of file AlterCredential.cs.
◆ GCS_SERVICE_ACCOUNT_KEYS
| static |
A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
Definition at line 129 of file AlterCredential.cs.
◆ HDFS
| static |
A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
Definition at line 134 of file AlterCredential.cs.
◆ IDENTITY
| static |
New user for the credential.
Definition at line 142 of file AlterCredential.cs.
◆ KAFKA
| static |
A constant for the AlterCredentialRequest.CredentialUpdatesMap options.
Definition at line 139 of file AlterCredential.cs.
◆ 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
| static |
New password for the credential.
Definition at line 145 of file AlterCredential.cs.
◆ TYPE
| static |
New type for the credential.
Supported values:
- AWS_ACCESS_KEY
- AWS_IAM_ROLE
- AZURE_AD
- AZURE_OAUTH
- AZURE_SAS
- AZURE_STORAGE_KEY
- DOCKER
- GCS_SERVICE_ACCOUNT_ID
- GCS_SERVICE_ACCOUNT_KEYS
- HDFS
- KAFKA
Definition at line 84 of file AlterCredential.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/AlterCredential.cs
- Kinetica/Protocol/AlterCredential.cs