Class PasswordPolicyArgs
Inherited Members
Namespace: Pulumi.Okta.Deprecated
Assembly: Pulumi.Okta.dll
Syntax
public sealed class PasswordPolicyArgs : ResourceArgs
Constructors
View SourcePasswordPolicyArgs()
Declaration
public PasswordPolicyArgs()
Properties
View SourceAuthProvider
Authentication Provider: OKTA or ACTIVE_DIRECTORY.
Declaration
public Input<string> AuthProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
Policy Description
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EmailRecovery
Enable or disable email password recovery: ACTIVE or INACTIVE.
Declaration
public Input<string> EmailRecovery { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GroupsIncludeds
List of Group IDs to Include
Declaration
public InputList<string> GroupsIncludeds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Name
Policy Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
PasswordDictionaryLookup
Check Passwords Against Common Password Dictionary.
Declaration
public Input<bool> PasswordDictionaryLookup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
PasswordExcludeFirstName
User firstName attribute must be excluded from the password
Declaration
public Input<bool> PasswordExcludeFirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
PasswordExcludeLastName
User lastName attribute must be excluded from the password
Declaration
public Input<bool> PasswordExcludeLastName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
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> |
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> |
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> |
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> |
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> |
PasswordMinLength
Minimum password length.
Declaration
public Input<int> PasswordMinLength { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |
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> |
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> |
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> |
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> |
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> |
QuestionMinLength
Min length of the password recovery question answer.
Declaration
public Input<int> QuestionMinLength { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |
RecoveryEmailToken
Lifetime in minutes of the recovery email token.
Declaration
public Input<int> RecoveryEmailToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |
SmsRecovery
Enable or disable SMS password recovery: ACTIVE or INACTIVE.
Declaration
public Input<string> SmsRecovery { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
Policy Status: ACTIVE or INACTIVE.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |