Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.CreateCredentialRequest Class Reference

A set of parameters for Kinetica.createCredential(string,string,string,string,IDictionary{string, string}). More...

+ Inheritance diagram for kinetica.CreateCredentialRequest:
+ Collaboration diagram for kinetica.CreateCredentialRequest:

Classes

struct  Type
 Type of the credential to be created. More...
 

Public Member Functions

 CreateCredentialRequest ()
 Constructs a CreateCredentialRequest object with default parameters. More...
 
 CreateCredentialRequest (string credential_name, string type, string identity, string secret, IDictionary< string, string > options=null)
 Constructs a CreateCredentialRequest object with the specified parameters. More...
 
- Public Member Functions inherited from kinetica.KineticaData
 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...
 

Properties

string credential_name [get, set]
 Name of the credential to be created. More...
 
string type [get, set]
 Type of the credential to be created. More...
 
string identity [get, set]
 User of the credential to be created. More...
 
string secret [get, set]
 Password of the credential to be created. More...
 
IDictionary< string, string > options [get, set]
 Optional parameters. More...
 
- Properties inherited from kinetica.KineticaData
Schema Schema [get]
 Avro Schema for this class More...
 

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. More...
 

Detailed Description

A set of parameters for Kinetica.createCredential(string,string,string,string,IDictionary{string, string}).


Create a new credential.

Definition at line 20 of file CreateCredential.cs.

Constructor & Destructor Documentation

kinetica.CreateCredentialRequest.CreateCredentialRequest ( )
inline

Constructs a CreateCredentialRequest object with default parameters.

Definition at line 175 of file CreateCredential.cs.

kinetica.CreateCredentialRequest.CreateCredentialRequest ( string  credential_name,
string  type,
string  identity,
string  secret,
IDictionary< string, string >  options = null 
)
inline

Constructs a CreateCredentialRequest object with the specified parameters.

Parameters
credential_nameName of the credential to be created. Must contain only letters, digits, and underscores, and cannot begin with a digit. Must not match an existing credential name.
typeType of the credential to be created. Supported values:
identityUser of the credential to be created.
secretPassword of the credential to be created.
optionsOptional parameters. The default value is an empty Dictionary.

Definition at line 247 of file CreateCredential.cs.

Property Documentation

string kinetica.CreateCredentialRequest.credential_name
getset

Name of the credential to be created.

Must contain only letters, digits, and underscores, and cannot begin with a digit. Must not match an existing credential name.

Definition at line 102 of file CreateCredential.cs.

string kinetica.CreateCredentialRequest.identity
getset

User of the credential to be created.

Definition at line 163 of file CreateCredential.cs.

IDictionary<string, string> kinetica.CreateCredentialRequest.options
getset

Optional parameters.

The default value is an empty Dictionary.

Definition at line 170 of file CreateCredential.cs.

string kinetica.CreateCredentialRequest.secret
getset

Password of the credential to be created.

Definition at line 166 of file CreateCredential.cs.

string kinetica.CreateCredentialRequest.type
getset

The documentation for this class was generated from the following file: