A set of parameters for Kinetica.alterCredential.
More...
|
| AlterCredentialRequest () |
| Constructs an AlterCredentialRequest object with default parameters. More...
|
|
| AlterCredentialRequest (string credential_name, IDictionary< string, string > credential_updates_map, IDictionary< string, string > options) |
| Constructs an AlterCredentialRequest object with the specified parameters. More...
|
|
| AlterCredentialRequest () |
| Constructs an AlterCredentialRequest object with default parameters. More...
|
|
| AlterCredentialRequest (string credential_name, IDictionary< string, string > credential_updates_map, IDictionary< string, string > options) |
| Constructs an AlterCredentialRequest object with the specified parameters. More...
|
|
| KineticaData (KineticaType type) |
| Constructor from Kinetica Type More...
|
|
| KineticaData (System.Type type=null) |
| Default constructor, with optional System.Type More...
|
|
object | Get (int fieldPos) |
| Retrieve a specific property from this object More...
|
|
void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object More...
|
|
| KineticaData (KineticaType type) |
| Constructor from Kinetica Type More...
|
|
| KineticaData (System.Type type=null) |
| Default constructor, with optional System.Type More...
|
|
object | Get (int fieldPos) |
| Retrieve a specific property from this object More...
|
|
void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object More...
|
|
A set of parameters for Kinetica.alterCredential.
Alter the properties of an existing credential.
Definition at line 17 of file AlterCredential.cs.
◆ AlterCredentialRequest() [1/4]
kinetica.AlterCredentialRequest.AlterCredentialRequest |
( |
| ) |
|
|
inline |
◆ AlterCredentialRequest() [2/4]
kinetica.AlterCredentialRequest.AlterCredentialRequest |
( |
string |
credential_name, |
|
|
IDictionary< string, string > |
credential_updates_map, |
|
|
IDictionary< string, string > |
options |
|
) |
| |
|
inline |
Constructs an AlterCredentialRequest object with the specified parameters.
- Parameters
-
credential_name | Name of the credential to be altered. Must be an existing credential. |
credential_updates_map | Map containing the properties of the credential to be updated. Error if empty.
-
TYPE: New type for the credential. Supported values:
-
IDENTITY: New user for the credential
-
SECRET: New password for the credential
-
SCHEMA_NAME: 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.
|
options | Optional parameters. |
Definition at line 304 of file AlterCredential.cs.
◆ AlterCredentialRequest() [3/4]
kinetica.AlterCredentialRequest.AlterCredentialRequest |
( |
| ) |
|
|
inline |
◆ AlterCredentialRequest() [4/4]
kinetica.AlterCredentialRequest.AlterCredentialRequest |
( |
string |
credential_name, |
|
|
IDictionary< string, string > |
credential_updates_map, |
|
|
IDictionary< string, string > |
options |
|
) |
| |
|
inline |
Constructs an AlterCredentialRequest object with the specified parameters.
- Parameters
-
credential_name | Name of the credential to be altered. Must be an existing credential. |
credential_updates_map | Map containing the properties of the credential to be updated. Error if empty.
-
TYPE: New type for the credential. Supported values:
-
IDENTITY: New user for the credential
-
SECRET: New password for the credential
-
SCHEMA_NAME: 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.
|
options | Optional parameters. |
Definition at line 304 of file AlterCredential.cs.
◆ credential_name
string kinetica.AlterCredentialRequest.credential_name |
|
getset |
Name of the credential to be altered.
Must be an existing credential.
Definition at line 113 of file AlterCredential.cs.
◆ credential_updates_map
IDictionary< string, string > kinetica.AlterCredentialRequest.credential_updates_map = new Dictionary<string, string>() |
|
getset |
Map containing the properties of the credential to be updated.
-
TYPE: New type for the credential. Supported values:
-
IDENTITY: New user for the credential
-
SECRET: New password for the credential
-
SCHEMA_NAME: 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 202 of file AlterCredential.cs.
◆ options
IDictionary< string, string > kinetica.AlterCredentialRequest.options = new Dictionary<string, string>() |
|
getset |
The documentation for this class was generated from the following file:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/AlterCredential.cs