Skip to main content

◆ revokePermissionDatasource() [1/2]

RevokePermissionDatasourceResponse kinetica.Kinetica.revokePermissionDatasource (RevokePermissionDatasourceRequestrequest_)
inline

[DEPRECATED–please use revokePermission instead] Revokes a data source 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 58464 of file KineticaFunctions.cs.

◆ revokePermissionDatasource() [2/2]

RevokePermissionDatasourceResponse kinetica.Kinetica.revokePermissionDatasource (stringname,
stringpermission,
stringdatasource_name,
IDictionary< string, string >options = null )
inline

[DEPRECATED–please use revokePermission instead] Revokes a data source 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:
  • ADMIN: Admin access on the given data source.
  • CONNECT: Connect access on the given data source.
datasource_nameName of the data source on which the permission will be revoked. Must be an existing data source, or an empty string to revoke permission from all data sources.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 58523 of file KineticaFunctions.cs.

◆ RevokePermissionDatasourceAsync() [1/2]

async System.Threading.Tasks.Task< RevokePermissionDatasourceResponse > kinetica.Kinetica.RevokePermissionDatasourceAsync (RevokePermissionDatasourceRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

[DEPRECATED–please use revokePermission instead] Revokes a data source 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 58483 of file KineticaFunctions.cs.

◆ RevokePermissionDatasourceAsync() [2/2]

async System.Threading.Tasks.Task< RevokePermissionDatasourceResponse > kinetica.Kinetica.RevokePermissionDatasourceAsync (stringname,
stringpermission,
stringdatasource_name,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

[DEPRECATED–please use revokePermission instead] Revokes a data source 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:
  • ADMIN: Admin access on the given data source.
  • CONNECT: Connect access on the given data source.
datasource_nameName of the data source on which the permission will be revoked. Must be an existing data source, or an empty string to revoke permission from all data sources.
optionsOptional parameters. 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 58569 of file KineticaFunctions.cs.