A set of parameters for Kinetica.revokePermission. More…
Classes | |
| struct | ObjectType |
| A set of string constants for the parameter RevokePermissionRequest.object_type. More… | |
| struct | Options |
| A set of string constants for the parameter RevokePermissionRequest.options. More… | |
| struct | Permission |
| A set of string constants for the parameter RevokePermissionRequest.permission. More… | |
Public Member Functions | |
| RevokePermissionRequest () | |
| Constructs a RevokePermissionRequest object with default parameters. | |
| RevokePermissionRequest (string principal, string _object, string object_type, string permission, IDictionary< string, string > options=null) | |
| Constructs a RevokePermissionRequest object with the specified parameters. | |
| RevokePermissionRequest () | |
| Constructs a RevokePermissionRequest object with default parameters. | |
| RevokePermissionRequest (string principal, string _object, string object_type, string permission, IDictionary< string, string > options=null) | |
| Constructs a RevokePermissionRequest 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 | principal = "" [get, set] |
| Name of the user or role for which the permission is being revoked. | |
| string | _object [get, set] |
| Name of object permission is being revoked from. | |
| string | object_type [get, set] |
| The type of object being revoked. | |
| string | permission [get, set] |
| Permission being revoked. | |
| 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.revokePermission.
Revoke user or role the specified permission on the specified object.
Definition at line 16 of file RevokePermission.cs.
Constructor & Destructor Documentation
◆ RevokePermissionRequest() [1/4]
| inline |
Constructs a RevokePermissionRequest object with default parameters.
Definition at line 314 of file RevokePermission.cs.
◆ RevokePermissionRequest() [2/4]
| inline |
Constructs a RevokePermissionRequest object with the specified parameters.
| principal | Name of the user or role for which the permission is being revoked. Must be an existing user or role. The default value is ”. |
| _object | Name of object permission is being revoked from. It is recommended to use a fully-qualified name when possible. |
| object_type | The type of object being revoked. Supported values:
|
| permission | Permission being revoked. Supported values:
|
| options | Optional parameters.
|
Definition at line 500 of file RevokePermission.cs.
◆ RevokePermissionRequest() [3/4]
| inline |
Constructs a RevokePermissionRequest object with default parameters.
Definition at line 314 of file RevokePermission.cs.
◆ RevokePermissionRequest() [4/4]
| inline |
Constructs a RevokePermissionRequest object with the specified parameters.
| principal | Name of the user or role for which the permission is being revoked. Must be an existing user or role. The default value is ”. |
| _object | Name of object permission is being revoked from. It is recommended to use a fully-qualified name when possible. |
| object_type | The type of object being revoked. Supported values:
|
| permission | Permission being revoked. Supported values:
|
| options | Optional parameters.
|
Definition at line 500 of file RevokePermission.cs.
Property Documentation
◆ _object
| getset |
Name of object permission is being revoked from.
It is recommended to use a fully-qualified name when possible.
Definition at line 128 of file RevokePermission.cs.
◆ object_type
| getset |
The type of object being revoked.
Supported values:
- CATALOG: Catalog
- CONTEXT: Context
- CREDENTIAL: Credential
- DATASINK: Data Sink
- DATASOURCE: Data Source
- DIRECTORY: KIFS File Directory
- GRAPH: A Graph object
- PROC: UDF Procedure
- SCHEMA: Schema
- SQL_PROC: SQL Procedure
- SYSTEM: System-level access
- TABLE: Database Table
- TABLE_MONITOR: Table monitor
Definition at line 212 of file RevokePermission.cs.
◆ options
| getset |
Optional parameters.
- COLUMNS: Revoke table security from these columns, comma-separated. The default value is ”.
The default value is an empty Dictionary.
Definition at line 310 of file RevokePermission.cs.
◆ permission
| getset |
Permission being revoked.
Supported values:
- ADMIN: Full read/write and administrative access on the object.
- CONNECT: Connect access on the given data source or data sink.
- CREATE: Ability to create new objects of this type.
- DELETE: Delete rows from tables.
- EXECUTE: Ability to Execute the Procedure object.
- INSERT: Insert access to tables.
- MONITOR: Monitor logs and statistics.
- READ: Ability to read, list and use the object.
- SEND_ALERT: Ability to send system alerts.
- UPDATE: Update access to the table.
- USER_ADMIN: Access to administer users and roles that do not have system_admin permission.
- WRITE: Access to write, change and delete objects.
Definition at line 297 of file RevokePermission.cs.
◆ principal
| getset |
Name of the user or role for which the permission is being revoked.
Must be an existing user or role. The default value is ”.
Definition at line 123 of file RevokePermission.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/RevokePermission.cs
- Kinetica/Protocol/RevokePermission.cs