A set of parameters for Kinetica.alterCredential. More…
Classes | |
| struct | CredentialUpdatesMap |
| A set of string constants for the parameter AlterCredentialRequest.credential_updates_map. More… | |
Public Member Functions | |
| AlterCredentialRequest () | |
| Constructs an AlterCredentialRequest object with default parameters. | |
| AlterCredentialRequest (string credential_name, IDictionary< string, string > credential_updates_map, IDictionary< string, string > options) | |
| Constructs an AlterCredentialRequest object with the specified parameters. | |
| AlterCredentialRequest () | |
| Constructs an AlterCredentialRequest object with default parameters. | |
| AlterCredentialRequest (string credential_name, IDictionary< string, string > credential_updates_map, IDictionary< string, string > options) | |
| Constructs an AlterCredentialRequest object with the specified parameters. | |
| Public Member Functions inherited from kinetica.KineticaData | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
Properties | |
| string | credential_name [get, set] |
| Name of the credential to be altered. | |
| IDictionary< string, string > | credential_updates_map = new Dictionary<string, string>() [get, set] |
| Map containing the properties of the credential to be updated. | |
| IDictionary< string, string > | options = new Dictionary<string, string>() [get, set] |
| Optional parameters. | |
| Properties inherited from kinetica.KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from kinetica.KineticaData | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. | |
Detailed Description
A set of parameters for Kinetica.alterCredential.
Alter the properties of an existing credential.
Definition at line 17 of file AlterCredential.cs.
Constructor & Destructor Documentation
◆ AlterCredentialRequest() [1/4]
| inline |
Constructs an AlterCredentialRequest object with default parameters.
Definition at line 260 of file AlterCredential.cs.
◆ AlterCredentialRequest() [2/4]
| inline |
Constructs an AlterCredentialRequest object with the specified 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.
|
| options | Optional parameters. |
Definition at line 359 of file AlterCredential.cs.
◆ AlterCredentialRequest() [3/4]
| inline |
Constructs an AlterCredentialRequest object with default parameters.
Definition at line 260 of file AlterCredential.cs.
◆ AlterCredentialRequest() [4/4]
| inline |
Constructs an AlterCredentialRequest object with the specified 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.
|
| options | Optional parameters. |
Definition at line 359 of file AlterCredential.cs.
Property Documentation
◆ credential_name
| getset |
Name of the credential to be altered.
Must be an existing credential.
Definition at line 159 of file AlterCredential.cs.
◆ credential_updates_map
| getset |
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.
Definition at line 253 of file AlterCredential.cs.
◆ options
| getset |
Optional parameters.
Definition at line 256 of file AlterCredential.cs.
The documentation for this class 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