Class PasswordArgs
Inherited Members
Namespace: Pulumi.Okta.Policy
Assembly: Pulumi.Okta.dll
Syntax
public sealed class PasswordArgs : ResourceArgs
Constructors
View SourcePasswordArgs()
Declaration
public PasswordArgs()
Properties
View SourceAuthProvider
Authentication Provider: "OKTA" or "ACTIVE_DIRECTORY". Default is "OKTA".
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. Default is 8.
Declaration
public Input<int> PasswordMinLength { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
PasswordMinLowercase
Minimum number of lower case characters in password.
Declaration
public Input<int> PasswordMinLowercase { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
PasswordMinNumber
Minimum number of numbers in password.
Declaration
public Input<int> PasswordMinNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
PasswordMinSymbol
Minimum number of symbols in password.
Declaration
public Input<int> PasswordMinSymbol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
PasswordMinUppercase
Minimum number of upper case characters in password.
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
Priority of the policy.
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> |