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