API version:
Show / Hide Table of Contents

Class AddPasswordPolicyRuleOptions

Helper class for password policy rule options

Inheritance
System.Object
AddPasswordPolicyRuleOptions
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 AddPasswordPolicyRuleOptions

Constructors

AddPasswordPolicyRuleOptions(String)

Initializes a new instance of the AddPasswordPolicyRuleOptions class.

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

Password policy id

Properties

ActionPasswordChangeAccess

Gets or sets a value of Password Change Action object

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

See the API documentation on Password Action object.

ActionSelfServicePasswordResetAccess

Gets or sets a value of Self Service Password Reset Action object

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

See the API documentation on Password Action object.

ActionSelfServiceUnlockAccess

Gets or sets a value for Self Service Unlock Action object object

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

See the API documentation on Password Action object.

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

Type

Gets a type a policy

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