Skip to content

Latest commit

 

History

History
2161 lines (1369 loc) · 88.1 KB

policyPassword.go.md

File metadata and controls

2161 lines (1369 loc) · 88.1 KB

policyPassword Submodule

Constructs

PolicyPassword

Represents a {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_password okta_policy_password}.

Initializers

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.

scopeRequired
  • Type: github.com/aws/constructs-go/constructs/v10.Construct

The scope in which to define this construct.


idRequired
  • Type: *string

The scoped construct ID.

Must be unique amongst siblings in the same scope


configRequired

Methods

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.

ToString
func ToString() *string

Returns a string representation of this construct.

AddOverride
func AddOverride(path *string, value interface{})
pathRequired
  • Type: *string

valueRequired
  • Type: interface{}

OverrideLogicalId
func OverrideLogicalId(newLogicalId *string)

Overrides the auto-generated logical ID with a specific ID.

newLogicalIdRequired
  • Type: *string

The new logical ID to use for this stack element.


ResetOverrideLogicalId
func ResetOverrideLogicalId()

Resets a previously passed logical Id to use the auto-generated logical id again.

ToHclTerraform
func ToHclTerraform() interface{}
ToMetadata
func ToMetadata() interface{}
ToTerraform
func ToTerraform() interface{}

Adds this resource to the terraform JSON output.

AddMoveTarget
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.

moveTargetRequired
  • Type: *string

The string move target that will correspond to this resource.


GetAnyMapAttribute
func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
terraformAttributeRequired
  • Type: *string

GetBooleanAttribute
func GetBooleanAttribute(terraformAttribute *string) IResolvable
terraformAttributeRequired
  • Type: *string

GetBooleanMapAttribute
func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
terraformAttributeRequired
  • Type: *string

GetListAttribute
func GetListAttribute(terraformAttribute *string) *[]*string
terraformAttributeRequired
  • Type: *string

GetNumberAttribute
func GetNumberAttribute(terraformAttribute *string) *f64
terraformAttributeRequired
  • Type: *string

GetNumberListAttribute
func GetNumberListAttribute(terraformAttribute *string) *[]*f64
terraformAttributeRequired
  • Type: *string

GetNumberMapAttribute
func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
terraformAttributeRequired
  • Type: *string

GetStringAttribute
func GetStringAttribute(terraformAttribute *string) *string
terraformAttributeRequired
  • Type: *string

GetStringMapAttribute
func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
terraformAttributeRequired
  • Type: *string

HasResourceMove
func HasResourceMove() interface{}
ImportFrom
func ImportFrom(id *string, provider TerraformProvider)
idRequired
  • Type: *string

providerOptional
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

InterpolationForAttribute
func InterpolationForAttribute(terraformAttribute *string) IResolvable
terraformAttributeRequired
  • Type: *string

MoveFromId
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.

idRequired
  • Type: *string

Full id of resource being moved from, e.g. "aws_s3_bucket.example".


MoveTo
func MoveTo(moveTarget *string, index interface{})

Moves this resource to the target resource given by moveTarget.

moveTargetRequired
  • Type: *string

The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.


indexOptional
  • Type: interface{}

Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.


MoveToId
func MoveToId(id *string)

Moves this resource to the resource corresponding to "id".

idRequired
  • Type: *string

Full id of resource to move to, e.g. "aws_s3_bucket.example".


