Class MfaState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Okta.Policy
Assembly: Pulumi.Okta.dll
Syntax
public sealed class MfaState : ResourceArgs
Constructors
View SourceMfaState()
Declaration
public MfaState()
Properties
View SourceDescription
Policy Description.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Duo
DUO MFA policy settings.
Declaration
public Input<MfaDuoGetArgs> Duo { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MfaDuoGetArgs> |
FidoU2f
Fido U2F MFA policy settings.
Declaration
public Input<MfaFidoU2fGetArgs> FidoU2f { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MfaFidoU2fGetArgs> |
FidoWebauthn
Fido Web Authn MFA policy settings.
Declaration
public Input<MfaFidoWebauthnGetArgs> FidoWebauthn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MfaFidoWebauthnGetArgs> |
GoogleOtp
Google OTP MFA policy settings.
Declaration
public Input<MfaGoogleOtpGetArgs> GoogleOtp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MfaGoogleOtpGetArgs> |
GroupsIncludeds
List of Group IDs to Include.
Declaration
public InputList<string> GroupsIncludeds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Name
Policy Name.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OktaCall
Okta Call MFA policy settings.
Declaration
public Input<MfaOktaCallGetArgs> OktaCall { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MfaOktaCallGetArgs> |
OktaOtp
Okta OTP MFA policy settings.
Declaration
public Input<MfaOktaOtpGetArgs> OktaOtp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MfaOktaOtpGetArgs> |
OktaPassword
Okta Password MFA policy settings.
Declaration
public Input<MfaOktaPasswordGetArgs> OktaPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MfaOktaPasswordGetArgs> |
OktaPush
Okta Push MFA policy settings.
Declaration
public Input<MfaOktaPushGetArgs> OktaPush { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MfaOktaPushGetArgs> |
OktaQuestion
Okta Question MFA policy settings.
Declaration
public Input<MfaOktaQuestionGetArgs> OktaQuestion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MfaOktaQuestionGetArgs> |
OktaSms
Okta SMS MFA policy settings.
Declaration
public Input<MfaOktaSmsGetArgs> OktaSms { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MfaOktaSmsGetArgs> |
Priority
Priority of the policy.
Declaration
public Input<int> Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RsaToken
RSA Token MFA policy settings.
Declaration
public Input<MfaRsaTokenGetArgs> RsaToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MfaRsaTokenGetArgs> |
Status
Policy Status: "ACTIVE" or "INACTIVE".
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SymantecVip
Symantec VIP MFA policy settings.
Declaration
public Input<MfaSymantecVipGetArgs> SymantecVip { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MfaSymantecVipGetArgs> |
YubikeyToken
Yubikey Token MFA policy settings.
Declaration
public Input<MfaYubikeyTokenGetArgs> YubikeyToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MfaYubikeyTokenGetArgs> |