Show / Hide Table of Contents

Class MfaPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MfaPolicyArgs
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.Deprecated
Assembly: Pulumi.Okta.dll
Syntax
public sealed class MfaPolicyArgs : ResourceArgs

Constructors

View Source

MfaPolicyArgs()

Declaration
public MfaPolicyArgs()

Properties

View Source

Description

Policy Description

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

Duo

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

FidoU2f

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

FidoWebauthn

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

GoogleOtp

Declaration
public Input<MfaPolicyGoogleOtpArgs> GoogleOtp { get; set; }
Property Value
Type Description
Input<MfaPolicyGoogleOtpArgs>
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

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

OktaOtp

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

OktaPassword

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

OktaPush

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

OktaQuestion

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

OktaSms

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

Priority

Policy Priority, this attribute can be set to a valid priority. To avoid endless diff situation we error if an invalid priority is provided. API defaults it to the last/lowest if not there.

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

RsaToken

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

Status

Policy Status: ACTIVE or INACTIVE.

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

SymantecVip

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

YubikeyToken

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