Mfa
Creates an MFA Policy.
This resource allows you to create and configure an MFA Policy.
Example Usage
using Pulumi;
using Okta = Pulumi.Okta;
class MyStack : Stack
{
public MyStack()
{
var example = new Okta.Policy.Mfa("example", new Okta.Policy.MfaArgs
{
Description = "Example",
GroupsIncludeds =
{
data.Okta_group.Everyone.Id,
},
OktaOtp = new Okta.Policy.Inputs.MfaOktaOtpArgs
{
Enroll = "REQUIRED",
},
Status = "ACTIVE",
});
}
}
Coming soon!
import pulumi
import pulumi_okta as okta
example = okta.policy.Mfa("example",
description="Example",
groups_includeds=[data["okta.group.Group"]["everyone"]["id"]],
okta_otp={
"enroll": "REQUIRED",
},
status="ACTIVE")import * as pulumi from "@pulumi/pulumi";
import * as okta from "@pulumi/okta";
const example = new okta.policy.Mfa("example", {
description: "Example",
groupsIncludeds: [okta_group_everyone.id],
oktaOtp: {
enroll: "REQUIRED",
},
status: "ACTIVE",
});Create a Mfa Resource
new Mfa(name: string, args?: MfaArgs, opts?: CustomResourceOptions);def Mfa(resource_name, opts=None, description=None, duo=None, fido_u2f=None, fido_webauthn=None, google_otp=None, groups_includeds=None, name=None, okta_call=None, okta_otp=None, okta_password=None, okta_push=None, okta_question=None, okta_sms=None, priority=None, rsa_token=None, status=None, symantec_vip=None, yubikey_token=None, __props__=None);public Mfa(string name, MfaArgs? args = null, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args MfaArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args MfaArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MfaArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
Mfa Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The Mfa resource accepts the following input properties:
- Description string
Policy Description.
- Duo
Mfa
Duo Args DUO MFA policy settings.
- Fido
U2f MfaFido U2f Args Fido U2F MFA policy settings.
- Fido
Webauthn MfaFido Webauthn Args Fido Web Authn MFA policy settings.
- Google
Otp MfaGoogle Otp Args Google OTP MFA policy settings.
- Groups
Includeds List<string> List of Group IDs to Include.
- Name string
Policy Name.
- Okta
Call MfaOkta Call Args Okta Call MFA policy settings.
- Okta
Otp MfaOkta Otp Args Okta OTP MFA policy settings.
- Okta
Password MfaOkta Password Args Okta Password MFA policy settings.
- Okta
Push MfaOkta Push Args Okta Push MFA policy settings.
- Okta
Question MfaOkta Question Args Okta Question MFA policy settings.
- Okta
Sms MfaOkta Sms Args Okta SMS MFA policy settings.
- Priority int
Priority of the policy.
- Rsa
Token MfaRsa Token Args RSA Token MFA policy settings.
- Status string
Policy Status:
"ACTIVE"or"INACTIVE".- Symantec
Vip MfaSymantec Vip Args Symantec VIP MFA policy settings.
- Yubikey
Token MfaYubikey Token Args Yubikey Token MFA policy settings.
- Description string
Policy Description.
- Duo
Mfa
Duo DUO MFA policy settings.
- Fido
U2f MfaFido U2f Fido U2F MFA policy settings.
- Fido
Webauthn MfaFido Webauthn Fido Web Authn MFA policy settings.
- Google
Otp MfaGoogle Otp Google OTP MFA policy settings.
- Groups
Includeds []string List of Group IDs to Include.
- Name string
Policy Name.
- Okta
Call MfaOkta Call Okta Call MFA policy settings.
- Okta
Otp MfaOkta Otp Okta OTP MFA policy settings.
- Okta
Password MfaOkta Password Okta Password MFA policy settings.
- Okta
Push MfaOkta Push Okta Push MFA policy settings.
- Okta
Question MfaOkta Question Okta Question MFA policy settings.
- Okta
Sms MfaOkta Sms Okta SMS MFA policy settings.
- Priority int
Priority of the policy.
- Rsa
Token MfaRsa Token RSA Token MFA policy settings.
- Status string
Policy Status:
"ACTIVE"or"INACTIVE".- Symantec
Vip MfaSymantec Vip Symantec VIP MFA policy settings.
- Yubikey
Token MfaYubikey Token Yubikey Token MFA policy settings.
- description string
Policy Description.
- duo
Mfa
Duo DUO MFA policy settings.
- fido
U2f MfaFido U2f Fido U2F MFA policy settings.
- fido
Webauthn MfaFido Webauthn Fido Web Authn MFA policy settings.
- google
Otp MfaGoogle Otp Google OTP MFA policy settings.
- groups
Includeds string[] List of Group IDs to Include.
- name string
Policy Name.
- okta
Call MfaOkta Call Okta Call MFA policy settings.
- okta
Otp MfaOkta Otp Okta OTP MFA policy settings.
- okta
Password MfaOkta Password Okta Password MFA policy settings.
- okta
Push MfaOkta Push Okta Push MFA policy settings.
- okta
Question MfaOkta Question Okta Question MFA policy settings.
- okta
Sms MfaOkta Sms Okta SMS MFA policy settings.
- priority number
Priority of the policy.
- rsa
Token MfaRsa Token RSA Token MFA policy settings.
- status string
Policy Status:
"ACTIVE"or"INACTIVE".- symantec
Vip MfaSymantec Vip Symantec VIP MFA policy settings.
- yubikey
Token MfaYubikey Token Yubikey Token MFA policy settings.
- description str
Policy Description.
- duo
Dict[Mfa
Duo] DUO MFA policy settings.
- fido_
u2f Dict[MfaFido U2f] Fido U2F MFA policy settings.
- fido_
webauthn Dict[MfaFido Webauthn] Fido Web Authn MFA policy settings.
- google_
otp Dict[MfaGoogle Otp] Google OTP MFA policy settings.
- groups_
includeds List[str] List of Group IDs to Include.
- name str
Policy Name.
- okta_
call Dict[MfaOkta Call] Okta Call MFA policy settings.
- okta_
otp Dict[MfaOkta Otp] Okta OTP MFA policy settings.
- okta_
password Dict[MfaOkta Password] Okta Password MFA policy settings.
- okta_
push Dict[MfaOkta Push] Okta Push MFA policy settings.
- okta_
question Dict[MfaOkta Question] Okta Question MFA policy settings.
- okta_
sms Dict[MfaOkta Sms] Okta SMS MFA policy settings.
- priority float
Priority of the policy.
- rsa_
token Dict[MfaRsa Token] RSA Token MFA policy settings.
- status str
Policy Status:
"ACTIVE"or"INACTIVE".- symantec_
vip Dict[MfaSymantec Vip] Symantec VIP MFA policy settings.
- yubikey_
token Dict[MfaYubikey Token] Yubikey Token MFA policy settings.
Outputs
All input properties are implicitly available as output properties. Additionally, the Mfa resource produces the following output properties:
Look up an Existing Mfa Resource
Get an existing Mfa resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: MfaState, opts?: CustomResourceOptions): Mfastatic get(resource_name, id, opts=None, description=None, duo=None, fido_u2f=None, fido_webauthn=None, google_otp=None, groups_includeds=None, name=None, okta_call=None, okta_otp=None, okta_password=None, okta_push=None, okta_question=None, okta_sms=None, priority=None, rsa_token=None, status=None, symantec_vip=None, yubikey_token=None, __props__=None);public static Mfa Get(string name, Input<string> id, MfaState? state, CustomResourceOptions? opts = null)- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Description string
Policy Description.
- Duo
Mfa
Duo Args DUO MFA policy settings.
- Fido
U2f MfaFido U2f Args Fido U2F MFA policy settings.
- Fido
Webauthn MfaFido Webauthn Args Fido Web Authn MFA policy settings.
- Google
Otp MfaGoogle Otp Args Google OTP MFA policy settings.
- Groups
Includeds List<string> List of Group IDs to Include.
- Name string
Policy Name.
- Okta
Call MfaOkta Call Args Okta Call MFA policy settings.
- Okta
Otp MfaOkta Otp Args Okta OTP MFA policy settings.
- Okta
Password MfaOkta Password Args Okta Password MFA policy settings.
- Okta
Push MfaOkta Push Args Okta Push MFA policy settings.
- Okta
Question MfaOkta Question Args Okta Question MFA policy settings.
- Okta
Sms MfaOkta Sms Args Okta SMS MFA policy settings.
- Priority int
Priority of the policy.
- Rsa
Token MfaRsa Token Args RSA Token MFA policy settings.
- Status string
Policy Status:
"ACTIVE"or"INACTIVE".- Symantec
Vip MfaSymantec Vip Args Symantec VIP MFA policy settings.
- Yubikey
Token MfaYubikey Token Args Yubikey Token MFA policy settings.
- Description string
Policy Description.
- Duo
Mfa
Duo DUO MFA policy settings.
- Fido
U2f MfaFido U2f Fido U2F MFA policy settings.
- Fido
Webauthn MfaFido Webauthn Fido Web Authn MFA policy settings.
- Google
Otp MfaGoogle Otp Google OTP MFA policy settings.
- Groups
Includeds []string List of Group IDs to Include.
- Name string
Policy Name.
- Okta
Call MfaOkta Call Okta Call MFA policy settings.
- Okta
Otp MfaOkta Otp Okta OTP MFA policy settings.
- Okta
Password MfaOkta Password Okta Password MFA policy settings.
- Okta
Push MfaOkta Push Okta Push MFA policy settings.
- Okta
Question MfaOkta Question Okta Question MFA policy settings.
- Okta
Sms MfaOkta Sms Okta SMS MFA policy settings.
- Priority int
Priority of the policy.
- Rsa
Token MfaRsa Token RSA Token MFA policy settings.
- Status string
Policy Status:
"ACTIVE"or"INACTIVE".- Symantec
Vip MfaSymantec Vip Symantec VIP MFA policy settings.
- Yubikey
Token MfaYubikey Token Yubikey Token MFA policy settings.
- description string
Policy Description.
- duo
Mfa
Duo DUO MFA policy settings.
- fido
U2f MfaFido U2f Fido U2F MFA policy settings.
- fido
Webauthn MfaFido Webauthn Fido Web Authn MFA policy settings.
- google
Otp MfaGoogle Otp Google OTP MFA policy settings.
- groups
Includeds string[] List of Group IDs to Include.
- name string
Policy Name.
- okta
Call MfaOkta Call Okta Call MFA policy settings.
- okta
Otp MfaOkta Otp Okta OTP MFA policy settings.
- okta
Password MfaOkta Password Okta Password MFA policy settings.
- okta
Push MfaOkta Push Okta Push MFA policy settings.
- okta
Question MfaOkta Question Okta Question MFA policy settings.
- okta
Sms MfaOkta Sms Okta SMS MFA policy settings.
- priority number
Priority of the policy.
- rsa
Token MfaRsa Token RSA Token MFA policy settings.
- status string
Policy Status:
"ACTIVE"or"INACTIVE".- symantec
Vip MfaSymantec Vip Symantec VIP MFA policy settings.
- yubikey
Token MfaYubikey Token Yubikey Token MFA policy settings.
- description str
Policy Description.
- duo
Dict[Mfa
Duo] DUO MFA policy settings.
- fido_
u2f Dict[MfaFido U2f] Fido U2F MFA policy settings.
- fido_
webauthn Dict[MfaFido Webauthn] Fido Web Authn MFA policy settings.
- google_
otp Dict[MfaGoogle Otp] Google OTP MFA policy settings.
- groups_
includeds List[str] List of Group IDs to Include.
- name str
Policy Name.
- okta_
call Dict[MfaOkta Call] Okta Call MFA policy settings.
- okta_
otp Dict[MfaOkta Otp] Okta OTP MFA policy settings.
- okta_
password Dict[MfaOkta Password] Okta Password MFA policy settings.
- okta_
push Dict[MfaOkta Push] Okta Push MFA policy settings.
- okta_
question Dict[MfaOkta Question] Okta Question MFA policy settings.
- okta_
sms Dict[MfaOkta Sms] Okta SMS MFA policy settings.
- priority float
Priority of the policy.
- rsa_
token Dict[MfaRsa Token] RSA Token MFA policy settings.
- status str
Policy Status:
"ACTIVE"or"INACTIVE".- symantec_
vip Dict[MfaSymantec Vip] Symantec VIP MFA policy settings.
- yubikey_
token Dict[MfaYubikey Token] Yubikey Token MFA policy settings.
Supporting Types
MfaDuo
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent_
type str User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll str
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
MfaFidoU2f
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent_
type str User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll str
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
MfaFidoWebauthn
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent_
type str User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll str
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
MfaGoogleOtp
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent_
type str User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll str
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
MfaOktaCall
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent_
type str User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll str
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
MfaOktaOtp
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent_
type str User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll str
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
MfaOktaPassword
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent_
type str User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll str
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
MfaOktaPush
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent_
type str User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll str
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
MfaOktaQuestion
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent_
type str User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll str
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
MfaOktaSms
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent_
type str User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll str
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
MfaRsaToken
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent_
type str User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll str
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
MfaSymantecVip
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent_
type str User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll str
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
MfaYubikeyToken
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- Consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- Enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent
Type string User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll string
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
- consent_
type str User consent type required before enrolling in the factor:
"NONE"or"TERMS_OF_SERVICE". By default it is"NONE".- enroll str
Requirements for user initiated enrollment. Can be
"NOT_ALLOWED","OPTIONAL", or"REQUIRED". By default it is"OPTIONAL".
Package Details
- Repository
- https://github.com/pulumi/pulumi-okta
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oktaTerraform Provider.