API version:
Show / Hide Table of Contents

Class RoleType

An enumeration of RoleType values in the Okta API.

Inheritance
System.Object
StringEnum
RoleType
Implements
System.IComparable
Inherited Members
StringEnum.Value
StringEnum.ToString()
StringEnum.Equals(Object)
StringEnum.GetHashCode()
StringEnum.CompareTo(Object)
StringEnum.Create<T>(String)
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
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.