A set of parameters for Kinetica.showSecurity. More…
Classes | |
| struct | Options |
| A set of string constants for the parameter ShowSecurityRequest.options. More… | |
Public Member Functions | |
| ShowSecurityRequest () | |
| Constructs a ShowSecurityRequest object with default parameters. | |
| ShowSecurityRequest (IList< string > names, IDictionary< string, string > options=null) | |
| Constructs a ShowSecurityRequest object with the specified parameters. | |
| ShowSecurityRequest () | |
| Constructs a ShowSecurityRequest object with default parameters. | |
| ShowSecurityRequest (IList< string > names, IDictionary< string, string > options=null) | |
| Constructs a ShowSecurityRequest 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 | |
| IList< string > | names = new List<string>() [get, set] |
| A list of names of users and/or roles about which security information is requested. | |
| 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.showSecurity.
Shows security information relating to users and/or roles. If the caller is not a system administrator, only information relating to the caller and their roles is returned.
Definition at line 17 of file ShowSecurity.cs.
Constructor & Destructor Documentation
◆ ShowSecurityRequest() [1/4]
| inline |
Constructs a ShowSecurityRequest object with default parameters.
Definition at line 90 of file ShowSecurity.cs.
◆ ShowSecurityRequest() [2/4]
| inline |
Constructs a ShowSecurityRequest object with the specified parameters.
| names | A list of names of users and/or roles about which security information is requested. If none are provided, information about all users and roles will be returned. |
| options | Optional parameters.
|
Definition at line 126 of file ShowSecurity.cs.
◆ ShowSecurityRequest() [3/4]
| inline |
Constructs a ShowSecurityRequest object with default parameters.
Definition at line 90 of file ShowSecurity.cs.
◆ ShowSecurityRequest() [4/4]
| inline |
Constructs a ShowSecurityRequest object with the specified parameters.
| names | A list of names of users and/or roles about which security information is requested. If none are provided, information about all users and roles will be returned. |
| options | Optional parameters.
|
Definition at line 126 of file ShowSecurity.cs.
Property Documentation
◆ names
| getset |
A list of names of users and/or roles about which security information is requested.
If none are provided, information about all users and roles will be returned.
Definition at line 56 of file ShowSecurity.cs.
◆ options
| getset |
Optional parameters.
- SHOW_CURRENT_USER: If TRUE, returns only security information for the current user. Supported values:The default value is FALSE.
The default value is an empty Dictionary.
Definition at line 86 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