Skip to main content

◆ grantPermissionDatasource() [1/2]

GrantPermissionDatasourceResponse kinetica.Kinetica.grantPermissionDatasource (GrantPermissionDatasourceRequestrequest_)
inline

[DEPRECATED–please use grantPermission instead] Grants a data source permission to 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 42424 of file KineticaFunctions.cs.

◆ grantPermissionDatasource() [2/2]

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

[DEPRECATED–please use grantPermission instead] Grants a data source permission to a user or role.

Parameters
nameName of the user or role to which the permission will be granted. Must be an existing user or role.
permissionPermission to grant to 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 granted. Must be an existing data source, or an empty string to grant permission on all data sources.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 42483 of file KineticaFunctions.cs.

◆ GrantPermissionDatasourceAsync() [1/2]

async System.Threading.Tasks.Task< GrantPermissionDatasourceResponse > kinetica.Kinetica.GrantPermissionDatasourceAsync (GrantPermissionDatasourceRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

[DEPRECATED–please use grantPermission instead] Grants a data source permission to 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 42443 of file KineticaFunctions.cs.

◆ GrantPermissionDatasourceAsync() [2/2]

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

[DEPRECATED–please use grantPermission instead] Grants a data source permission to a user or role.

(async)

Parameters
nameName of the user or role to which the permission will be granted. Must be an existing user or role.
permissionPermission to grant to 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 granted. Must be an existing data source, or an empty string to grant permission on 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 42529 of file KineticaFunctions.cs.