A set of parameters for Kinetica.revokePermissionTable. More…
Classes | |
| struct | Options |
| A set of string constants for the parameter RevokePermissionTableRequest.options. More… | |
| struct | Permission |
| A set of string constants for the parameter RevokePermissionTableRequest.permission. More… | |
Public Member Functions | |
| RevokePermissionTableRequest () | |
| Constructs a RevokePermissionTableRequest object with default parameters. | |
| RevokePermissionTableRequest (string name, string permission, string table_name, IDictionary< string, string > options=null) | |
| Constructs a RevokePermissionTableRequest object with the specified parameters. | |
| RevokePermissionTableRequest () | |
| Constructs a RevokePermissionTableRequest object with default parameters. | |
| RevokePermissionTableRequest (string name, string permission, string table_name, IDictionary< string, string > options=null) | |
| Constructs a RevokePermissionTableRequest 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 from which the permission will be revoked. | |
| string | permission [get, set] |
| Permission to revoke from the user or role. | |
| string | table_name [get, set] |
| Name of the table to which the permission grants access, in [schema_name. | |
| 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.revokePermissionTable.
Revokes a table-level permission from a user or role.
Definition at line 16 of file RevokePermissionTable.cs.
Constructor & Destructor Documentation
◆ RevokePermissionTableRequest() [1/4]
| inline |
Constructs a RevokePermissionTableRequest object with default parameters.
Definition at line 117 of file RevokePermissionTable.cs.
◆ RevokePermissionTableRequest() [2/4]
| inline |
Constructs a RevokePermissionTableRequest object with the specified parameters.
| name | Name of the user or role from which the permission will be revoked. Must be an existing user or role. |
| permission | Permission to revoke from the user or role. Supported values:
|
| table_name | Name of the table to which the permission grants access, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table, view or schema. |
| options | Optional parameters.
|
Definition at line 175 of file RevokePermissionTable.cs.
◆ RevokePermissionTableRequest() [3/4]
| inline |
Constructs a RevokePermissionTableRequest object with default parameters.
Definition at line 117 of file RevokePermissionTable.cs.
◆ RevokePermissionTableRequest() [4/4]
| inline |
Constructs a RevokePermissionTableRequest object with the specified parameters.
| name | Name of the user or role from which the permission will be revoked. Must be an existing user or role. |
| permission | Permission to revoke from the user or role. Supported values:
|
| table_name | Name of the table to which the permission grants access, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table, view or schema. |
| options | Optional parameters.
|
Definition at line 175 of file RevokePermissionTable.cs.
Property Documentation
◆ name
| getset |
Name of the user or role from which the permission will be revoked.
Must be an existing user or role.
Definition at line 55 of file RevokePermissionTable.cs.
◆ options
| getset |
Optional parameters.
- COLUMNS: Apply security to these columns, comma-separated. The default value is ”.
The default value is an empty Dictionary.
Definition at line 113 of file RevokePermissionTable.cs.
◆ permission
| getset |
Permission to revoke from the user or role.
Supported values:
- TABLE_ADMIN: Full read/write and administrative access to the table.
- TABLE_INSERT: Insert access to the table.
- TABLE_UPDATE: Update access to the table.
- TABLE_DELETE: Delete access to the table.
- TABLE_READ: Read access to the table.
Definition at line 92 of file RevokePermissionTable.cs.
◆ table_name
| getset |
Name of the table to which the permission grants access, in [schema_name.
]table_name format, using standard name resolution rules.
Must be an existing table, view or schema.
Definition at line 100 of file RevokePermissionTable.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/RevokePermissionTable.cs
- Kinetica/Protocol/RevokePermissionTable.cs