Represents a {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default okta_policy_password_default}.
import com.hashicorp.cdktf.providers.okta.policy_password_default.PolicyPasswordDefault;
PolicyPasswordDefault.Builder.create(Construct scope, java.lang.String id)
// .connection(SSHProvisionerConnection)
// .connection(WinrmProvisionerConnection)
// .count(java.lang.Number)
// .count(TerraformCount)
// .dependsOn(java.util.List<ITerraformDependable>)
// .forEach(ITerraformIterator)
// .lifecycle(TerraformResourceLifecycle)
// .provider(TerraformProvider)
// .provisioners(java.util.List<FileProvisioner)
// .provisioners(LocalExecProvisioner)
// .provisioners(RemoteExecProvisioner>)
// .callRecovery(java.lang.String)
// .emailRecovery(java.lang.String)
// .id(java.lang.String)
// .passwordAutoUnlockMinutes(java.lang.Number)
// .passwordDictionaryLookup(java.lang.Boolean)
// .passwordDictionaryLookup(IResolvable)
// .passwordExcludeFirstName(java.lang.Boolean)
// .passwordExcludeFirstName(IResolvable)
// .passwordExcludeLastName(java.lang.Boolean)
// .passwordExcludeLastName(IResolvable)
// .passwordExcludeUsername(java.lang.Boolean)
// .passwordExcludeUsername(IResolvable)
// .passwordExpireWarnDays(java.lang.Number)
// .passwordHistoryCount(java.lang.Number)
// .passwordLockoutNotificationChannels(java.util.List<java.lang.String>)
// .passwordMaxAgeDays(java.lang.Number)
// .passwordMaxLockoutAttempts(java.lang.Number)
// .passwordMinAgeMinutes(java.lang.Number)
// .passwordMinLength(java.lang.Number)
// .passwordMinLowercase(java.lang.Number)
// .passwordMinNumber(java.lang.Number)
// .passwordMinSymbol(java.lang.Number)
// .passwordMinUppercase(java.lang.Number)
// .passwordShowLockoutFailures(java.lang.Boolean)
// .passwordShowLockoutFailures(IResolvable)
// .questionMinLength(java.lang.Number)
// .questionRecovery(java.lang.String)
// .recoveryEmailToken(java.lang.Number)
// .skipUnlock(java.lang.Boolean)
// .skipUnlock(IResolvable)
// .smsRecovery(java.lang.String)
.build();
Name | Type | Description |
---|---|---|
scope |
software.constructs.Construct |
The scope in which to define this construct. |
id |
java.lang.String |
The scoped construct ID. |
connection |
com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection |
No description. |
count |
java.lang.Number OR com.hashicorp.cdktf.TerraformCount |
No description. |
dependsOn |
java.util.List<com.hashicorp.cdktf.ITerraformDependable> |
No description. |
forEach |
com.hashicorp.cdktf.ITerraformIterator |
No description. |
lifecycle |
com.hashicorp.cdktf.TerraformResourceLifecycle |
No description. |
provider |
com.hashicorp.cdktf.TerraformProvider |
No description. |
provisioners |
java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner> |
No description. |
callRecovery |
java.lang.String |
Enable or disable voice call recovery: ACTIVE or INACTIVE. Default: INACTIVE . |
emailRecovery |
java.lang.String |
Enable or disable email password recovery: ACTIVE or INACTIVE. Default: ACTIVE . |
id |
java.lang.String |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#id PolicyPasswordDefault#id}. |
passwordAutoUnlockMinutes |
java.lang.Number |
Number of minutes before a locked account is unlocked: 0 = no limit. Default: 0 . |
passwordDictionaryLookup |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Check Passwords Against Common Password Dictionary. Default: false . |
passwordExcludeFirstName |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
User firstName attribute must be excluded from the password. |
passwordExcludeLastName |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
User lastName attribute must be excluded from the password. |
passwordExcludeUsername |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
If the user name must be excluded from the password. Default: true . |
passwordExpireWarnDays |
java.lang.Number |
Length in days a user will be warned before password expiry: 0 = no warning. Default: 0 . |
passwordHistoryCount |
java.lang.Number |
Number of distinct passwords that must be created before they can be reused: 0 = none. Default: 4 . |
passwordLockoutNotificationChannels |
java.util.List<java.lang.String> |
Notification channels to use to notify a user when their account has been locked. |
passwordMaxAgeDays |
java.lang.Number |
Length in days a password is valid before expiry: 0 = no limit. Default: 0 . |
passwordMaxLockoutAttempts |
java.lang.Number |
Number of unsuccessful login attempts allowed before lockout: 0 = no limit. Default: 10 . |
passwordMinAgeMinutes |
java.lang.Number |
Minimum time interval in minutes between password changes: 0 = no limit. Default: 0 . |
passwordMinLength |
java.lang.Number |
Minimum password length. Default is 8 . |
passwordMinLowercase |
java.lang.Number |
If a password must contain at least one lower case letter: 0 = no, 1 = yes. |
passwordMinNumber |
java.lang.Number |
If a password must contain at least one number: 0 = no, 1 = yes. Default = 1 . |
passwordMinSymbol |
java.lang.Number |
If a password must contain at least one symbol (!@#$%^&*): 0 = no, 1 = yes. Default = 0 . |
passwordMinUppercase |
java.lang.Number |
If a password must contain at least one upper case letter: 0 = no, 1 = yes. |
passwordShowLockoutFailures |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
If a user should be informed when their account is locked. Default: false . |
questionMinLength |
java.lang.Number |
Min length of the password recovery question answer. Default: 4 . |
questionRecovery |
java.lang.String |
Enable or disable security question password recovery: ACTIVE or INACTIVE. Default: ACTIVE . |
recoveryEmailToken |
java.lang.Number |
Lifetime in minutes of the recovery email token. Default: 60 . |
skipUnlock |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
When an Active Directory user is locked out of Okta, the Okta unlock operation should also attempt to unlock the user's Windows account. |
smsRecovery |
java.lang.String |
Enable or disable SMS password recovery: ACTIVE or INACTIVE. Default: INACTIVE . |
- Type: software.constructs.Construct
The scope in which to define this construct.
- Type: java.lang.String
The scoped construct ID.
Must be unique amongst siblings in the same scope
- Type: com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
- Type: java.lang.Number OR com.hashicorp.cdktf.TerraformCount
- Type: java.util.List<com.hashicorp.cdktf.ITerraformDependable>
- Type: com.hashicorp.cdktf.ITerraformIterator
- Type: com.hashicorp.cdktf.TerraformResourceLifecycle
- Type: com.hashicorp.cdktf.TerraformProvider
- Type: java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner>
- Type: java.lang.String
Enable or disable voice call recovery: ACTIVE or INACTIVE. Default: INACTIVE
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#call_recovery PolicyPasswordDefault#call_recovery}
- Type: java.lang.String
Enable or disable email password recovery: ACTIVE or INACTIVE. Default: ACTIVE
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#email_recovery PolicyPasswordDefault#email_recovery}
- Type: java.lang.String
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#id PolicyPasswordDefault#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Type: java.lang.Number
Number of minutes before a locked account is unlocked: 0 = no limit. Default: 0
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_auto_unlock_minutes PolicyPasswordDefault#password_auto_unlock_minutes}
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Check Passwords Against Common Password Dictionary. Default: false
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_dictionary_lookup PolicyPasswordDefault#password_dictionary_lookup}
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
User firstName attribute must be excluded from the password.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_exclude_first_name PolicyPasswordDefault#password_exclude_first_name}
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
User lastName attribute must be excluded from the password.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_exclude_last_name PolicyPasswordDefault#password_exclude_last_name}
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
If the user name must be excluded from the password. Default: true
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_exclude_username PolicyPasswordDefault#password_exclude_username}
- Type: java.lang.Number
Length in days a user will be warned before password expiry: 0 = no warning. Default: 0
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_expire_warn_days PolicyPasswordDefault#password_expire_warn_days}
- Type: java.lang.Number
Number of distinct passwords that must be created before they can be reused: 0 = none. Default: 4
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_history_count PolicyPasswordDefault#password_history_count}
- Type: java.util.List<java.lang.String>
Notification channels to use to notify a user when their account has been locked.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_lockout_notification_channels PolicyPasswordDefault#password_lockout_notification_channels}
- Type: java.lang.Number
Length in days a password is valid before expiry: 0 = no limit. Default: 0
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_max_age_days PolicyPasswordDefault#password_max_age_days}
- Type: java.lang.Number
Number of unsuccessful login attempts allowed before lockout: 0 = no limit. Default: 10
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_max_lockout_attempts PolicyPasswordDefault#password_max_lockout_attempts}
- Type: java.lang.Number
Minimum time interval in minutes between password changes: 0 = no limit. Default: 0
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_min_age_minutes PolicyPasswordDefault#password_min_age_minutes}
- Type: java.lang.Number
Minimum password length. Default is 8
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_min_length PolicyPasswordDefault#password_min_length}
- Type: java.lang.Number
If a password must contain at least one lower case letter: 0 = no, 1 = yes.
Default = 1
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_min_lowercase PolicyPasswordDefault#password_min_lowercase}
- Type: java.lang.Number
If a password must contain at least one number: 0 = no, 1 = yes. Default = 1
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_min_number PolicyPasswordDefault#password_min_number}
- Type: java.lang.Number
If a password must contain at least one symbol (!@#$%^&*): 0 = no, 1 = yes. Default = 0
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_min_symbol PolicyPasswordDefault#password_min_symbol}
- Type: java.lang.Number
If a password must contain at least one upper case letter: 0 = no, 1 = yes.
Default = 1
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_min_uppercase PolicyPasswordDefault#password_min_uppercase}
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
If a user should be informed when their account is locked. Default: false
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_show_lockout_failures PolicyPasswordDefault#password_show_lockout_failures}
- Type: java.lang.Number
Min length of the password recovery question answer. Default: 4
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#question_min_length PolicyPasswordDefault#question_min_length}
- Type: java.lang.String
Enable or disable security question password recovery: ACTIVE or INACTIVE. Default: ACTIVE
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#question_recovery PolicyPasswordDefault#question_recovery}
- Type: java.lang.Number
Lifetime in minutes of the recovery email token. Default: 60
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#recovery_email_token PolicyPasswordDefault#recovery_email_token}
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
When an Active Directory user is locked out of Okta, the Okta unlock operation should also attempt to unlock the user's Windows account.
Default: false
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#skip_unlock PolicyPasswordDefault#skip_unlock}
- Type: java.lang.String
Enable or disable SMS password recovery: ACTIVE or INACTIVE. Default: INACTIVE
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#sms_recovery PolicyPasswordDefault#sms_recovery}
Name | Description |
---|---|
toString |
Returns a string representation of this construct. |
addOverride |
No description. |
overrideLogicalId |
Overrides the auto-generated logical ID with a specific ID. |
resetOverrideLogicalId |
Resets a previously passed logical Id to use the auto-generated logical id again. |
toHclTerraform |
No description. |
toMetadata |
No description. |
toTerraform |
Adds this resource to the terraform JSON output. |
addMoveTarget |
Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
hasResourceMove |
No description. |
importFrom |
No description. |
interpolationForAttribute |
No description. |
moveFromId |
Move the resource corresponding to "id" to this resource. |
moveTo |
Moves this resource to the target resource given by moveTarget. |
moveToId |
Moves this resource to the resource corresponding to "id". |
resetCallRecovery |
No description. |
resetEmailRecovery |
No description. |
resetId |
No description. |
resetPasswordAutoUnlockMinutes |
No description. |
resetPasswordDictionaryLookup |
No description. |
resetPasswordExcludeFirstName |
No description. |
resetPasswordExcludeLastName |
No description. |
resetPasswordExcludeUsername |
No description. |
resetPasswordExpireWarnDays |
No description. |
resetPasswordHistoryCount |
No description. |
resetPasswordLockoutNotificationChannels |
No description. |
resetPasswordMaxAgeDays |
No description. |
resetPasswordMaxLockoutAttempts |
No description. |
resetPasswordMinAgeMinutes |
No description. |
resetPasswordMinLength |
No description. |
resetPasswordMinLowercase |
No description. |
resetPasswordMinNumber |
No description. |
resetPasswordMinSymbol |
No description. |
resetPasswordMinUppercase |
No description. |
resetPasswordShowLockoutFailures |
No description. |
resetQuestionMinLength |
No description. |
resetQuestionRecovery |
No description. |
resetRecoveryEmailToken |
No description. |
resetSkipUnlock |
No description. |
resetSmsRecovery |
No description. |
public java.lang.String toString()
Returns a string representation of this construct.
public void addOverride(java.lang.String path, java.lang.Object value)
- Type: java.lang.String
- Type: java.lang.Object
public void overrideLogicalId(java.lang.String newLogicalId)
Overrides the auto-generated logical ID with a specific ID.
- Type: java.lang.String
The new logical ID to use for this stack element.
public void resetOverrideLogicalId()
Resets a previously passed logical Id to use the auto-generated logical id again.
public java.lang.Object toHclTerraform()
public java.lang.Object toMetadata()
public java.lang.Object toTerraform()
Adds this resource to the terraform JSON output.
public void addMoveTarget(java.lang.String moveTarget)
Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
- Type: java.lang.String
The string move target that will correspond to this resource.
public java.util.Map<java.lang.String, java.lang.Object> getAnyMapAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public IResolvable getBooleanAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.util.Map<java.lang.String, java.lang.Boolean> getBooleanMapAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.util.List<java.lang.String> getListAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.util.List<java.lang.Number> getNumberListAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.util.Map<java.lang.String, java.lang.Number> getNumberMapAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.lang.String getStringAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.util.Map<java.lang.String, java.lang.String> getStringMapAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public TerraformResourceMoveByTarget OR TerraformResourceMoveById hasResourceMove()
public void importFrom(java.lang.String id)
public void importFrom(java.lang.String id, TerraformProvider provider)
- Type: java.lang.String
- Type: com.hashicorp.cdktf.TerraformProvider
public IResolvable interpolationForAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public void moveFromId(java.lang.String id)
Move the resource corresponding to "id" to this resource.
Note that the resource being moved from must be marked as moved using it's instance function.
- Type: java.lang.String
Full id of resource being moved from, e.g. "aws_s3_bucket.example".
public void moveTo(java.lang.String moveTarget)
public void moveTo(java.lang.String moveTarget, java.lang.String OR java.lang.Number index)
Moves this resource to the target resource given by moveTarget.
- Type: java.lang.String
The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
- Type: java.lang.String OR java.lang.Number
Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
public void moveToId(java.lang.String id)
Moves this resource to the resource corresponding to "id".
- Type: java.lang.String
Full id of resource to move to, e.g. "aws_s3_bucket.example".
public void resetCallRecovery()
public void resetEmailRecovery()
public void resetId()
public void resetPasswordAutoUnlockMinutes()
public void resetPasswordDictionaryLookup()
public void resetPasswordExcludeFirstName()
public void resetPasswordExcludeLastName()
public void resetPasswordExcludeUsername()
public void resetPasswordExpireWarnDays()
public void resetPasswordHistoryCount()
public void resetPasswordLockoutNotificationChannels()
public void resetPasswordMaxAgeDays()
public void resetPasswordMaxLockoutAttempts()
public void resetPasswordMinAgeMinutes()
public void resetPasswordMinLength()
public void resetPasswordMinLowercase()
public void resetPasswordMinNumber()
public void resetPasswordMinSymbol()
public void resetPasswordMinUppercase()
public void resetPasswordShowLockoutFailures()
public void resetQuestionMinLength()
public void resetQuestionRecovery()
public void resetRecoveryEmailToken()
public void resetSkipUnlock()
public void resetSmsRecovery()
Name | Description |
---|---|
isConstruct |
Checks if x is a construct. |
isTerraformElement |
No description. |
isTerraformResource |
No description. |
generateConfigForImport |
Generates CDKTF code for importing a PolicyPasswordDefault resource upon running "cdktf plan ". |
import com.hashicorp.cdktf.providers.okta.policy_password_default.PolicyPasswordDefault;
PolicyPasswordDefault.isConstruct(java.lang.Object x)
Checks if x
is a construct.
Use this method instead of instanceof
to properly detect Construct
instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the constructs
library on
disk are seen as independent, completely different libraries. As a
consequence, the class Construct
in each copy of the constructs
library
is seen as a different class, and an instance of one class will not test as
instanceof
the other class. npm install
will not create installations
like this, but users may manually symlink construct libraries together or
use a monorepo tool: in those cases, multiple copies of the constructs
library can be accidentally installed, and instanceof
will behave
unpredictably. It is safest to avoid using instanceof
, and using
this type-testing method instead.
- Type: java.lang.Object
Any object.
import com.hashicorp.cdktf.providers.okta.policy_password_default.PolicyPasswordDefault;
PolicyPasswordDefault.isTerraformElement(java.lang.Object x)
- Type: java.lang.Object
import com.hashicorp.cdktf.providers.okta.policy_password_default.PolicyPasswordDefault;
PolicyPasswordDefault.isTerraformResource(java.lang.Object x)
- Type: java.lang.Object
import com.hashicorp.cdktf.providers.okta.policy_password_default.PolicyPasswordDefault;
PolicyPasswordDefault.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),PolicyPasswordDefault.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider)
Generates CDKTF code for importing a PolicyPasswordDefault resource upon running "cdktf plan ".
- Type: software.constructs.Construct
The scope in which to define this construct.
- Type: java.lang.String
The construct id used in the generated config for the PolicyPasswordDefault to import.
- Type: java.lang.String
The id of the existing PolicyPasswordDefault that should be imported.
Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#import import section} in the documentation of this resource for the id to use
- Type: com.hashicorp.cdktf.TerraformProvider
? Optional instance of the provider where the PolicyPasswordDefault to import is found.
Name | Type | Description |
---|---|---|
node |
software.constructs.Node |
The tree node. |
cdktfStack |
com.hashicorp.cdktf.TerraformStack |
No description. |
fqn |
java.lang.String |
No description. |
friendlyUniqueId |
java.lang.String |
No description. |
terraformMetaArguments |
java.util.Map<java.lang.String, java.lang.Object> |
No description. |
terraformResourceType |
java.lang.String |
No description. |
terraformGeneratorMetadata |
com.hashicorp.cdktf.TerraformProviderGeneratorMetadata |
No description. |
connection |
com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection |
No description. |
count |
java.lang.Number OR com.hashicorp.cdktf.TerraformCount |
No description. |
dependsOn |
java.util.List<java.lang.String> |
No description. |
forEach |
com.hashicorp.cdktf.ITerraformIterator |
No description. |
lifecycle |
com.hashicorp.cdktf.TerraformResourceLifecycle |
No description. |
provider |
com.hashicorp.cdktf.TerraformProvider |
No description. |
provisioners |
java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner> |
No description. |
defaultAuthProvider |
java.lang.String |
No description. |
defaultIncludedGroupId |
java.lang.String |
No description. |
description |
java.lang.String |
No description. |
name |
java.lang.String |
No description. |
priority |
java.lang.Number |
No description. |
status |
java.lang.String |
No description. |
callRecoveryInput |
java.lang.String |
No description. |
emailRecoveryInput |
java.lang.String |
No description. |
idInput |
java.lang.String |
No description. |
passwordAutoUnlockMinutesInput |
java.lang.Number |
No description. |
passwordDictionaryLookupInput |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
passwordExcludeFirstNameInput |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
passwordExcludeLastNameInput |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
passwordExcludeUsernameInput |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
passwordExpireWarnDaysInput |
java.lang.Number |
No description. |
passwordHistoryCountInput |
java.lang.Number |
No description. |
passwordLockoutNotificationChannelsInput |
java.util.List<java.lang.String> |
No description. |
passwordMaxAgeDaysInput |
java.lang.Number |
No description. |
passwordMaxLockoutAttemptsInput |
java.lang.Number |
No description. |
passwordMinAgeMinutesInput |
java.lang.Number |
No description. |
passwordMinLengthInput |
java.lang.Number |
No description. |
passwordMinLowercaseInput |
java.lang.Number |
No description. |
passwordMinNumberInput |
java.lang.Number |
No description. |
passwordMinSymbolInput |
java.lang.Number |
No description. |
passwordMinUppercaseInput |
java.lang.Number |
No description. |
passwordShowLockoutFailuresInput |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
questionMinLengthInput |
java.lang.Number |
No description. |
questionRecoveryInput |
java.lang.String |
No description. |
recoveryEmailTokenInput |
java.lang.Number |
No description. |
skipUnlockInput |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
smsRecoveryInput |
java.lang.String |
No description. |
callRecovery |
java.lang.String |
No description. |
emailRecovery |
java.lang.String |
No description. |
id |
java.lang.String |
No description. |
passwordAutoUnlockMinutes |
java.lang.Number |
No description. |
passwordDictionaryLookup |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
passwordExcludeFirstName |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
passwordExcludeLastName |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
passwordExcludeUsername |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
passwordExpireWarnDays |
java.lang.Number |
No description. |
passwordHistoryCount |
java.lang.Number |
No description. |
passwordLockoutNotificationChannels |
java.util.List<java.lang.String> |
No description. |
passwordMaxAgeDays |
java.lang.Number |
No description. |
passwordMaxLockoutAttempts |
java.lang.Number |
No description. |
passwordMinAgeMinutes |
java.lang.Number |
No description. |
passwordMinLength |
java.lang.Number |
No description. |
passwordMinLowercase |
java.lang.Number |
No description. |
passwordMinNumber |
java.lang.Number |
No description. |
passwordMinSymbol |
java.lang.Number |
No description. |
passwordMinUppercase |
java.lang.Number |
No description. |
passwordShowLockoutFailures |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
questionMinLength |
java.lang.Number |
No description. |
questionRecovery |
java.lang.String |
No description. |
recoveryEmailToken |
java.lang.Number |
No description. |
skipUnlock |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
smsRecovery |
java.lang.String |
No description. |
public Node getNode();
- Type: software.constructs.Node
The tree node.
public TerraformStack getCdktfStack();
- Type: com.hashicorp.cdktf.TerraformStack
public java.lang.String getFqn();
- Type: java.lang.String
public java.lang.String getFriendlyUniqueId();
- Type: java.lang.String
public java.util.Map<java.lang.String, java.lang.Object> getTerraformMetaArguments();
- Type: java.util.Map<java.lang.String, java.lang.Object>
public java.lang.String getTerraformResourceType();
- Type: java.lang.String
public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata();
- Type: com.hashicorp.cdktf.TerraformProviderGeneratorMetadata
public java.lang.Object getConnection();
- Type: com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
public java.lang.Object getCount();
- Type: java.lang.Number OR com.hashicorp.cdktf.TerraformCount
public java.util.List<java.lang.String> getDependsOn();
- Type: java.util.List<java.lang.String>
public ITerraformIterator getForEach();
- Type: com.hashicorp.cdktf.ITerraformIterator
public TerraformResourceLifecycle getLifecycle();
- Type: com.hashicorp.cdktf.TerraformResourceLifecycle
public TerraformProvider getProvider();
- Type: com.hashicorp.cdktf.TerraformProvider
public java.lang.Object getProvisioners();
- Type: java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner>
public java.lang.String getDefaultAuthProvider();
- Type: java.lang.String
public java.lang.String getDefaultIncludedGroupId();
- Type: java.lang.String
public java.lang.String getDescription();
- Type: java.lang.String
public java.lang.String getName();
- Type: java.lang.String
public java.lang.Number getPriority();
- Type: java.lang.Number
public java.lang.String getStatus();
- Type: java.lang.String
public java.lang.String getCallRecoveryInput();
- Type: java.lang.String
public java.lang.String getEmailRecoveryInput();
- Type: java.lang.String
public java.lang.String getIdInput();
- Type: java.lang.String
public java.lang.Number getPasswordAutoUnlockMinutesInput();
- Type: java.lang.Number
public java.lang.Object getPasswordDictionaryLookupInput();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.Object getPasswordExcludeFirstNameInput();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.Object getPasswordExcludeLastNameInput();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.Object getPasswordExcludeUsernameInput();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.Number getPasswordExpireWarnDaysInput();
- Type: java.lang.Number
public java.lang.Number getPasswordHistoryCountInput();
- Type: java.lang.Number
public java.util.List<java.lang.String> getPasswordLockoutNotificationChannelsInput();
- Type: java.util.List<java.lang.String>
public java.lang.Number getPasswordMaxAgeDaysInput();
- Type: java.lang.Number
public java.lang.Number getPasswordMaxLockoutAttemptsInput();
- Type: java.lang.Number
public java.lang.Number getPasswordMinAgeMinutesInput();
- Type: java.lang.Number
public java.lang.Number getPasswordMinLengthInput();
- Type: java.lang.Number
public java.lang.Number getPasswordMinLowercaseInput();
- Type: java.lang.Number
public java.lang.Number getPasswordMinNumberInput();
- Type: java.lang.Number
public java.lang.Number getPasswordMinSymbolInput();
- Type: java.lang.Number
public java.lang.Number getPasswordMinUppercaseInput();
- Type: java.lang.Number
public java.lang.Object getPasswordShowLockoutFailuresInput();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.Number getQuestionMinLengthInput();
- Type: java.lang.Number
public java.lang.String getQuestionRecoveryInput();
- Type: java.lang.String
public java.lang.Number getRecoveryEmailTokenInput();
- Type: java.lang.Number
public java.lang.Object getSkipUnlockInput();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.String getSmsRecoveryInput();
- Type: java.lang.String
public java.lang.String getCallRecovery();
- Type: java.lang.String
public java.lang.String getEmailRecovery();
- Type: java.lang.String
public java.lang.String getId();
- Type: java.lang.String
public java.lang.Number getPasswordAutoUnlockMinutes();
- Type: java.lang.Number
public java.lang.Object getPasswordDictionaryLookup();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.Object getPasswordExcludeFirstName();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.Object getPasswordExcludeLastName();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.Object getPasswordExcludeUsername();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.Number getPasswordExpireWarnDays();
- Type: java.lang.Number
public java.lang.Number getPasswordHistoryCount();
- Type: java.lang.Number
public java.util.List<java.lang.String> getPasswordLockoutNotificationChannels();
- Type: java.util.List<java.lang.String>
public java.lang.Number getPasswordMaxAgeDays();
- Type: java.lang.Number
public java.lang.Number getPasswordMaxLockoutAttempts();
- Type: java.lang.Number
public java.lang.Number getPasswordMinAgeMinutes();
- Type: java.lang.Number
public java.lang.Number getPasswordMinLength();
- Type: java.lang.Number
public java.lang.Number getPasswordMinLowercase();
- Type: java.lang.Number
public java.lang.Number getPasswordMinNumber();
- Type: java.lang.Number
public java.lang.Number getPasswordMinSymbol();
- Type: java.lang.Number
public java.lang.Number getPasswordMinUppercase();
- Type: java.lang.Number
public java.lang.Object getPasswordShowLockoutFailures();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.Number getQuestionMinLength();
- Type: java.lang.Number
public java.lang.String getQuestionRecovery();
- Type: java.lang.String
public java.lang.Number getRecoveryEmailToken();
- Type: java.lang.Number
public java.lang.Object getSkipUnlock();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.String getSmsRecovery();
- Type: java.lang.String
Name | Type | Description |
---|---|---|
tfResourceType |
java.lang.String |
No description. |
public java.lang.String getTfResourceType();
- Type: java.lang.String
import com.hashicorp.cdktf.providers.okta.policy_password_default.PolicyPasswordDefaultConfig;
PolicyPasswordDefaultConfig.builder()
// .connection(SSHProvisionerConnection)
// .connection(WinrmProvisionerConnection)
// .count(java.lang.Number)
// .count(TerraformCount)
// .dependsOn(java.util.List<ITerraformDependable>)
// .forEach(ITerraformIterator)
// .lifecycle(TerraformResourceLifecycle)
// .provider(TerraformProvider)
// .provisioners(java.util.List<FileProvisioner)
// .provisioners(LocalExecProvisioner)
// .provisioners(RemoteExecProvisioner>)
// .callRecovery(java.lang.String)
// .emailRecovery(java.lang.String)
// .id(java.lang.String)
// .passwordAutoUnlockMinutes(java.lang.Number)
// .passwordDictionaryLookup(java.lang.Boolean)
// .passwordDictionaryLookup(IResolvable)
// .passwordExcludeFirstName(java.lang.Boolean)
// .passwordExcludeFirstName(IResolvable)
// .passwordExcludeLastName(java.lang.Boolean)
// .passwordExcludeLastName(IResolvable)
// .passwordExcludeUsername(java.lang.Boolean)
// .passwordExcludeUsername(IResolvable)
// .passwordExpireWarnDays(java.lang.Number)
// .passwordHistoryCount(java.lang.Number)
// .passwordLockoutNotificationChannels(java.util.List<java.lang.String>)
// .passwordMaxAgeDays(java.lang.Number)
// .passwordMaxLockoutAttempts(java.lang.Number)
// .passwordMinAgeMinutes(java.lang.Number)
// .passwordMinLength(java.lang.Number)
// .passwordMinLowercase(java.lang.Number)
// .passwordMinNumber(java.lang.Number)
// .passwordMinSymbol(java.lang.Number)
// .passwordMinUppercase(java.lang.Number)
// .passwordShowLockoutFailures(java.lang.Boolean)
// .passwordShowLockoutFailures(IResolvable)
// .questionMinLength(java.lang.Number)
// .questionRecovery(java.lang.String)
// .recoveryEmailToken(java.lang.Number)
// .skipUnlock(java.lang.Boolean)
// .skipUnlock(IResolvable)
// .smsRecovery(java.lang.String)
.build();
Name | Type | Description |
---|---|---|
connection |
com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection |
No description. |
count |
java.lang.Number OR com.hashicorp.cdktf.TerraformCount |
No description. |
dependsOn |
java.util.List<com.hashicorp.cdktf.ITerraformDependable> |
No description. |
forEach |
com.hashicorp.cdktf.ITerraformIterator |
No description. |
lifecycle |
com.hashicorp.cdktf.TerraformResourceLifecycle |
No description. |
provider |
com.hashicorp.cdktf.TerraformProvider |
No description. |
provisioners |
java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner> |
No description. |
callRecovery |
java.lang.String |
Enable or disable voice call recovery: ACTIVE or INACTIVE. Default: INACTIVE . |
emailRecovery |
java.lang.String |
Enable or disable email password recovery: ACTIVE or INACTIVE. Default: ACTIVE . |
id |
java.lang.String |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#id PolicyPasswordDefault#id}. |
passwordAutoUnlockMinutes |
java.lang.Number |
Number of minutes before a locked account is unlocked: 0 = no limit. Default: 0 . |
passwordDictionaryLookup |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Check Passwords Against Common Password Dictionary. Default: false . |
passwordExcludeFirstName |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
User firstName attribute must be excluded from the password. |
passwordExcludeLastName |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
User lastName attribute must be excluded from the password. |
passwordExcludeUsername |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
If the user name must be excluded from the password. Default: true . |
passwordExpireWarnDays |
java.lang.Number |
Length in days a user will be warned before password expiry: 0 = no warning. Default: 0 . |
passwordHistoryCount |
java.lang.Number |
Number of distinct passwords that must be created before they can be reused: 0 = none. Default: 4 . |
passwordLockoutNotificationChannels |
java.util.List<java.lang.String> |
Notification channels to use to notify a user when their account has been locked. |
passwordMaxAgeDays |
java.lang.Number |
Length in days a password is valid before expiry: 0 = no limit. Default: 0 . |
passwordMaxLockoutAttempts |
java.lang.Number |
Number of unsuccessful login attempts allowed before lockout: 0 = no limit. Default: 10 . |
passwordMinAgeMinutes |
java.lang.Number |
Minimum time interval in minutes between password changes: 0 = no limit. Default: 0 . |
passwordMinLength |
java.lang.Number |
Minimum password length. Default is 8 . |
passwordMinLowercase |
java.lang.Number |
If a password must contain at least one lower case letter: 0 = no, 1 = yes. |
passwordMinNumber |
java.lang.Number |
If a password must contain at least one number: 0 = no, 1 = yes. Default = 1 . |
passwordMinSymbol |
java.lang.Number |
If a password must contain at least one symbol (!@#$%^&*): 0 = no, 1 = yes. Default = 0 . |
passwordMinUppercase |
java.lang.Number |
If a password must contain at least one upper case letter: 0 = no, 1 = yes. |
passwordShowLockoutFailures |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
If a user should be informed when their account is locked. Default: false . |
questionMinLength |
java.lang.Number |
Min length of the password recovery question answer. Default: 4 . |
questionRecovery |
java.lang.String |
Enable or disable security question password recovery: ACTIVE or INACTIVE. Default: ACTIVE . |
recoveryEmailToken |
java.lang.Number |
Lifetime in minutes of the recovery email token. Default: 60 . |
skipUnlock |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
When an Active Directory user is locked out of Okta, the Okta unlock operation should also attempt to unlock the user's Windows account. |
smsRecovery |
java.lang.String |
Enable or disable SMS password recovery: ACTIVE or INACTIVE. Default: INACTIVE . |
public java.lang.Object getConnection();
- Type: com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
public java.lang.Object getCount();
- Type: java.lang.Number OR com.hashicorp.cdktf.TerraformCount
public java.util.List<ITerraformDependable> getDependsOn();
- Type: java.util.List<com.hashicorp.cdktf.ITerraformDependable>
public ITerraformIterator getForEach();
- Type: com.hashicorp.cdktf.ITerraformIterator
public TerraformResourceLifecycle getLifecycle();
- Type: com.hashicorp.cdktf.TerraformResourceLifecycle
public TerraformProvider getProvider();
- Type: com.hashicorp.cdktf.TerraformProvider
public java.lang.Object getProvisioners();
- Type: java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner>
public java.lang.String getCallRecovery();
- Type: java.lang.String
Enable or disable voice call recovery: ACTIVE or INACTIVE. Default: INACTIVE
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#call_recovery PolicyPasswordDefault#call_recovery}
public java.lang.String getEmailRecovery();
- Type: java.lang.String
Enable or disable email password recovery: ACTIVE or INACTIVE. Default: ACTIVE
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#email_recovery PolicyPasswordDefault#email_recovery}
public java.lang.String getId();
- Type: java.lang.String
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#id PolicyPasswordDefault#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
public java.lang.Number getPasswordAutoUnlockMinutes();
- Type: java.lang.Number
Number of minutes before a locked account is unlocked: 0 = no limit. Default: 0
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_auto_unlock_minutes PolicyPasswordDefault#password_auto_unlock_minutes}
public java.lang.Object getPasswordDictionaryLookup();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Check Passwords Against Common Password Dictionary. Default: false
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_dictionary_lookup PolicyPasswordDefault#password_dictionary_lookup}
public java.lang.Object getPasswordExcludeFirstName();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
User firstName attribute must be excluded from the password.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_exclude_first_name PolicyPasswordDefault#password_exclude_first_name}
public java.lang.Object getPasswordExcludeLastName();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
User lastName attribute must be excluded from the password.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_exclude_last_name PolicyPasswordDefault#password_exclude_last_name}
public java.lang.Object getPasswordExcludeUsername();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
If the user name must be excluded from the password. Default: true
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_exclude_username PolicyPasswordDefault#password_exclude_username}
public java.lang.Number getPasswordExpireWarnDays();
- Type: java.lang.Number
Length in days a user will be warned before password expiry: 0 = no warning. Default: 0
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_expire_warn_days PolicyPasswordDefault#password_expire_warn_days}
public java.lang.Number getPasswordHistoryCount();
- Type: java.lang.Number
Number of distinct passwords that must be created before they can be reused: 0 = none. Default: 4
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_history_count PolicyPasswordDefault#password_history_count}
public java.util.List<java.lang.String> getPasswordLockoutNotificationChannels();
- Type: java.util.List<java.lang.String>
Notification channels to use to notify a user when their account has been locked.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_lockout_notification_channels PolicyPasswordDefault#password_lockout_notification_channels}
public java.lang.Number getPasswordMaxAgeDays();
- Type: java.lang.Number
Length in days a password is valid before expiry: 0 = no limit. Default: 0
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_max_age_days PolicyPasswordDefault#password_max_age_days}
public java.lang.Number getPasswordMaxLockoutAttempts();
- Type: java.lang.Number
Number of unsuccessful login attempts allowed before lockout: 0 = no limit. Default: 10
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_max_lockout_attempts PolicyPasswordDefault#password_max_lockout_attempts}
public java.lang.Number getPasswordMinAgeMinutes();
- Type: java.lang.Number
Minimum time interval in minutes between password changes: 0 = no limit. Default: 0
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_min_age_minutes PolicyPasswordDefault#password_min_age_minutes}
public java.lang.Number getPasswordMinLength();
- Type: java.lang.Number
Minimum password length. Default is 8
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_min_length PolicyPasswordDefault#password_min_length}
public java.lang.Number getPasswordMinLowercase();
- Type: java.lang.Number
If a password must contain at least one lower case letter: 0 = no, 1 = yes.
Default = 1
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_min_lowercase PolicyPasswordDefault#password_min_lowercase}
public java.lang.Number getPasswordMinNumber();
- Type: java.lang.Number
If a password must contain at least one number: 0 = no, 1 = yes. Default = 1
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_min_number PolicyPasswordDefault#password_min_number}
public java.lang.Number getPasswordMinSymbol();
- Type: java.lang.Number
If a password must contain at least one symbol (!@#$%^&*): 0 = no, 1 = yes. Default = 0
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_min_symbol PolicyPasswordDefault#password_min_symbol}
public java.lang.Number getPasswordMinUppercase();
- Type: java.lang.Number
If a password must contain at least one upper case letter: 0 = no, 1 = yes.
Default = 1
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_min_uppercase PolicyPasswordDefault#password_min_uppercase}
public java.lang.Object getPasswordShowLockoutFailures();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
If a user should be informed when their account is locked. Default: false
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#password_show_lockout_failures PolicyPasswordDefault#password_show_lockout_failures}
public java.lang.Number getQuestionMinLength();
- Type: java.lang.Number
Min length of the password recovery question answer. Default: 4
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#question_min_length PolicyPasswordDefault#question_min_length}
public java.lang.String getQuestionRecovery();
- Type: java.lang.String
Enable or disable security question password recovery: ACTIVE or INACTIVE. Default: ACTIVE
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#question_recovery PolicyPasswordDefault#question_recovery}
public java.lang.Number getRecoveryEmailToken();
- Type: java.lang.Number
Lifetime in minutes of the recovery email token. Default: 60
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#recovery_email_token PolicyPasswordDefault#recovery_email_token}
public java.lang.Object getSkipUnlock();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
When an Active Directory user is locked out of Okta, the Okta unlock operation should also attempt to unlock the user's Windows account.
Default: false
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#skip_unlock PolicyPasswordDefault#skip_unlock}
public java.lang.String getSmsRecovery();
- Type: java.lang.String
Enable or disable SMS password recovery: ACTIVE or INACTIVE. Default: INACTIVE
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_password_default#sms_recovery PolicyPasswordDefault#sms_recovery}