ResetAuthProvider
func ResetAuthProvider()
ResetCallRecovery
func ResetCallRecovery()
ResetDescription
func ResetDescription()
ResetEmailRecovery
func ResetEmailRecovery()
ResetGroupsIncluded
func ResetGroupsIncluded()
ResetId
func ResetId()
ResetPasswordAutoUnlockMinutes
func ResetPasswordAutoUnlockMinutes()
ResetPasswordDictionaryLookup
func ResetPasswordDictionaryLookup()
ResetPasswordExcludeFirstName
func ResetPasswordExcludeFirstName()
ResetPasswordExcludeLastName
func ResetPasswordExcludeLastName()
ResetPasswordExcludeUsername
func ResetPasswordExcludeUsername()
ResetPasswordExpireWarnDays
func ResetPasswordExpireWarnDays()
ResetPasswordHistoryCount
func ResetPasswordHistoryCount()
ResetPasswordLockoutNotificationChannels
func ResetPasswordLockoutNotificationChannels()
ResetPasswordMaxAgeDays
func ResetPasswordMaxAgeDays()
ResetPasswordMaxLockoutAttempts
func ResetPasswordMaxLockoutAttempts()
ResetPasswordMinAgeMinutes
func ResetPasswordMinAgeMinutes()
ResetPasswordMinLength
func ResetPasswordMinLength()
ResetPasswordMinLowercase
func ResetPasswordMinLowercase()
ResetPasswordMinNumber
func ResetPasswordMinNumber()
ResetPasswordMinSymbol
func ResetPasswordMinSymbol()
ResetPasswordMinUppercase
func ResetPasswordMinUppercase()
ResetPasswordShowLockoutFailures
func ResetPasswordShowLockoutFailures()
ResetPriority
func ResetPriority()
ResetQuestionMinLength
func ResetQuestionMinLength()
ResetQuestionRecovery
func ResetQuestionRecovery()
ResetRecoveryEmailToken
func ResetRecoveryEmailToken()
ResetSkipUnlock
func ResetSkipUnlock()
ResetSmsRecovery
func ResetSmsRecovery()
ResetStatus
func ResetStatus()

Static Functions

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 ".

IsConstruct
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.

xRequired
  • Type: interface{}

Any object.


IsTerraformElement
import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/policypassword"

policypassword.PolicyPassword_IsTerraformElement(x interface{}) *bool
xRequired
  • Type: interface{}

IsTerraformResource
import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/policypassword"

policypassword.PolicyPassword_IsTerraformResource(x interface{}) *bool
xRequired
  • Type: interface{}

GenerateConfigForImport
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 ".

scopeRequired
  • Type: github.com/aws/constructs-go/constructs/v10.Construct

The scope in which to define this construct.


importToIdRequired
  • Type: *string

The construct id used in the generated config for the PolicyPassword to import.


importFromIdRequired
  • 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


providerOptional
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

? Optional instance of the provider where the PolicyPassword to import is found.


Properties

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.

NodeRequired
func Node() Node
  • Type: github.com/aws/constructs-go/constructs/v10.Node

The tree node.


CdktfStackRequired
func CdktfStack() TerraformStack
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack

FqnRequired
func Fqn() *string
  • Type: *string

FriendlyUniqueIdRequired
func FriendlyUniqueId() *string
  • Type: *string

TerraformMetaArgumentsRequired
func TerraformMetaArguments() *map[string]interface{}
  • Type: *map[string]interface{}

TerraformResourceTypeRequired
func TerraformResourceType() *string
  • Type: *string

TerraformGeneratorMetadataOptional
func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata

ConnectionOptional
func Connection() interface{}
  • Type: interface{}

CountOptional
func Count() interface{}
  • Type: interface{}

DependsOnOptional
func DependsOn() *[]*string
  • Type: *[]*string

ForEachOptional
func ForEach() ITerraformIterator
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator

LifecycleOptional
func Lifecycle() TerraformResourceLifecycle
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle

ProviderOptional
func Provider() TerraformProvider
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

ProvisionersOptional
func Provisioners() *[]interface{}
  • Type: *[]interface{}

AuthProviderInputOptional
func AuthProviderInput() *string
  • Type: *string

CallRecoveryInputOptional
func CallRecoveryInput() *string
  • Type: *string

DescriptionInputOptional
func DescriptionInput() *string
  • Type: *string

EmailRecoveryInputOptional
func EmailRecoveryInput() *string
  • Type: *string

