API version:
Show / Hide Table of Contents

Class AddSignOnPolicyRuleOptions

Helper class for sign on rule options

Inheritance
System.Object
AddSignOnPolicyRuleOptions
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()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class AddSignOnPolicyRuleOptions

Constructors

AddSignOnPolicyRuleOptions(String)

Initializes a new instance of the AddSignOnPolicyRuleOptions class.

Declaration
public AddSignOnPolicyRuleOptions(string policyId)
Parameters
Type Name Description
System.String policyId

SignOn policy id

Properties

AuthContextConditionAuthType

Declaration
public string AuthContextConditionAuthType { get; set; }
Property Value
Type Description
System.String

Name

Gets or sets a name of the rule

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

NetworkConditionConnection

Gets or sets a network selection mode

Declaration
public string NetworkConditionConnection { get; set; }
Property Value
Type Description
System.String
Remarks

See the API documentation on policy objects.

NetworkConditionExclude

Gets or sets the zones to exclude

Declaration
public IList<string> NetworkConditionExclude { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
Remarks

See the API documentation on policy objects.

NetworkConditionInclude

Gets or sets the zones to include

Declaration
public IList<string> NetworkConditionInclude { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
Remarks

See the API documentation on policy objects.

PeopleConditionExcludeGroups

Gets or sets a list of groups whose users to be excluded

Declaration
public IList<string> PeopleConditionExcludeGroups { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
Remarks

See the API documentation on policy objects.

PeopleConditionExcludeUsers

Gets or sets a list of users to be excluded

Declaration
public IList<string> PeopleConditionExcludeUsers { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
Remarks

See the API documentation on policy objects.

PeopleConditionIncludeGroups

Gets or sets a list of groups whose users to be included

Declaration
public IList<string> PeopleConditionIncludeGroups { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
Remarks

See the API documentation on policy objects.

PeopleConditionIncludeUsers

Gets or sets a list of users to be included

Declaration
public IList<string> PeopleConditionIncludeUsers { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
Remarks

See the API documentation on policy objects.

PolicyId

Gets or sets an identifier of the policy

Declaration
public string PolicyId { get; set; }
Property Value
Type Description
System.String

SignonActionAccess

Declaration
public string SignonActionAccess { get; set; }
Property Value
Type Description
System.String

SignonActionFactorLifetime

Declaration
public int? SignonActionFactorLifetime { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

SignonActionFactorPromptMode

Declaration
public string SignonActionFactorPromptMode { get; set; }
Property Value
Type Description
System.String

SignonActionRememberDeviceByDefault

Declaration
public bool? SignonActionRememberDeviceByDefault { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

SignonActionRequireFactor

Declaration
public bool? SignonActionRequireFactor { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

SignonSessionMaxSessionIdleMinutes

Declaration
public int? SignonSessionMaxSessionIdleMinutes { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

SignonSessionMaxSessionLifetimeMinutes

Declaration
public int? SignonSessionMaxSessionLifetimeMinutes { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

SignonSessionUsePersistentCookie

Declaration
public bool? SignonSessionUsePersistentCookie { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Type

Gets a type of a policy

Declaration
public string Type { get; }
Property Value
Type Description
System.String
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.