Class PolicyRuleConditions
Represents a resource in the Okta API.
Inheritance
System.Object
PolicyRuleConditions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Okta.Sdk.dll
Syntax
public class PolicyRuleConditions : Resource, IPolicyRuleConditions, IResource
Properties
App
Declaration
public IAppAndInstancePolicyRuleCondition App { get; set; }
Property Value
Apps
Declaration
public IAppInstancePolicyRuleCondition Apps { get; set; }
Property Value
AuthContext
Declaration
public IPolicyRuleAuthContextCondition AuthContext { get; set; }
Property Value
AuthProvider
Declaration
public IPasswordPolicyAuthenticationProviderCondition AuthProvider { get; set; }
Property Value
BeforeScheduledAction
Declaration
public IBeforeScheduledActionPolicyRuleCondition BeforeScheduledAction { get; set; }
Property Value
Clients
Declaration
public IClientPolicyCondition Clients { get; set; }
Property Value
Context
Declaration
public IContextPolicyRuleCondition Context { get; set; }
Property Value
Device
Declaration
public IDevicePolicyRuleCondition Device { get; set; }
Property Value
GrantTypes
Declaration
public IGrantTypePolicyRuleCondition GrantTypes { get; set; }
Property Value
Groups
Declaration
public IGroupPolicyRuleCondition Groups { get; set; }
Property Value
IdentityProvider
Declaration
public IIdentityProviderPolicyRuleCondition IdentityProvider { get; set; }
Property Value
MdmEnrollment
Declaration
public IMDMEnrollmentPolicyRuleCondition MdmEnrollment { get; set; }
Property Value
Network
Declaration
public IPolicyNetworkCondition Network { get; set; }
Property Value
People
Declaration
public IPolicyPeopleCondition People { get; set; }
Property Value
Declaration
public IPlatformPolicyRuleCondition Platform { get; set; }
Property Value
Risk
Declaration
public IRiskPolicyRuleCondition Risk { get; set; }
Property Value
RiskScore
Declaration
public IRiskScorePolicyRuleCondition RiskScore { get; set; }
Property Value
Scopes
Declaration
public IOAuth2ScopesMediationPolicyRuleCondition Scopes { get; set; }
Property Value
UserIdentifier
Declaration
public IUserIdentifierPolicyRuleCondition UserIdentifier { get; set; }
Property Value
Users
Declaration
public IUserPolicyRuleCondition Users { get; set; }
Property Value
UserStatus
Declaration
public IUserStatusPolicyRuleCondition UserStatus { get; set; }
Property Value
Implements