GroupsIncludedInputOptional
func GroupsIncludedInput() *[]*string
  • Type: *[]*string

IdInputOptional
func IdInput() *string
  • Type: *string

NameInputOptional
func NameInput() *string
  • Type: *string

PasswordAutoUnlockMinutesInputOptional
func PasswordAutoUnlockMinutesInput() *f64
  • Type: *f64

PasswordDictionaryLookupInputOptional
func PasswordDictionaryLookupInput() interface{}
  • Type: interface{}

PasswordExcludeFirstNameInputOptional
func PasswordExcludeFirstNameInput() interface{}
  • Type: interface{}

PasswordExcludeLastNameInputOptional
func PasswordExcludeLastNameInput() interface{}
  • Type: interface{}

PasswordExcludeUsernameInputOptional
func PasswordExcludeUsernameInput() interface{}
  • Type: interface{}

PasswordExpireWarnDaysInputOptional
func PasswordExpireWarnDaysInput() *f64
  • Type: *f64

PasswordHistoryCountInputOptional
func PasswordHistoryCountInput() *f64
  • Type: *f64

PasswordLockoutNotificationChannelsInputOptional
func PasswordLockoutNotificationChannelsInput() *[]*string
  • Type: *[]*string

PasswordMaxAgeDaysInputOptional
func PasswordMaxAgeDaysInput() *f64
  • Type: *f64

PasswordMaxLockoutAttemptsInputOptional
func PasswordMaxLockoutAttemptsInput() *f64
  • Type: *f64

PasswordMinAgeMinutesInputOptional
func PasswordMinAgeMinutesInput() *f64
  • Type: *f64

PasswordMinLengthInputOptional
func PasswordMinLengthInput() *f64
  • Type: *f64

PasswordMinLowercaseInputOptional
func PasswordMinLowercaseInput() *f64
  • Type: *f64

PasswordMinNumberInputOptional
func PasswordMinNumberInput() *f64
  • Type: *f64

PasswordMinSymbolInputOptional
func PasswordMinSymbolInput() *f64
  • Type: *f64

PasswordMinUppercaseInputOptional
func PasswordMinUppercaseInput() *f64
  • Type: *f64

PasswordShowLockoutFailuresInputOptional
func PasswordShowLockoutFailuresInput() interface{}
  • Type: interface{}

PriorityInputOptional
func PriorityInput() *f64
  • Type: *f64

QuestionMinLengthInputOptional
func QuestionMinLengthInput() *f64
  • Type: *f64

QuestionRecoveryInputOptional
func QuestionRecoveryInput() *string
  • Type: *string

RecoveryEmailTokenInputOptional
func RecoveryEmailTokenInput() *f64
  • Type: *f64

SkipUnlockInputOptional
func SkipUnlockInput() interface{}
  • Type: interface{}

SmsRecoveryInputOptional
func SmsRecoveryInput() *string
  • Type: *string

StatusInputOptional
func StatusInput() *string
  • Type: *string

AuthProviderRequired
func AuthProvider() *string
  • Type: *string

CallRecoveryRequired
func CallRecovery() *string
  • Type: *string

DescriptionRequired
func Description() *string
  • Type: *string

EmailRecoveryRequired
func EmailRecovery() *string
  • Type: *string

GroupsIncludedRequired
func GroupsIncluded() *[]*string
  • Type: *[]*string

IdRequired
func Id() *string
  • Type: *string

NameRequired
func Name() *string
  • Type: *string

PasswordAutoUnlockMinutesRequired
func PasswordAutoUnlockMinutes() *f64
  • Type: *f64

PasswordDictionaryLookupRequired
func PasswordDictionaryLookup() interface{}
  • Type: interface{}

PasswordExcludeFirstNameRequired
func PasswordExcludeFirstName() interface{}
  • Type: interface{}

PasswordExcludeLastNameRequired
func PasswordExcludeLastName() interface{}
  • Type: interface{}

PasswordExcludeUsernameRequired
func PasswordExcludeUsername() interface{}
  • Type: interface{}

