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