API version:
Show / Hide Table of Contents

Class GroupType

An enumeration of GroupType values in the Okta API.

Inheritance
System.Object
StringEnum
GroupType
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 GroupType : StringEnum, IComparable

Constructors

GroupType(String)

Creates a new GroupType instance.

Declaration
public GroupType(string value)
Parameters
Type Name Description
System.String value

The value to use.

Fields

AppGroup

The APP_GROUP GroupType.

Declaration
public static GroupType AppGroup
Field Value
Type Description
GroupType

BuiltIn

The BUILT_IN GroupType.

Declaration
public static GroupType BuiltIn
Field Value
Type Description
GroupType

OktaGroup

The OKTA_GROUP GroupType.

Declaration
public static GroupType OktaGroup
Field Value
Type Description
GroupType

Operators

Implicit(String to GroupType)

Implicit operator declaration to accept and convert a string value as a GroupType

Declaration
public static implicit operator GroupType(string value)
Parameters
Type Name Description
System.String value

The value to use

Returns
Type Description
GroupType

Implements

System.IComparable
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.