Kinetica   C#   API  Version 7.2.3.0
kinetica.GrantPermissionCredentialRequest.Permission Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ CREDENTIAL_ADMIN

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.

◆ CREDENTIAL_READ

const string kinetica.GrantPermissionCredentialRequest.Permission.CREDENTIAL_READ = "credential_read"

Ability to read and use the credential.

Definition at line 31 of file GrantPermissionCredential.cs.


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