Interface IPolicyRuleConditions
Represents a PolicyRuleConditions resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IPolicyRuleConditions : IResource
Properties
App
Declaration
IAppAndInstancePolicyRuleCondition App { get; set; }
Property Value
Apps
Declaration
IAppInstancePolicyRuleCondition Apps { get; set; }
Property Value
AuthContext
Declaration
IPolicyRuleAuthContextCondition AuthContext { get; set; }
Property Value
AuthProvider
Declaration
IPasswordPolicyAuthenticationProviderCondition AuthProvider { get; set; }
Property Value
BeforeScheduledAction
Declaration
IBeforeScheduledActionPolicyRuleCondition BeforeScheduledAction { get; set; }
Property Value
Clients
Declaration
IClientPolicyCondition Clients { get; set; }
Property Value
Context
Declaration
IContextPolicyRuleCondition Context { get; set; }
Property Value
Device
Declaration
IDevicePolicyRuleCondition Device { get; set; }
Property Value
GrantTypes
Declaration
IGrantTypePolicyRuleCondition GrantTypes { get; set; }
Property Value
Groups
Declaration
IGroupPolicyRuleCondition Groups { get; set; }
Property Value
IdentityProvider
Declaration
IIdentityProviderPolicyRuleCondition IdentityProvider { get; set; }
Property Value
MdmEnrollment
Declaration
IMDMEnrollmentPolicyRuleCondition MdmEnrollment { get; set; }
Property Value
Network
Declaration
IPolicyNetworkCondition Network { get; set; }
Property Value
People
Declaration
IPolicyPeopleCondition People { get; set; }
Property Value
Declaration
IPlatformPolicyRuleCondition Platform { get; set; }
Property Value
Risk
Declaration
IRiskPolicyRuleCondition Risk { get; set; }
Property Value
RiskScore
Declaration
IRiskScorePolicyRuleCondition RiskScore { get; set; }
Property Value
Scopes
Declaration
IOAuth2ScopesMediationPolicyRuleCondition Scopes { get; set; }
Property Value
UserIdentifier
Declaration
IUserIdentifierPolicyRuleCondition UserIdentifier { get; set; }
Property Value
Users
Declaration
IUserPolicyRuleCondition Users { get; set; }
Property Value
UserStatus
Declaration
IUserStatusPolicyRuleCondition UserStatus { get; set; }
Property Value