API version:
Show / Hide Table of Contents

Class GroupRuleStatus

An enumeration of GroupRuleStatus values in the Okta API.

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

Constructors

GroupRuleStatus(String)

Creates a new GroupRuleStatus instance.

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

The value to use.

Fields

Active

The ACTIVE GroupRuleStatus.

Declaration
public static GroupRuleStatus Active
Field Value
Type Description
GroupRuleStatus

Inactive

The INACTIVE GroupRuleStatus.

Declaration
public static GroupRuleStatus Inactive
Field Value
Type Description
GroupRuleStatus

Invalid

The INVALID GroupRuleStatus.

Declaration
public static GroupRuleStatus Invalid
Field Value
Type Description
GroupRuleStatus

Operators

Implicit(String to GroupRuleStatus)

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

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

The value to use

Returns
Type Description
GroupRuleStatus

Implements

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