Show / Hide Table of Contents

Class PasswordPolicyState

Inheritance
System.Object
InputArgs
ResourceArgs
PasswordPolicyState
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.Deprecated
Assembly: Pulumi.Okta.dll
Syntax
public sealed class PasswordPolicyState : ResourceArgs

Constructors

View Source

PasswordPolicyState()

Declaration
public PasswordPolicyState()

Properties

View Source

AuthProvider

Authentication Provider: OKTA or ACTIVE_DIRECTORY.

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.

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

PasswordMinLowercase

If a password must contain at least one lower case letter: 0 = no, 1 = yes. Default = 1

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

PasswordMinNumber

If a password must contain at least one number: 0 = no, 1 = yes. Default = 1

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

PasswordMinSymbol

If a password must contain at least one symbol (!@#$%^&*): 0 = no, 1 = yes. Default = 1

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

PasswordMinUppercase

If a password must contain at least one upper case letter: 0 = no, 1 = yes. Default = 1

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

Policy Priority, this attribute can be set to a valid priority. To avoid endless diff situation we error if an invalid priority is provided. API defaults it to the last/lowest if not there.

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: ACTIVE or INACTIVE.

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