Interface IPlatformPolicyRuleCondition
Represents a PlatformPolicyRuleCondition resource in the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IPlatformPolicyRuleCondition : IResource
Properties
Exclude
Declaration
IList<IPlatformConditionEvaluatorPlatform> Exclude { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IPlatformConditionEvaluatorPlatform> |
Include
Declaration
IList<IPlatformConditionEvaluatorPlatform> Include { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IPlatformConditionEvaluatorPlatform> |