Kinetica C# API
Version 7.2.3.0
|
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... | |
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.
const string kinetica.AlterRoleRequest.Action.SET_COMMENT = "set_comment" |
Sets the comment for an internal role.
Definition at line 24 of file AlterRole.cs.
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.