Kinetica   C#   API  Version 7.2.3.0
kinetica.AlterRoleRequest.Action Struct Reference

A set of string constants for the parameter action. More...

Public Attributes

const string SET_COMMENT = "set_comment"
 Sets the comment for an internal role. More...
 
const string SET_RESOURCE_GROUP = "set_resource_group"
 Sets the resource group for an internal role. More...
 

Detailed Description

A set of string constants for the parameter action.

Modification operation to be applied to the role.

Definition at line 21 of file AlterRole.cs.

Member Data Documentation

◆ SET_COMMENT

const string kinetica.AlterRoleRequest.Action.SET_COMMENT = "set_comment"

Sets the comment for an internal role.

Definition at line 24 of file AlterRole.cs.

◆ SET_RESOURCE_GROUP

const string kinetica.AlterRoleRequest.Action.SET_RESOURCE_GROUP = "set_resource_group"

Sets the resource group for an internal role.

The resource group must exist, otherwise, an empty string assigns the role to the default resource group.

Definition at line 31 of file AlterRole.cs.


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