Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
ShowCredential.cs
Go to the documentation of this file.
1 /*
2  * This file was autogenerated by the Kinetica schema processor.
3  *
4  * DO NOT EDIT DIRECTLY.
5  */
6 
7 using System.Collections.Generic;
8 
9 
10 
11 namespace kinetica
12 {
13 
22  {
23 
28  public string credential_name { get; set; }
29 
32  public IDictionary<string, string> options { get; set; } = new Dictionary<string, string>();
33 
34 
37  public ShowCredentialRequest() { }
38 
50  IDictionary<string, string> options = null)
51  {
52  this.credential_name = credential_name ?? "";
53  this.options = options ?? new Dictionary<string, string>();
54  } // end constructor
55 
56  } // end class ShowCredentialRequest
57 
58 
59 
64  {
65 
67  public IList<string> credential_names { get; set; } = new List<string>();
68 
70  public IList<string> credential_types { get; set; } = new List<string>();
71 
73  public IList<string> credential_identities { get; set; } = new List<string>();
74 
77  public IList<string> credentials { get; set; } = new List<string>();
78 
81  public IList<IDictionary<string, string>> additional_info { get; set; } = new List<IDictionary<string, string>>();
82 
84  public IDictionary<string, string> info { get; set; } = new Dictionary<string, string>();
85 
86  } // end class ShowCredentialResponse
87 
88 
89 
90 
91 } // end namespace kinetica
IDictionary< string, string > options
Optional parameters.
A set of parameters for Kinetica.showCredential(string,IDictionary{string, string}).
IList< string > credential_names
A list of all credential names.
ShowCredentialRequest()
Constructs a ShowCredentialRequest object with default parameters.
IList< string > credential_types
A list of each credential&#39;s type.
IDictionary< string, string > info
Additional information.
IList< string > credentials
A list of each credential&#39;s create_credential_request JSON encoded structure.
string credential_name
Name of the credential on which to retrieve information.
A set of results returned by Kinetica.showCredential(string,IDictionary{string, string}).
IList< string > credential_identities
A list of each credential&#39;s identity.
KineticaData - class to help with Avro Encoding for Kinetica
Definition: KineticaData.cs:14
ShowCredentialRequest(string credential_name, IDictionary< string, string > options=null)
Constructs a ShowCredentialRequest object with the specified parameters.
IList< IDictionary< string, string > > additional_info
Additional information about the respective credential in &lt;member name=&quot;credential_names&quot;&gt;.