API version:
Show / Hide Table of Contents

Interface INetworkZone

Represents a NetworkZone resource in the Okta API.

Inherited Members
IResource.Item[String]
IResource.GetArrayProperty<T>(String)
IResource.GetData()
IResource.SetProperty(String, Object)
IResource.GetProperty<T>(String)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface INetworkZone : IResource

Properties

Asns

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

Created

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

Gateways

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

Id

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

LastUpdated

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

Locations

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

Name

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

Proxies

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

ProxyType

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

Status

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

System

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

Type

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

Usage

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

Methods

ActivateAsync(CancellationToken)

Declaration
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
Task<INetworkZone> DeactivateAsync(CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type Name Description
System.Threading.CancellationToken cancellationToken
Returns
Type Description
System.Threading.Tasks.Task<INetworkZone>
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.