|
VMware vSphere Automation SDK for .NET 6.5.0
|
User.UserRole enumerated type Defines user roles for appliance
More...
Public Types | |
| enum | Values { _UNKNOWN, admin, operator_, superAdmin } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static UserRole[] | GetValues () |
| static UserRole | ValueOf (string name) |
Static Public Attributes | |
| static readonly UserRole | admin = new UserRole("admin", Values.admin) |
| Able to configure the appliance. | |
| static readonly UserRole | operator_ = new UserRole("operator_", Values.operator_) |
| Able to read the appliance configuration. | |
| static readonly UserRole | superAdmin = new UserRole("superAdmin", Values.superAdmin) |
| Able to configure the appliance, manage local accounts and use the BASH shell. | |
User.UserRole enumerated type Defines user roles for appliance
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
| Values vmware::appliance::techpreview::localaccounts::UserTypes::UserRole::GetEnumValue | ( | ) | [inline] |
| static UserRole [] vmware::appliance::techpreview::localaccounts::UserTypes::UserRole::GetValues | ( | ) | [inline, static] |
| bool vmware::appliance::techpreview::localaccounts::UserTypes::UserRole::IsUnknown | ( | ) | [inline] |
| static UserRole vmware::appliance::techpreview::localaccounts::UserTypes::UserRole::ValueOf | ( | string | name | ) | [inline, static] |
readonly UserRole vmware::appliance::techpreview::localaccounts::UserTypes::UserRole::admin = new UserRole("admin", Values.admin) [static] |
Able to configure the appliance.
readonly UserRole vmware::appliance::techpreview::localaccounts::UserTypes::UserRole::operator_ = new UserRole("operator_", Values.operator_) [static] |
Able to read the appliance configuration.
readonly UserRole vmware::appliance::techpreview::localaccounts::UserTypes::UserRole::superAdmin = new UserRole("superAdmin", Values.superAdmin) [static] |
Able to configure the appliance, manage local accounts and use the BASH shell.