Class GroupType
An enumeration of GroupType 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 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