Class NetworkZoneType
An enumeration of NetworkZoneType 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 NetworkZoneType : StringEnum, IComparable
Constructors
NetworkZoneType(String)
Creates a new NetworkZoneType instance.
Declaration
public NetworkZoneType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
Dynamic
The DYNAMIC NetworkZoneType.
Declaration
public static NetworkZoneType Dynamic
Field Value
Type | Description |
---|---|
NetworkZoneType |
Ip
The IP NetworkZoneType.
Declaration
public static NetworkZoneType Ip
Field Value
Type | Description |
---|---|
NetworkZoneType |
Operators
Implicit(String to NetworkZoneType)
Implicit operator declaration to accept and convert a string value as a NetworkZoneType
Declaration
public static implicit operator NetworkZoneType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
NetworkZoneType |
Implements
System.IComparable