API version:
Show / Hide Table of Contents

Class NetworkZone

Represents a resource in the Okta API.

Inheritance
System.Object
Resource
NetworkZone
Implements
INetworkZone
IResource
Inherited Members
Resource.GetClient()
Resource.GetData()
Resource.Item[String]
Resource.GetProperty<T>(String)
Resource.SetProperty(String, Object)
Resource.GetStringProperty(String)
Resource.GetBooleanProperty(String)
Resource.GetIntegerProperty(String)
Resource.GetLongProperty(String)
Resource.GetDoubleProperty(String)
Resource.GetDateTimeProperty(String)
Resource.GetArrayProperty<T>(String)
Resource.GetEnumProperty<TEnum>(String)
Resource.GetResourceProperty<T>(String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class NetworkZone : Resource, INetworkZone, IResource

Properties

Asns

Declaration
public IList<string> Asns { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Created

Declaration
public DateTimeOffset? Created { get; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

Gateways

Declaration
public IList<INetworkZoneAddress> Gateways { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<INetworkZoneAddress>

Id

Declaration
public string Id { get; }
Property Value
Type Description
System.String

LastUpdated

Declaration
public DateTimeOffset? LastUpdated { get; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

Locations

Declaration
public IList<INetworkZoneLocation> Locations { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<INetworkZoneLocation>

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Proxies

Declaration
public IList<INetworkZoneAddress> Proxies { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<INetworkZoneAddress>

ProxyType

Declaration
public string ProxyType { get; set; }
Property Value
Type Description
System.String

Status

Declaration
public NetworkZoneStatus Status { get; set; }
Property Value
Type Description
NetworkZoneStatus

System

Declaration
public bool? System { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Type

Declaration
public NetworkZoneType Type { get; set; }
Property Value
Type Description
NetworkZoneType

Usage

Declaration
public NetworkZoneUsage Usage { get; set; }
Property Value
Type Description
NetworkZoneUsage

Methods

ActivateAsync(CancellationToken)

Declaration
public Task<INetworkZone> ActivateAsync(CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type Name Description
System.Threading.CancellationToken cancellationToken
Returns
Type Description
System.Threading.Tasks.Task<INetworkZone>

DeactivateAsync(CancellationToken)

Declaration
public Task<INetworkZone> DeactivateAsync(CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type Name Description
System.Threading.CancellationToken cancellationToken
Returns
Type Description
System.Threading.Tasks.Task<INetworkZone>

Implements

INetworkZone
IResource
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.