Show / Hide Table of Contents

Class MfaState

Inheritance
System.Object
InputArgs
ResourceArgs
MfaState
Inherited Members
ResourceArgs.Empty
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 Source

MfaState()

Declaration
public MfaState()

Properties

View Source

Description

Policy Description.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Duo

DUO MFA policy settings.

Declaration
public Input<MfaDuoGetArgs> Duo { get; set; }
Property Value
Type Description
Input<MfaDuoGetArgs>
View Source

FidoU2f

Fido U2F MFA policy settings.

Declaration
public Input<MfaFidoU2fGetArgs> FidoU2f { get; set; }
Property Value
Type Description
Input<MfaFidoU2fGetArgs>
View Source

FidoWebauthn

Fido Web Authn MFA policy settings.

Declaration
public Input<MfaFidoWebauthnGetArgs> FidoWebauthn { get; set; }
Property Value
Type Description
Input<MfaFidoWebauthnGetArgs>
View Source

GoogleOtp

Google OTP MFA policy settings.

Declaration
public Input<MfaGoogleOtpGetArgs> GoogleOtp { get; set; }
Property Value
Type Description
Input<MfaGoogleOtpGetArgs>
View Source

GroupsIncludeds

List of Group IDs to Include.

Declaration
public InputList<string> GroupsIncludeds { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Name

Policy Name.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OktaCall

Okta Call MFA policy settings.

Declaration
public Input<MfaOktaCallGetArgs> OktaCall { get; set; }
Property Value
Type Description
Input<MfaOktaCallGetArgs>
View Source

OktaOtp

Okta OTP MFA policy settings.

Declaration
public Input<MfaOktaOtpGetArgs> OktaOtp { get; set; }
Property Value
Type Description
Input<MfaOktaOtpGetArgs>
View Source

OktaPassword

Okta Password MFA policy settings.

Declaration
public Input<MfaOktaPasswordGetArgs> OktaPassword { get; set; }
Property Value
Type Description
Input<MfaOktaPasswordGetArgs>
View Source

OktaPush

Okta Push MFA policy settings.

Declaration
public Input<MfaOktaPushGetArgs> OktaPush { get; set; }
Property Value
Type Description
Input<MfaOktaPushGetArgs>
View Source

OktaQuestion

Okta Question MFA policy settings.

Declaration
public Input<MfaOktaQuestionGetArgs> OktaQuestion { get; set; }
Property Value
Type Description
Input<MfaOktaQuestionGetArgs>
View Source

OktaSms

Okta SMS MFA policy settings.

Declaration
public Input<MfaOktaSmsGetArgs> OktaSms { get; set; }
Property Value
Type Description
Input<MfaOktaSmsGetArgs>
View Source

Priority

Priority of the policy.

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RsaToken

RSA Token MFA policy settings.

Declaration
public Input<MfaRsaTokenGetArgs> RsaToken { get; set; }
Property Value
Type Description
Input<MfaRsaTokenGetArgs>
View Source

Status

Policy Status: &quot;ACTIVE&quot; or &quot;INACTIVE&quot;.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SymantecVip

Symantec VIP MFA policy settings.

Declaration
public Input<MfaSymantecVipGetArgs> SymantecVip { get; set; }
Property Value
Type Description
Input<MfaSymantecVipGetArgs>
View Source

YubikeyToken

Yubikey Token MFA policy settings.

Declaration
public Input<MfaYubikeyTokenGetArgs> YubikeyToken { get; set; }
Property Value
Type Description
Input<MfaYubikeyTokenGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.