Represents a {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_password okta_policy_password}.
import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/policypassword"
policypassword.NewPolicyPassword(scope Construct, id *string, config PolicyPasswordConfig) PolicyPassword
Name | Type | Description |
---|---|---|
scope |
github.com/aws/constructs-go/constructs/v10.Construct |
The scope in which to define this construct. |
id |
*string |
The scoped construct ID. |
config |
PolicyPasswordConfig |
No description. |
- Type: github.com/aws/constructs-go/constructs/v10.Construct
The scope in which to define this construct.
- Type: *string
The scoped construct ID.
Must be unique amongst siblings in the same scope
- Type: PolicyPasswordConfig
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". |
ResetAuthProvider |
No description. |
ResetCallRecovery |
No description. |
ResetDescription |
No description. |
ResetEmailRecovery |
No description. |
ResetGroupsIncluded |
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. |
ResetPriority |
No description. |
ResetQuestionMinLength |
No description. |
ResetQuestionRecovery |
No description. |
ResetRecoveryEmailToken |
No description. |
ResetSkipUnlock |
No description. |
ResetSmsRecovery |
No description. |
ResetStatus |
No description. |
func ToString() *string
Returns a string representation of this construct.
func AddOverride(path *string, value interface{})
- Type: *string
- Type: interface{}
func OverrideLogicalId(newLogicalId *string)
Overrides the auto-generated logical ID with a specific ID.
- Type: *string
The new logical ID to use for this stack element.
func ResetOverrideLogicalId()
Resets a previously passed logical Id to use the auto-generated logical id again.
func ToHclTerraform() interface{}
func ToMetadata() interface{}
func ToTerraform() interface{}
Adds this resource to the terraform JSON output.
func AddMoveTarget(moveTarget *string)
Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
- Type: *string
The string move target that will correspond to this resource.
func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
- Type: *string
func GetBooleanAttribute(terraformAttribute *string) IResolvable
- Type: *string
func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
- Type: *string
func GetListAttribute(terraformAttribute *string) *[]*string
- Type: *string
func GetNumberAttribute(terraformAttribute *string) *f64
- Type: *string
func GetNumberListAttribute(terraformAttribute *string) *[]*f64
- Type: *string
func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
- Type: *string
func GetStringAttribute(terraformAttribute *string) *string
- Type: *string
func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
- Type: *string
func HasResourceMove() interface{}
func ImportFrom(id *string, provider TerraformProvider)
- Type: *string
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
func InterpolationForAttribute(terraformAttribute *string) IResolvable
- Type: *string
func MoveFromId(id *string)
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: *string
Full id of resource being moved from, e.g. "aws_s3_bucket.example".
func MoveTo(moveTarget *string, index interface{})
Moves this resource to the target resource given by moveTarget.
- Type: *string
The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
- Type: interface{}
Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
func MoveToId(id *string)
Moves this resource to the resource corresponding to "id".
- Type: *string
Full id of resource to move to, e.g. "aws_s3_bucket.example".
func ResetAuthProvider()
func ResetCallRecovery()
func ResetDescription()
func ResetEmailRecovery()
func ResetGroupsIncluded()
func ResetId()
func ResetPasswordAutoUnlockMinutes()
func ResetPasswordDictionaryLookup()
func ResetPasswordExcludeFirstName()
func ResetPasswordExcludeLastName()
func ResetPasswordExcludeUsername()
func ResetPasswordExpireWarnDays()
func ResetPasswordHistoryCount()
func ResetPasswordLockoutNotificationChannels()
func ResetPasswordMaxAgeDays()
func ResetPasswordMaxLockoutAttempts()
func ResetPasswordMinAgeMinutes()
func ResetPasswordMinLength()
func ResetPasswordMinLowercase()
func ResetPasswordMinNumber()
func ResetPasswordMinSymbol()
func ResetPasswordMinUppercase()
func ResetPasswordShowLockoutFailures()
func ResetPriority()
func ResetQuestionMinLength()
func ResetQuestionRecovery()
func ResetRecoveryEmailToken()
func ResetSkipUnlock()
func ResetSmsRecovery()
func ResetStatus()
Name | Description |
---|---|
IsConstruct |
Checks if x is a construct. |
IsTerraformElement |
No description. |
IsTerraformResource |
No description. |
GenerateConfigForImport |
Generates CDKTF code for importing a PolicyPassword resource upon running "cdktf plan ". |
import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/policypassword"
policypassword.PolicyPassword_IsConstruct(x interface{}) *bool
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: interface{}
Any object.
import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/policypassword"
policypassword.PolicyPassword_IsTerraformElement(x interface{}) *bool
- Type: interface{}
import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/policypassword"
policypassword.PolicyPassword_IsTerraformResource(x interface{}) *bool
- Type: interface{}
import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/policypassword"
policypassword.PolicyPassword_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
Generates CDKTF code for importing a PolicyPassword resource upon running "cdktf plan ".
- Type: github.com/aws/constructs-go/constructs/v10.Construct
The scope in which to define this construct.
- Type: *string
The construct id used in the generated config for the PolicyPassword to import.
- Type: *string
The id of the existing PolicyPassword that should be imported.
Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_password#import import section} in the documentation of this resource for the id to use
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
? Optional instance of the provider where the PolicyPassword to import is found.
Name | Type | Description |
---|---|---|
Node |
github.com/aws/constructs-go/constructs/v10.Node |
The tree node. |
CdktfStack |
github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack |
No description. |
Fqn |
*string |
No description. |
FriendlyUniqueId |
*string |
No description. |
TerraformMetaArguments |
*map[string]interface{} |
No description. |
TerraformResourceType |
*string |
No description. |
TerraformGeneratorMetadata |
github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata |
No description. |
Connection |
interface{} |
No description. |
Count |
interface{} |
No description. |
DependsOn |
*[]*string |
No description. |
ForEach |
github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator |
No description. |
Lifecycle |
github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle |
No description. |
Provider |
github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider |
No description. |
Provisioners |
*[]interface{} |
No description. |
AuthProviderInput |
*string |
No description. |
CallRecoveryInput |
*string |
No description. |
DescriptionInput |
*string |
No description. |
EmailRecoveryInput |
*string |
No description. |
GroupsIncludedInput |
*[]*string |
No description. |
IdInput |
*string |
No description. |
NameInput |
*string |
No description. |
PasswordAutoUnlockMinutesInput |
*f64 |
No description. |
PasswordDictionaryLookupInput |
interface{} |
No description. |
PasswordExcludeFirstNameInput |
interface{} |
No description. |
PasswordExcludeLastNameInput |
interface{} |
No description. |
PasswordExcludeUsernameInput |
interface{} |
No description. |
PasswordExpireWarnDaysInput |
*f64 |
No description. |
PasswordHistoryCountInput |
*f64 |
No description. |
PasswordLockoutNotificationChannelsInput |
*[]*string |
No description. |
PasswordMaxAgeDaysInput |
*f64 |
No description. |
PasswordMaxLockoutAttemptsInput |
*f64 |
No description. |
PasswordMinAgeMinutesInput |
*f64 |
No description. |
PasswordMinLengthInput |
*f64 |
No description. |
PasswordMinLowercaseInput |
*f64 |
No description. |
PasswordMinNumberInput |
*f64 |
No description. |
PasswordMinSymbolInput |
*f64 |
No description. |
PasswordMinUppercaseInput |
*f64 |
No description. |
PasswordShowLockoutFailuresInput |
interface{} |
No description. |
PriorityInput |
*f64 |
No description. |
QuestionMinLengthInput |
*f64 |
No description. |
QuestionRecoveryInput |
*string |
No description. |
RecoveryEmailTokenInput |
*f64 |
No description. |
SkipUnlockInput |
interface{} |
No description. |
SmsRecoveryInput |
*string |
No description. |
StatusInput |
*string |
No description. |
AuthProvider |
*string |
No description. |
CallRecovery |
*string |
No description. |
Description |
*string |
No description. |
EmailRecovery |
*string |
No description. |
GroupsIncluded |
*[]*string |
No description. |
Id |
*string |
No description. |
Name |
*string |
No description. |
PasswordAutoUnlockMinutes |
*f64 |
No description. |
PasswordDictionaryLookup |
interface{} |
No description. |
PasswordExcludeFirstName |
interface{} |
No description. |
PasswordExcludeLastName |
interface{} |
No description. |
PasswordExcludeUsername |
interface{} |
No description. |
PasswordExpireWarnDays |
*f64 |
No description. |
PasswordHistoryCount |
*f64 |
No description. |
PasswordLockoutNotificationChannels |
*[]*string |
No description. |
PasswordMaxAgeDays |
*f64 |
No description. |
PasswordMaxLockoutAttempts |
*f64 |
No description. |
PasswordMinAgeMinutes |
*f64 |
No description. |
PasswordMinLength |
*f64 |
No description. |
PasswordMinLowercase |
*f64 |
No description. |
PasswordMinNumber |
*f64 |
No description. |
PasswordMinSymbol |
*f64 |
No description. |
PasswordMinUppercase |
*f64 |
No description. |
PasswordShowLockoutFailures |
interface{} |
No description. |
Priority |
*f64 |
No description. |
QuestionMinLength |
*f64 |
No description. |
QuestionRecovery |
*string |
No description. |
RecoveryEmailToken |
*f64 |
No description. |
SkipUnlock |
interface{} |
No description. |
SmsRecovery |
*string |
No description. |
Status |
*string |
No description. |
func Node() Node
- Type: github.com/aws/constructs-go/constructs/v10.Node
The tree node.
func CdktfStack() TerraformStack
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack
func Fqn() *string
- Type: *string
func FriendlyUniqueId() *string
- Type: *string
func TerraformMetaArguments() *map[string]interface{}
- Type: *map[string]interface{}
func TerraformResourceType() *string
- Type: *string
func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata
func Connection() interface{}
- Type: interface{}
func Count() interface{}
- Type: interface{}
func DependsOn() *[]*string
- Type: *[]*string
func ForEach() ITerraformIterator
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
func Lifecycle() TerraformResourceLifecycle
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
func Provider() TerraformProvider
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
func Provisioners() *[]interface{}
- Type: *[]interface{}
func AuthProviderInput() *string
- Type: *string
func CallRecoveryInput() *string
- Type: *string
func DescriptionInput() *string
- Type: *string
func EmailRecoveryInput() *string
- Type: *string
func GroupsIncludedInput() *[]*string
- Type: *[]*string
func IdInput() *string
- Type: *string
func NameInput() *string
- Type: *string
func PasswordAutoUnlockMinutesInput() *f64
- Type: *f64
func PasswordDictionaryLookupInput() interface{}
- Type: interface{}
func PasswordExcludeFirstNameInput() interface{}
- Type: interface{}
func PasswordExcludeLastNameInput() interface{}
- Type: interface{}
func PasswordExcludeUsernameInput() interface{}
- Type: interface{}
func PasswordExpireWarnDaysInput() *f64
- Type: *f64
func PasswordHistoryCountInput() *f64
- Type: *f64
func PasswordLockoutNotificationChannelsInput() *[]*string
- Type: *[]*string
func PasswordMaxAgeDaysInput() *f64
- Type: *f64
func PasswordMaxLockoutAttemptsInput() *f64
- Type: *f64
func PasswordMinAgeMinutesInput() *f64
- Type: *f64
func PasswordMinLengthInput() *f64
- Type: *f64
func PasswordMinLowercaseInput() *f64
- Type: *f64
func PasswordMinNumberInput() *f64
- Type: *f64
func PasswordMinSymbolInput() *f64
- Type: *f64
func PasswordMinUppercaseInput() *f64
- Type: *f64
func PasswordShowLockoutFailuresInput() interface{}
- Type: interface{}
func PriorityInput() *f64
- Type: *f64
func QuestionMinLengthInput() *f64
- Type: *f64
func QuestionRecoveryInput() *string
- Type: *string
func RecoveryEmailTokenInput() *f64
- Type: *f64
func SkipUnlockInput() interface{}
- Type: interface{}
func SmsRecoveryInput() *string
- Type: *string
func StatusInput() *string
- Type: *string
func AuthProvider() *string
- Type: *string
func CallRecovery() *string
- Type: *string
func Description() *string
- Type: *string
func EmailRecovery() *string
- Type: *string
func GroupsIncluded() *[]*string
- Type: *[]*string
func Id() *string
- Type: *string
func Name() *string
- Type: *string
func PasswordAutoUnlockMinutes() *f64
- Type: *f64
func PasswordDictionaryLookup() interface{}
- Type: interface{}
func PasswordExcludeFirstName() interface{}
- Type: interface{}
func PasswordExcludeLastName() interface{}
- Type: interface{}
func PasswordExcludeUsername() interface{}
- Type: interface{}
func PasswordExpireWarnDays() *f64
- Type: *f64
func PasswordHistoryCount() *f64
- Type: *f64
func PasswordLockoutNotificationChannels() *[]*string
- Type: *[]*string
func PasswordMaxAgeDays() *f64
- Type: *f64
func PasswordMaxLockoutAttempts() *f64
- Type: *f64
func PasswordMinAgeMinutes() *f64
- Type: *f64
func PasswordMinLength() *f64
- Type: *f64
func PasswordMinLowercase() *f64
- Type: *f64
func PasswordMinNumber() *f64
- Type: *f64
func PasswordMinSymbol() *f64
- Type: *f64
func PasswordMinUppercase() *f64
- Type: *f64
func PasswordShowLockoutFailures() interface{}
- Type: interface{}
func Priority() *f64
- Type: *f64
func QuestionMinLength() *f64
- Type: *f64
func QuestionRecovery() *string
- Type: *string
func RecoveryEmailToken() *f64
- Type: *f64
func SkipUnlock() interface{}
- Type: interface{}
func SmsRecovery() *string
- Type: *string
func Status() *string
- Type: *string
Name | Type | Description |
---|---|---|
TfResourceType |
*string |
No description. |
func TfResourceType() *string
- Type: *string
import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/policypassword"
&policypassword.PolicyPasswordConfig {
Connection: interface{},
Count: interface{},
DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable,
ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator,
Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle,
Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
Provisioners: *[]interface{},
Name: *string,
AuthProvider: *string,
CallRecovery: *string,
Description: *string,
EmailRecovery: *string,
GroupsIncluded: *[]*string,
Id: *string,
PasswordAutoUnlockMinutes: *f64,
PasswordDictionaryLookup: interface{},
PasswordExcludeFirstName: interface{},
PasswordExcludeLastName: interface{},
PasswordExcludeUsername: interface{},
PasswordExpireWarnDays: *f64,
PasswordHistoryCount: *f64,
PasswordLockoutNotificationChannels: *[]*string,
PasswordMaxAgeDays: *f64,
PasswordMaxLockoutAttempts: *f64,
PasswordMinAgeMinutes: *f64,
PasswordMinLength: *f64,
PasswordMinLowercase: *f64,
PasswordMinNumber: *f64,
PasswordMinSymbol: *f64,
PasswordMinUppercase: *f64,
PasswordShowLockoutFailures: interface{},
Priority: *f64,
QuestionMinLength: *f64,
QuestionRecovery: *string,
RecoveryEmailToken: *f64,
SkipUnlock: interface{},
SmsRecovery: *string,
Status: *string,
}
Name | Type | Description |
---|---|---|
Connection |
interface{} |
No description. |
Count |
interface{} |
No description. |
DependsOn |
*[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable |
No description. |
ForEach |
github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator |
No description. |
Lifecycle |
github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle |
No description. |
Provider |
github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider |
No description. |
Provisioners |
*[]interface{} |
No description. |
Name |
*string |
Policy Name. |
AuthProvider |
*string |
Authentication Provider: OKTA , ACTIVE_DIRECTORY or LDAP . Default: OKTA . |
CallRecovery |
*string |
Enable or disable voice call recovery: ACTIVE or INACTIVE . Default: INACTIVE . |
Description |
*string |
Policy Description. |
EmailRecovery |
*string |
Enable or disable email password recovery: ACTIVE or INACTIVE . Default: ACTIVE . |
GroupsIncluded |
*[]*string |
List of Group IDs to Include. |
Id |
*string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_password#id PolicyPassword#id}. |
PasswordAutoUnlockMinutes |
*f64 |
Number of minutes before a locked account is unlocked: 0 = no limit. Default: 0 . |
PasswordDictionaryLookup |
interface{} |
Check Passwords Against Common Password Dictionary. Default: false . |
PasswordExcludeFirstName |
interface{} |
User firstName attribute must be excluded from the password. |
PasswordExcludeLastName |
interface{} |
User lastName attribute must be excluded from the password. |
PasswordExcludeUsername |
interface{} |
If the user name must be excluded from the password. Default: true . |
PasswordExpireWarnDays |
*f64 |
Length in days a user will be warned before password expiry: 0 = no warning. Default: 0 . |
PasswordHistoryCount |
*f64 |
Number of distinct passwords that must be created before they can be reused: 0 = none. Default: 0 . |
PasswordLockoutNotificationChannels |
*[]*string |
Notification channels to use to notify a user when their account has been locked. |
PasswordMaxAgeDays |
*f64 |
Length in days a password is valid before expiry: 0 = no limit. Default: 0 . |
PasswordMaxLockoutAttempts |
*f64 |
Number of unsuccessful login attempts allowed before lockout: 0 = no limit. Default: 10 . |
PasswordMinAgeMinutes |
*f64 |
Minimum time interval in minutes between password changes: 0 = no limit. Default: 0 . |
PasswordMinLength |
*f64 |
Minimum password length. Default: 8 . |
PasswordMinLowercase |
*f64 |
If a password must contain at least one lower case letter: 0 = no, 1 = yes. Default: 1 . |
PasswordMinNumber |
*f64 |
If a password must contain at least one number: 0 = no, 1 = yes. Default: 1 . |
PasswordMinSymbol |
*f64 |
If a password must contain at least one symbol (!@#$%^&*): 0 = no, 1 = yes. Default: 0 . |
PasswordMinUppercase |
*f64 |
If a password must contain at least one upper case letter: 0 = no, 1 = yes. Default: 1 . |
PasswordShowLockoutFailures |
interface{} |
If a user should be informed when their account is locked. Default: false . |
Priority |
*f64 |
Policy Priority, this attribute can be set to a valid priority. |
QuestionMinLength |
*f64 |
Min length of the password recovery question answer. Default: 4 . |
QuestionRecovery |
*string |
Enable or disable security question password recovery: ACTIVE or INACTIVE . Default: ACTIVE . |
RecoveryEmailToken |
*f64 |
Lifetime in minutes of the recovery email token. Default: 60 . |
SkipUnlock |
interface{} |
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 |
*string |
Enable or disable SMS password recovery: ACTIVE or INACTIVE . Default: INACTIVE . |
Status |
*string |
Policy Status: ACTIVE or INACTIVE . Default: ACTIVE . |
Connection interface{}
- Type: interface{}
Count interface{}
- Type: interface{}
DependsOn *[]ITerraformDependable
- Type: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable
ForEach ITerraformIterator
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
Lifecycle TerraformResourceLifecycle
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
Provider TerraformProvider
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
Provisioners *[]interface{}
- Type: *[]interface{}
Name *string
- Type: *string
Policy Name.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_password#name PolicyPassword#name}
AuthProvider *string
- Type: *string
Authentication Provider: OKTA
, ACTIVE_DIRECTORY
or LDAP
. Default: OKTA
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_password#auth_provider PolicyPassword#auth_provider}
CallRecovery *string
- Type: *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.14.0/docs/resources/policy_password#call_recovery PolicyPassword#call_recovery}
Description *string
- Type: *string
Policy Description.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_password#description PolicyPassword#description}
EmailRecovery *string
- Type: *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.14.0/docs/resources/policy_password#email_recovery PolicyPassword#email_recovery}
GroupsIncluded *[]*string
- Type: *[]*string
List of Group IDs to Include.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_password#groups_included PolicyPassword#groups_included}
Id *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_password#id PolicyPassword#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.
PasswordAutoUnlockMinutes *f64
- Type: *f64
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.14.0/docs/resources/policy_password#password_auto_unlock_minutes PolicyPassword#password_auto_unlock_minutes}
PasswordDictionaryLookup interface{}
- Type: interface{}
Check Passwords Against Common Password Dictionary. Default: false
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_password#password_dictionary_lookup PolicyPassword#password_dictionary_lookup}
PasswordExcludeFirstName interface{}
- Type: interface{}
User firstName attribute must be excluded from the password.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_password#password_exclude_first_name PolicyPassword#password_exclude_first_name}
PasswordExcludeLastName interface{}
- Type: interface{}
User lastName attribute must be excluded from the password.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_password#password_exclude_last_name PolicyPassword#password_exclude_last_name}
PasswordExcludeUsername interface{}
- Type: interface{}
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.14.0/docs/resources/policy_password#password_exclude_username PolicyPassword#password_exclude_username}
PasswordExpireWarnDays *f64
- Type: *f64
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.14.0/docs/resources/policy_password#password_expire_warn_days PolicyPassword#password_expire_warn_days}
PasswordHistoryCount *f64
- Type: *f64
Number of distinct passwords that must be created before they can be reused: 0 = none. Default: 0
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_password#password_history_count PolicyPassword#password_history_count}
PasswordLockoutNotificationChannels *[]*string
- Type: *[]*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.14.0/docs/resources/policy_password#password_lockout_notification_channels PolicyPassword#password_lockout_notification_channels}
PasswordMaxAgeDays *f64
- Type: *f64
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.14.0/docs/resources/policy_password#password_max_age_days PolicyPassword#password_max_age_days}
PasswordMaxLockoutAttempts *f64
- Type: *f64
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.14.0/docs/resources/policy_password#password_max_lockout_attempts PolicyPassword#password_max_lockout_attempts}
PasswordMinAgeMinutes *f64
- Type: *f64
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.14.0/docs/resources/policy_password#password_min_age_minutes PolicyPassword#password_min_age_minutes}
PasswordMinLength *f64
- Type: *f64
Minimum password length. Default: 8
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_password#password_min_length PolicyPassword#password_min_length}
PasswordMinLowercase *f64
- Type: *f64
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.14.0/docs/resources/policy_password#password_min_lowercase PolicyPassword#password_min_lowercase}
PasswordMinNumber *f64
- Type: *f64
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.14.0/docs/resources/policy_password#password_min_number PolicyPassword#password_min_number}
PasswordMinSymbol *f64
- Type: *f64
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.14.0/docs/resources/policy_password#password_min_symbol PolicyPassword#password_min_symbol}
PasswordMinUppercase *f64
- Type: *f64
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.14.0/docs/resources/policy_password#password_min_uppercase PolicyPassword#password_min_uppercase}
PasswordShowLockoutFailures interface{}
- Type: interface{}
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.14.0/docs/resources/policy_password#password_show_lockout_failures PolicyPassword#password_show_lockout_failures}
Priority *f64
- Type: *f64
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.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_password#priority PolicyPassword#priority}
QuestionMinLength *f64
- Type: *f64
Min length of the password recovery question answer. Default: 4
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_password#question_min_length PolicyPassword#question_min_length}
QuestionRecovery *string
- Type: *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.14.0/docs/resources/policy_password#question_recovery PolicyPassword#question_recovery}
RecoveryEmailToken *f64
- Type: *f64
Lifetime in minutes of the recovery email token. Default: 60
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_password#recovery_email_token PolicyPassword#recovery_email_token}
SkipUnlock interface{}
- Type: interface{}
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.14.0/docs/resources/policy_password#skip_unlock PolicyPassword#skip_unlock}
SmsRecovery *string
- Type: *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.14.0/docs/resources/policy_password#sms_recovery PolicyPassword#sms_recovery}
Status *string
- Type: *string
Policy Status: ACTIVE
or INACTIVE
. Default: ACTIVE
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_password#status PolicyPassword#status}