Class RoleType
An enumeration of RoleType values in the Okta API.
Implements
System.IComparable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class RoleType : StringEnum, IComparable
Constructors
RoleType(String)
Creates a new RoleType instance.
Declaration
public RoleType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
ApiAccessManagementAdmin
The API_ACCESS_MANAGEMENT_ADMIN RoleType.
Declaration
public static RoleType ApiAccessManagementAdmin
Field Value
Type | Description |
---|---|
RoleType |
AppAdmin
The APP_ADMIN RoleType.
Declaration
public static RoleType AppAdmin
Field Value
Type | Description |
---|---|
RoleType |
HelpDeskAdmin
The HELP_DESK_ADMIN RoleType.
Declaration
public static RoleType HelpDeskAdmin
Field Value
Type | Description |
---|---|
RoleType |
MobileAdmin
The MOBILE_ADMIN RoleType.
Declaration
public static RoleType MobileAdmin
Field Value
Type | Description |
---|---|
RoleType |
OrgAdmin
The ORG_ADMIN RoleType.
Declaration
public static RoleType OrgAdmin
Field Value
Type | Description |
---|---|
RoleType |
ReadOnlyAdmin
The READ_ONLY_ADMIN RoleType.
Declaration
public static RoleType ReadOnlyAdmin
Field Value
Type | Description |
---|---|
RoleType |
ReportAdmin
The REPORT_ADMIN RoleType.
Declaration
public static RoleType ReportAdmin
Field Value
Type | Description |
---|---|
RoleType |
SuperAdmin
The SUPER_ADMIN RoleType.
Declaration
public static RoleType SuperAdmin
Field Value
Type | Description |
---|---|
RoleType |
UserAdmin
The USER_ADMIN RoleType.
Declaration
public static RoleType UserAdmin
Field Value
Type | Description |
---|---|
RoleType |
Operators
Implicit(String to RoleType)
Implicit operator declaration to accept and convert a string value as a RoleType
Declaration
public static implicit operator RoleType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
RoleType |
Implements
System.IComparable