Kinetica C# API
Version 7.1.10.0
|
Permission to revoke from the user or role. 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... | |
Permission to revoke from the user or role.
Supported values:
A set of string constants for the parameter permission.
Definition at line 43 of file RevokePermissionCredential.cs.
const string kinetica.RevokePermissionCredentialRequest.Permission.CREDENTIAL_ADMIN = "credential_admin" |
Full read/write and administrative access on the credential.
Definition at line 48 of file RevokePermissionCredential.cs.
const string kinetica.RevokePermissionCredentialRequest.Permission.CREDENTIAL_READ = "credential_read" |
Ability to read and use the credential.
Definition at line 51 of file RevokePermissionCredential.cs.