Skip to main content

◆ revokePermissionTable() [1/2]

RevokePermissionTableResponse kinetica.Kinetica.revokePermissionTable (RevokePermissionTableRequestrequest_)
inline

[DEPRECATED–please use revokePermission instead] Revokes a table-level permission from a user or role.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 58988 of file KineticaFunctions.cs.

◆ revokePermissionTable() [2/2]

RevokePermissionTableResponse kinetica.Kinetica.revokePermissionTable (stringname,
stringpermission,
stringtable_name,
IDictionary< string, string >options = null )
inline

[DEPRECATED–please use revokePermission instead] Revokes a table-level permission from a user or role.

Parameters
nameName of the user or role from which the permission will be revoked. Must be an existing user or role.
permissionPermission to revoke from the user or role. Supported values:
table_nameName 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.
optionsOptional parameters.
  • COLUMNS: Apply security to these columns, comma-separated. The default value is ”.
The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 59074 of file KineticaFunctions.cs.

◆ RevokePermissionTableAsync() [1/2]

async System.Threading.Tasks.Task< RevokePermissionTableResponse > kinetica.Kinetica.RevokePermissionTableAsync (RevokePermissionTableRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

[DEPRECATED–please use revokePermission instead] Revokes a table-level permission from a user or role.

(async)

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 59006 of file KineticaFunctions.cs.

◆ RevokePermissionTableAsync() [2/2]

async System.Threading.Tasks.Task< RevokePermissionTableResponse > kinetica.Kinetica.RevokePermissionTableAsync (stringname,
stringpermission,
stringtable_name,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

[DEPRECATED–please use revokePermission instead] Revokes a table-level permission from a user or role.

(async)

Parameters
nameName of the user or role from which the permission will be revoked. Must be an existing user or role.
permissionPermission to revoke from the user or role. Supported values:
table_nameName 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.
optionsOptional parameters.
  • COLUMNS: Apply security to these columns, comma-separated. The default value is ”.
The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 59146 of file KineticaFunctions.cs.