A set of parameters for Kinetica.grantPermissionSystem. More…
Classes | |
| struct | Permission |
| A set of string constants for the parameter GrantPermissionSystemRequest.permission. More… | |
Public Member Functions | |
| GrantPermissionSystemRequest () | |
| Constructs a GrantPermissionSystemRequest object with default parameters. | |
| GrantPermissionSystemRequest (string name, string permission, IDictionary< string, string > options=null) | |
| Constructs a GrantPermissionSystemRequest object with the specified parameters. | |
| GrantPermissionSystemRequest () | |
| Constructs a GrantPermissionSystemRequest object with default parameters. | |
| GrantPermissionSystemRequest (string name, string permission, IDictionary< string, string > options=null) | |
| Constructs a GrantPermissionSystemRequest 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 | name [get, set] |
| Name of the user or role to which the permission will be granted. | |
| string | permission [get, set] |
| Permission to grant to the user or role. | |
| 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.grantPermissionSystem.
Grants a system-level permission to a user or role.
Definition at line 16 of file GrantPermissionSystem.cs.
Constructor & Destructor Documentation
◆ GrantPermissionSystemRequest() [1/4]
| inline |
Constructs a GrantPermissionSystemRequest object with default parameters.
Definition at line 91 of file GrantPermissionSystem.cs.
◆ GrantPermissionSystemRequest() [2/4]
| inline |
Constructs a GrantPermissionSystemRequest object with the specified parameters.
| name | Name of the user or role to which the permission will be granted. Must be an existing user or role. |
| permission | Permission to grant to the user or role. Supported values:
|
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 136 of file GrantPermissionSystem.cs.
◆ GrantPermissionSystemRequest() [3/4]
| inline |
Constructs a GrantPermissionSystemRequest object with default parameters.
Definition at line 91 of file GrantPermissionSystem.cs.
◆ GrantPermissionSystemRequest() [4/4]
| inline |
Constructs a GrantPermissionSystemRequest object with the specified parameters.
| name | Name of the user or role to which the permission will be granted. Must be an existing user or role. |
| permission | Permission to grant to the user or role. Supported values:
|
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 136 of file GrantPermissionSystem.cs.
Property Documentation
◆ name
| getset |
Name of the user or role to which the permission will be granted.
Must be an existing user or role.
Definition at line 44 of file GrantPermissionSystem.cs.
◆ options
| getset |
Optional parameters.
The default value is an empty Dictionary.
Definition at line 87 of file GrantPermissionSystem.cs.
◆ permission
| getset |
Permission to grant to the user or role.
Supported values:
- SYSTEM_ADMIN: Full access to all data and system functions.
- SYSTEM_USER_ADMIN: Access to administer users and roles that do not have system_admin permission.
- SYSTEM_WRITE: Read and write access to all tables.
- SYSTEM_READ: Read-only access to all tables.
- SYSTEM_SEND_ALERT: Send system alerts.
Definition at line 82 of file GrantPermissionSystem.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/GrantPermissionSystem.cs
- Kinetica/Protocol/GrantPermissionSystem.cs