Show / Hide Table of Contents

Class PasswordState

Inheritance
System.Object
InputArgs
ResourceArgs
PasswordState
Inherited Members
ResourceArgs.Empty
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: Pulumi.Okta.Policy
Assembly: Pulumi.Okta.dll
Syntax
public sealed class PasswordState : ResourceArgs

Constructors

View Source

PasswordState()

Declaration
public PasswordState()

Properties

View Source

AuthProvider

Authentication Provider: "OKTA" or "ACTIVE_DIRECTORY". Default is "OKTA".

Declaration
public Input<string> AuthProvider { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

Policy Description.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EmailRecovery

Enable or disable email password recovery: ACTIVE or INACTIVE.

Declaration
public Input<string> EmailRecovery { get; set; }
Property Value
Type Description
Input<System.String>
View Source

GroupsIncludeds

List of Group IDs to Include.

Declaration
public InputList<string> GroupsIncludeds { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Name

Policy Name.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PasswordAutoUnlockMinutes

Number of minutes before a locked account is unlocked: 0 = no limit.

Declaration
public Input<int> PasswordAutoUnlockMinutes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PasswordDictionaryLookup

Check Passwords Against Common Password Dictionary.

Declaration
public Input<bool> PasswordDictionaryLookup { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

PasswordExcludeFirstName

User firstName attribute must be excluded from the password.

Declaration
public Input<bool> PasswordExcludeFirstName { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

PasswordExcludeLastName

User lastName attribute must be excluded from the password.

Declaration
public Input<bool> PasswordExcludeLastName { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

PasswordExcludeUsername

If the user name must be excluded from the password.

Declaration
public Input<bool> PasswordExcludeUsername { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

PasswordExpireWarnDays

Length in days a user will be warned before password expiry: 0 = no warning.

Declaration
public Input<int> PasswordExpireWarnDays { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PasswordHistoryCount

Number of distinct passwords that must be created before they can be reused: 0 = none.

Declaration
public Input<int> PasswordHistoryCount { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PasswordMaxAgeDays

Length in days a password is valid before expiry: 0 = no limit.",

Declaration
public Input<int> PasswordMaxAgeDays { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PasswordMaxLockoutAttempts

Number of unsuccessful login attempts allowed before lockout: 0 = no limit.

Declaration
public Input<int> PasswordMaxLockoutAttempts { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PasswordMinAgeMinutes

Minimum time interval in minutes between password changes: 0 = no limit.

Declaration
public Input<int> PasswordMinAgeMinutes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PasswordMinLength

Minimum password length. Default is 8.

Declaration
public Input<int> PasswordMinLength { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PasswordMinLowercase

Minimum number of lower case characters in password.

Declaration
public Input<int> PasswordMinLowercase { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PasswordMinNumber

Minimum number of numbers in password.

Declaration
public Input<int> PasswordMinNumber { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PasswordMinSymbol

Minimum number of symbols in password.

Declaration
public Input<int> PasswordMinSymbol { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PasswordMinUppercase

Minimum number of upper case characters in password.

Declaration
public Input<int> PasswordMinUppercase { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PasswordShowLockoutFailures

If a user should be informed when their account is locked.

Declaration
public Input<bool> PasswordShowLockoutFailures { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Priority

Priority of the policy.

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

QuestionMinLength

Min length of the password recovery question answer.

Declaration
public Input<int> QuestionMinLength { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

QuestionRecovery

Enable or disable security question password recovery: ACTIVE or INACTIVE.

Declaration
public Input<string> QuestionRecovery { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RecoveryEmailToken

Lifetime in minutes of the recovery email token.

Declaration
public Input<int> RecoveryEmailToken { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SkipUnlock

When an Active Directory user is locked out of Okta, the Okta unlock operation should also attempt to unlock the user's Windows account.

Declaration
public Input<bool> SkipUnlock { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

SmsRecovery

Enable or disable SMS password recovery: ACTIVE or INACTIVE.

Declaration
public Input<string> SmsRecovery { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Status

Policy Status: &quot;ACTIVE&quot; or &quot;INACTIVE&quot;.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.