Interface IPolicyNetworkCondition
Represents a PolicyNetworkCondition resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IPolicyNetworkCondition : IResource
Properties
Connection
Declaration
string Connection { get; set; }
Property Value
Type |
Description |
System.String |
|
Exclude
Declaration
IList<string> Exclude { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
Include
Declaration
IList<string> Include { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|