Skip to main content

A set of string constants for the parameter RevokePermissionCredentialRequest.permission. More…

Static Public Attributes

const string CREDENTIAL_ADMIN = “credential_admin”
 Full read/write and administrative access on the credential.
 
const string CREDENTIAL_READ = “credential_read”
 Ability to read and use the credential.
 

Detailed Description

A set of string constants for the parameter RevokePermissionCredentialRequest.permission.

Permission to revoke from the user or role.

Definition at line 24 of file RevokePermissionCredential.cs.

Member Data Documentation

◆ CREDENTIAL_ADMIN

const string kinetica.RevokePermissionCredentialRequest.Permission.CREDENTIAL_ADMIN = “credential_admin”
static

Full read/write and administrative access on the credential.

Definition at line 28 of file RevokePermissionCredential.cs.

◆ CREDENTIAL_READ

const string kinetica.RevokePermissionCredentialRequest.Permission.CREDENTIAL_READ = “credential_read”
static

Ability to read and use the credential.

Definition at line 31 of file RevokePermissionCredential.cs.


The documentation for this struct was generated from the following files: