Represents a {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default okta_policy_mfa_default}.
import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/policymfadefault"
policymfadefault.NewPolicyMfaDefault(scope Construct, id *string, config PolicyMfaDefaultConfig) PolicyMfaDefault
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 |
PolicyMfaDefaultConfig |
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: PolicyMfaDefaultConfig
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". |
ResetDuo |
No description. |
ResetExternalIdp |
No description. |
ResetExternalIdps |
No description. |
ResetFidoU2F |
No description. |
ResetFidoWebauthn |
No description. |
ResetGoogleOtp |
No description. |
ResetHotp |
No description. |
ResetId |
No description. |
ResetIsOie |
No description. |
ResetOktaCall |
No description. |
ResetOktaEmail |
No description. |
ResetOktaOtp |
No description. |
ResetOktaPassword |
No description. |
ResetOktaPush |
No description. |
ResetOktaQuestion |
No description. |
ResetOktaSms |
No description. |
ResetOktaVerify |
No description. |
ResetOnpremMfa |
No description. |
ResetPhoneNumber |
No description. |
ResetRsaToken |
No description. |
ResetSecurityQuestion |
No description. |
ResetSymantecVip |
No description. |
ResetWebauthn |
No description. |
ResetYubikeyToken |
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 ResetDuo()
func ResetExternalIdp()
func ResetExternalIdps()
func ResetFidoU2F()
func ResetFidoWebauthn()
func ResetGoogleOtp()
func ResetHotp()
func ResetId()
func ResetIsOie()
func ResetOktaCall()
func ResetOktaEmail()
func ResetOktaOtp()
func ResetOktaPassword()
func ResetOktaPush()
func ResetOktaQuestion()
func ResetOktaSms()
func ResetOktaVerify()
func ResetOnpremMfa()
func ResetPhoneNumber()
func ResetRsaToken()
func ResetSecurityQuestion()
func ResetSymantecVip()
func ResetWebauthn()
func ResetYubikeyToken()
Name | Description |
---|---|
IsConstruct |
Checks if x is a construct. |
IsTerraformElement |
No description. |
IsTerraformResource |
No description. |
GenerateConfigForImport |
Generates CDKTF code for importing a PolicyMfaDefault resource upon running "cdktf plan ". |
import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/policymfadefault"
policymfadefault.PolicyMfaDefault_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/policymfadefault"
policymfadefault.PolicyMfaDefault_IsTerraformElement(x interface{}) *bool
- Type: interface{}
import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/policymfadefault"
policymfadefault.PolicyMfaDefault_IsTerraformResource(x interface{}) *bool
- Type: interface{}
import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/policymfadefault"
policymfadefault.PolicyMfaDefault_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
Generates CDKTF code for importing a PolicyMfaDefault 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 PolicyMfaDefault to import.
- Type: *string
The id of the existing PolicyMfaDefault that should be imported.
Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#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 PolicyMfaDefault 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. |
DefaultIncludedGroupId |
*string |
No description. |
Description |
*string |
No description. |
Name |
*string |
No description. |
Priority |
*f64 |
No description. |
Status |
*string |
No description. |
DuoInput |
*map[string]*string |
No description. |
ExternalIdpInput |
*map[string]*string |
No description. |
ExternalIdpsInput |
interface{} |
No description. |
FidoU2FInput |
*map[string]*string |
No description. |
FidoWebauthnInput |
*map[string]*string |
No description. |
GoogleOtpInput |
*map[string]*string |
No description. |
HotpInput |
*map[string]*string |
No description. |
IdInput |
*string |
No description. |
IsOieInput |
interface{} |
No description. |
OktaCallInput |
*map[string]*string |
No description. |
OktaEmailInput |
*map[string]*string |
No description. |
OktaOtpInput |
*map[string]*string |
No description. |
OktaPasswordInput |
*map[string]*string |
No description. |
OktaPushInput |
*map[string]*string |
No description. |
OktaQuestionInput |
*map[string]*string |
No description. |
OktaSmsInput |
*map[string]*string |
No description. |
OktaVerifyInput |
*map[string]*string |
No description. |
OnpremMfaInput |
*map[string]*string |
No description. |
PhoneNumberInput |
*map[string]*string |
No description. |
RsaTokenInput |
*map[string]*string |
No description. |
SecurityQuestionInput |
*map[string]*string |
No description. |
SymantecVipInput |
*map[string]*string |
No description. |
WebauthnInput |
*map[string]*string |
No description. |
YubikeyTokenInput |
*map[string]*string |
No description. |
Duo |
*map[string]*string |
No description. |
ExternalIdp |
*map[string]*string |
No description. |
ExternalIdps |
interface{} |
No description. |
FidoU2F |
*map[string]*string |
No description. |
FidoWebauthn |
*map[string]*string |
No description. |
GoogleOtp |
*map[string]*string |
No description. |
Hotp |
*map[string]*string |
No description. |
Id |
*string |
No description. |
IsOie |
interface{} |
No description. |
OktaCall |
*map[string]*string |
No description. |
OktaEmail |
*map[string]*string |
No description. |
OktaOtp |
*map[string]*string |
No description. |
OktaPassword |
*map[string]*string |
No description. |
OktaPush |
*map[string]*string |
No description. |
OktaQuestion |
*map[string]*string |
No description. |
OktaSms |
*map[string]*string |
No description. |
OktaVerify |
*map[string]*string |
No description. |
OnpremMfa |
*map[string]*string |
No description. |
PhoneNumber |
*map[string]*string |
No description. |
RsaToken |
*map[string]*string |
No description. |
SecurityQuestion |
*map[string]*string |
No description. |
SymantecVip |
*map[string]*string |
No description. |
Webauthn |
*map[string]*string |
No description. |
YubikeyToken |
*map[string]*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 DefaultIncludedGroupId() *string
- Type: *string
func Description() *string
- Type: *string
func Name() *string
- Type: *string
func Priority() *f64
- Type: *f64
func Status() *string
- Type: *string
func DuoInput() *map[string]*string
- Type: *map[string]*string
func ExternalIdpInput() *map[string]*string
- Type: *map[string]*string
func ExternalIdpsInput() interface{}
- Type: interface{}
func FidoU2FInput() *map[string]*string
- Type: *map[string]*string
func FidoWebauthnInput() *map[string]*string
- Type: *map[string]*string
func GoogleOtpInput() *map[string]*string
- Type: *map[string]*string
func HotpInput() *map[string]*string
- Type: *map[string]*string
func IdInput() *string
- Type: *string
func IsOieInput() interface{}
- Type: interface{}
func OktaCallInput() *map[string]*string
- Type: *map[string]*string
func OktaEmailInput() *map[string]*string
- Type: *map[string]*string
func OktaOtpInput() *map[string]*string
- Type: *map[string]*string
func OktaPasswordInput() *map[string]*string
- Type: *map[string]*string
func OktaPushInput() *map[string]*string
- Type: *map[string]*string
func OktaQuestionInput() *map[string]*string
- Type: *map[string]*string
func OktaSmsInput() *map[string]*string
- Type: *map[string]*string
func OktaVerifyInput() *map[string]*string
- Type: *map[string]*string
func OnpremMfaInput() *map[string]*string
- Type: *map[string]*string
func PhoneNumberInput() *map[string]*string
- Type: *map[string]*string
func RsaTokenInput() *map[string]*string
- Type: *map[string]*string
func SecurityQuestionInput() *map[string]*string
- Type: *map[string]*string
func SymantecVipInput() *map[string]*string
- Type: *map[string]*string
func WebauthnInput() *map[string]*string
- Type: *map[string]*string
func YubikeyTokenInput() *map[string]*string
- Type: *map[string]*string
func Duo() *map[string]*string
- Type: *map[string]*string
func ExternalIdp() *map[string]*string
- Type: *map[string]*string
func ExternalIdps() interface{}
- Type: interface{}
func FidoU2F() *map[string]*string
- Type: *map[string]*string
func FidoWebauthn() *map[string]*string
- Type: *map[string]*string
func GoogleOtp() *map[string]*string
- Type: *map[string]*string
func Hotp() *map[string]*string
- Type: *map[string]*string
func Id() *string
- Type: *string
func IsOie() interface{}
- Type: interface{}
func OktaCall() *map[string]*string
- Type: *map[string]*string
func OktaEmail() *map[string]*string
- Type: *map[string]*string
func OktaOtp() *map[string]*string
- Type: *map[string]*string
func OktaPassword() *map[string]*string
- Type: *map[string]*string
func OktaPush() *map[string]*string
- Type: *map[string]*string
func OktaQuestion() *map[string]*string
- Type: *map[string]*string
func OktaSms() *map[string]*string
- Type: *map[string]*string
func OktaVerify() *map[string]*string
- Type: *map[string]*string
func OnpremMfa() *map[string]*string
- Type: *map[string]*string
func PhoneNumber() *map[string]*string
- Type: *map[string]*string
func RsaToken() *map[string]*string
- Type: *map[string]*string
func SecurityQuestion() *map[string]*string
- Type: *map[string]*string
func SymantecVip() *map[string]*string
- Type: *map[string]*string
func Webauthn() *map[string]*string
- Type: *map[string]*string
func YubikeyToken() *map[string]*string
- Type: *map[string]*string
Name | Type | Description |
---|---|---|
TfResourceType |
*string |
No description. |
func TfResourceType() *string
- Type: *string
import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/policymfadefault"
&policymfadefault.PolicyMfaDefaultConfig {
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{},
Duo: *map[string]*string,
ExternalIdp: *map[string]*string,
ExternalIdps: interface{},
FidoU2F: *map[string]*string,
FidoWebauthn: *map[string]*string,
GoogleOtp: *map[string]*string,
Hotp: *map[string]*string,
Id: *string,
IsOie: interface{},
OktaCall: *map[string]*string,
OktaEmail: *map[string]*string,
OktaOtp: *map[string]*string,
OktaPassword: *map[string]*string,
OktaPush: *map[string]*string,
OktaQuestion: *map[string]*string,
OktaSms: *map[string]*string,
OktaVerify: *map[string]*string,
OnpremMfa: *map[string]*string,
PhoneNumber: *map[string]*string,
RsaToken: *map[string]*string,
SecurityQuestion: *map[string]*string,
SymantecVip: *map[string]*string,
Webauthn: *map[string]*string,
YubikeyToken: *map[string]*string,
}
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{}
Duo *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#duo PolicyMfaDefault#duo}.
ExternalIdp *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#external_idp PolicyMfaDefault#external_idp}.
ExternalIdps interface{}
- Type: interface{}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#external_idps PolicyMfaDefault#external_idps}.
FidoU2F *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#fido_u2f PolicyMfaDefault#fido_u2f}.
FidoWebauthn *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#fido_webauthn PolicyMfaDefault#fido_webauthn}.
GoogleOtp *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#google_otp PolicyMfaDefault#google_otp}.
Hotp *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#hotp PolicyMfaDefault#hotp}.
Id *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#id PolicyMfaDefault#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.
IsOie interface{}
- Type: interface{}
Is the policy using Okta Identity Engine (OIE) with authenticators instead of factors?
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#is_oie PolicyMfaDefault#is_oie}
OktaCall *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#okta_call PolicyMfaDefault#okta_call}.
OktaEmail *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#okta_email PolicyMfaDefault#okta_email}.
OktaOtp *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#okta_otp PolicyMfaDefault#okta_otp}.
OktaPassword *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#okta_password PolicyMfaDefault#okta_password}.
OktaPush *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#okta_push PolicyMfaDefault#okta_push}.
OktaQuestion *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#okta_question PolicyMfaDefault#okta_question}.
OktaSms *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#okta_sms PolicyMfaDefault#okta_sms}.
OktaVerify *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#okta_verify PolicyMfaDefault#okta_verify}.
OnpremMfa *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#onprem_mfa PolicyMfaDefault#onprem_mfa}.
PhoneNumber *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#phone_number PolicyMfaDefault#phone_number}.
RsaToken *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#rsa_token PolicyMfaDefault#rsa_token}.
SecurityQuestion *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#security_question PolicyMfaDefault#security_question}.
SymantecVip *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#symantec_vip PolicyMfaDefault#symantec_vip}.
Webauthn *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#webauthn PolicyMfaDefault#webauthn}.
YubikeyToken *map[string]*string
- Type: *map[string]*string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.14.0/docs/resources/policy_mfa_default#yubikey_token PolicyMfaDefault#yubikey_token}.