A set of results returned by Kinetica.showSecurity. More…
Classes | |
| struct | Types |
| A set of string constants for the parameter ShowSecurityResponse.types. More… | |
Properties | |
| IDictionary< string, string > | types = new Dictionary<string, string>() [get, set] |
| Map of user/role name to the type of that user/role. | |
| IDictionary< string, IList< string > > | roles = new Dictionary<string, IList<string>>() [get, set] |
| Map of user/role name to a list of names of roles of which that user/role is a member. | |
| IDictionary< string, IList< IDictionary< string, string > > > | permissions = new Dictionary<string, IList<IDictionary<string, string>>>() [get, set] |
| Map of user/role name to a list of permissions directly granted to that user/role. | |
| IDictionary< string, string > | resource_groups = new Dictionary<string, string>() [get, set] |
| Map of user name to resource group name. | |
| IDictionary< string, string > | info = new Dictionary<string, string>() [get, set] |
| Additional information. | |
| Properties inherited from kinetica.KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class. | |
Additional Inherited Members | |
| 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. | |
| 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 results returned by Kinetica.showSecurity.
Definition at line 137 of file ShowSecurity.cs.
Property Documentation
◆ info
| getset |
Additional information.
Definition at line 194 of file ShowSecurity.cs.
◆ permissions
| getset |
Map of user/role name to a list of permissions directly granted to that user/role.
Definition at line 188 of file ShowSecurity.cs.
◆ resource_groups
| getset |
Map of user name to resource group name.
Definition at line 191 of file ShowSecurity.cs.
◆ roles
| getset |
Map of user/role name to a list of names of roles of which that user/role is a member.
Definition at line 184 of file ShowSecurity.cs.
◆ types
| getset |
Map of user/role name to the type of that user/role.
Valid values are:
- INTERNAL_USER: A user whose credentials are managed by the database system.
- EXTERNAL_USER: A user whose credentials are managed by an external LDAP.
- ROLE: A role.
Definition at line 180 of file ShowSecurity.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/ShowSecurity.cs
- Kinetica/Protocol/ShowSecurity.cs