Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter permission. More...
Public Attributes | |
const string | CREDENTIAL_ADMIN = "credential_admin" |
Full read/write and administrative access on the credential. More... | |
const string | CREDENTIAL_READ = "credential_read" |
Ability to read and use the credential. More... | |
A set of string constants for the parameter permission.
Permission to grant to the user or role.
Definition at line 24 of file GrantPermissionCredential.cs.
const string kinetica.GrantPermissionCredentialRequest.Permission.CREDENTIAL_ADMIN = "credential_admin" |
Full read/write and administrative access on the credential.
Definition at line 28 of file GrantPermissionCredential.cs.
const string kinetica.GrantPermissionCredentialRequest.Permission.CREDENTIAL_READ = "credential_read" |
Ability to read and use the credential.
Definition at line 31 of file GrantPermissionCredential.cs.