Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.AlterRoleRequest.Action Struct Reference

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

Detailed Description

Modification operation to be applied to the role.

Supported values:

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

A set of string constants for the parameter action.

Definition at line 35 of file AlterRole.cs.

Member Data Documentation

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.


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