API version:
Show / Hide Table of Contents

Class NetworkZoneStatus

An enumeration of NetworkZoneStatus values in the Okta API.

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

Constructors

NetworkZoneStatus(String)

Creates a new NetworkZoneStatus instance.

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

The value to use.

Fields

Active

The ACTIVE NetworkZoneStatus.

Declaration
public static NetworkZoneStatus Active
Field Value
Type Description
NetworkZoneStatus

Inactive

The INACTIVE NetworkZoneStatus.

Declaration
public static NetworkZoneStatus Inactive
Field Value
Type Description
NetworkZoneStatus

Operators

Implicit(String to NetworkZoneStatus)

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

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

The value to use

Returns
Type Description
NetworkZoneStatus

Implements

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