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