共用方式為


ElevationLevel Enum

Definition

Defines values for ElevationLevel.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ElevationLevel
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ElevationLevel = 
Public Enum ElevationLevel
Inheritance
ElevationLevel
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Admin 1

The user is a user with elevated access and operates with full Administrator permissions.

NonAdmin 0

The user is a standard user without elevated access.

Applies to