|
Kinetica C# API
Version 7.2.3.1
|
A set of string constants for the parameter permission. More...
Public Attributes | |
| const string | ADMIN = "admin" |
| Admin access on the given data source. More... | |
| const string | CONNECT = "connect" |
| Connect access on the given data source. More... | |
A set of string constants for the parameter permission.
Permission to revoke from the user or role.
Definition at line 23 of file RevokePermissionDatasource.cs.
| const string RevokePermissionDatasourceRequest.Permission.ADMIN = "admin" |
Admin access on the given data source.
Definition at line 26 of file RevokePermissionDatasource.cs.
| const string RevokePermissionDatasourceRequest.Permission.CONNECT = "connect" |
Connect access on the given data source.
Definition at line 29 of file RevokePermissionDatasource.cs.