Kinetica C# API
Version 7.0.19.0
|
Modification operation to be applied to the role. More...
Public Attributes | |
const string | SET_RESOURCE_GROUP = "set_resource_group" |
Sets the resource group for an internal role. More... | |
Modification operation to be applied to the role.
Supported values:
A set of string constants for the parameter action.
Definition at line 35 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 41 of file AlterRole.cs.