PasswordExpireWarnDaysRequired
func PasswordExpireWarnDays() *f64
  • Type: *f64

PasswordHistoryCountRequired
func PasswordHistoryCount() *f64
  • Type: *f64

PasswordLockoutNotificationChannelsRequired
func PasswordLockoutNotificationChannels() *[]*string
  • Type: *[]*string

PasswordMaxAgeDaysRequired
func PasswordMaxAgeDays() *f64
  • Type: *f64

PasswordMaxLockoutAttemptsRequired
func PasswordMaxLockoutAttempts() *f64
  • Type: *f64

PasswordMinAgeMinutesRequired
func PasswordMinAgeMinutes() *f64
  • Type: *f64

PasswordMinLengthRequired
func PasswordMinLength() *f64
  • Type: *f64

PasswordMinLowercaseRequired
func PasswordMinLowercase() *f64
  • Type: *f64

PasswordMinNumberRequired
func PasswordMinNumber() *f64
  • Type: *f64

PasswordMinSymbolRequired
func PasswordMinSymbol() *f64
  • Type: *f64

PasswordMinUppercaseRequired
func PasswordMinUppercase() *f64
  • Type: *f64

PasswordShowLockoutFailuresRequired
func PasswordShowLockoutFailures() interface{}
  • Type: interface{}

PriorityRequired
func Priority() *f64
  • Type: *f64

QuestionMinLengthRequired
func QuestionMinLength() *f64
  • Type: *f64

QuestionRecoveryRequired
func QuestionRecovery() *string
  • Type: *string

RecoveryEmailTokenRequired
func RecoveryEmailToken() *f64
  • Type: *f64

SkipUnlockRequired
func SkipUnlock() interface{}
  • Type: interface{}

SmsRecoveryRequired
func SmsRecovery() *string
  • Type: *string

StatusRequired
func Status() *string
  • Type: *string

Constants

Name Type Description
TfResourceType *string No description.

TfResourceTypeRequired
func TfResourceType() *string
  • Type: *string

Structs

PolicyPasswordConfig

Initializer

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,
}

Properties

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.

ConnectionOptional
Connection interface{}
  • Type: interface{}

CountOptional
Count interface{}
  • Type: interface{}

DependsOnOptional
DependsOn *[]ITerraformDependable
  • Type: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable

ForEachOptional
ForEach ITerraformIterator
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator

LifecycleOptional
Lifecycle TerraformResourceLifecycle
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle

ProviderOptional
Provider TerraformProvider
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

ProvisionersOptional
Provisioners *[]interface{}
  • Type: *[]interface{}

NameRequired
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}


AuthProviderOptional
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}


CallRecoveryOptional
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}


DescriptionOptional
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}


EmailRecoveryOptional
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}


GroupsIncludedOptional
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}


IdOptional
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.


PasswordAutoUnlockMinutesOptional
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}


PasswordDictionaryLookupOptional
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}


PasswordExcludeFirstNameOptional
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}


PasswordExcludeLastNameOptional
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}


PasswordExcludeUsernameOptional
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}


PasswordExpireWarnDaysOptional
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}


PasswordHistoryCountOptional
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}


PasswordLockoutNotificationChannelsOptional
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}


PasswordMaxAgeDaysOptional
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}


PasswordMaxLockoutAttemptsOptional
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}


PasswordMinAgeMinutesOptional
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}


PasswordMinLengthOptional
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}


PasswordMinLowercaseOptional
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}


PasswordMinNumberOptional
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}


PasswordMinSymbolOptional
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}


PasswordMinUppercaseOptional
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}


PasswordShowLockoutFailuresOptional
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}


PriorityOptional
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}


QuestionMinLengthOptional
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}


QuestionRecoveryOptional
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}


RecoveryEmailTokenOptional
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}


SkipUnlockOptional
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}


SmsRecoveryOptional
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}


StatusOptional
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}