Show / Hide Table of Contents

Class MfaArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MfaArgs
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 MfaArgs : ResourceArgs

Constructors

View Source

MfaArgs()

Declaration
public MfaArgs()

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<MfaDuoArgs> Duo { get; set; }
Property Value
Type Description
Input<MfaDuoArgs>
View Source

FidoU2f

Fido U2F MFA policy settings.

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

FidoWebauthn

Fido Web Authn MFA policy settings.

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

GoogleOtp

Google OTP MFA policy settings.

Declaration
public Input<MfaGoogleOtpArgs> GoogleOtp { get; set; }
Property Value
Type Description
Input<MfaGoogleOtpArgs>
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<MfaOktaCallArgs> OktaCall { get; set; }
Property Value
Type Description
Input<MfaOktaCallArgs>
View Source

OktaOtp

Okta OTP MFA policy settings.

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

OktaPassword

Okta Password MFA policy settings.

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

OktaPush

Okta Push MFA policy settings.

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

OktaQuestion

Okta Question MFA policy settings.

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

OktaSms

Okta SMS MFA policy settings.

Declaration
public Input<MfaOktaSmsArgs> OktaSms { get; set; }
Property Value
Type Description
Input<MfaOktaSmsArgs>
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<MfaRsaTokenArgs> RsaToken { get; set; }
Property Value
Type Description
Input<MfaRsaTokenArgs>
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<MfaSymantecVipArgs> SymantecVip { get; set; }
Property Value
Type Description
Input<MfaSymantecVipArgs>
View Source

YubikeyToken

Yubikey Token MFA policy settings.

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