Class NetworkZone
Represents a resource in the Okta API.
Inheritance
System.Object
NetworkZone
Inherited Members
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()
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
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
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Proxies
Declaration
public IList<INetworkZoneAddress> Proxies { get; set; }
Property Value
ProxyType
Declaration
public string ProxyType { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public NetworkZoneStatus Status { get; set; }
Property Value
System
Declaration
public bool? System { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Type
Declaration
public NetworkZoneType Type { get; set; }
Property Value
Usage
Declaration
public NetworkZoneUsage Usage { get; set; }
Property Value
Methods
ActivateAsync(CancellationToken)
Declaration
public Task<INetworkZone> ActivateAsync(CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type |
Name |
Description |
System.Threading.CancellationToken |
cancellationToken |
|
Returns
DeactivateAsync(CancellationToken)
Declaration
public Task<INetworkZone> DeactivateAsync(CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type |
Name |
Description |
System.Threading.CancellationToken |
cancellationToken |
|
Returns
Implements