Class MfaPolicyArgs
Inheritance
System.Object
MfaPolicyArgs
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()
Assembly: Pulumi.Okta.dll
Syntax
public sealed class MfaPolicyArgs : ResourceArgs
Constructors
View Source
MfaPolicyArgs()
Declaration
Properties
View Source
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
View Source
FidoU2f
Declaration
public Input<MfaPolicyFidoU2fArgs> FidoU2f { get; set; }
Property Value
View Source
FidoWebauthn
Declaration
public Input<MfaPolicyFidoWebauthnArgs> FidoWebauthn { get; set; }
Property Value
View Source
GoogleOtp
Declaration
public Input<MfaPolicyGoogleOtpArgs> GoogleOtp { get; set; }
Property Value
View Source
GroupsIncludeds
List of Group IDs to Include
Declaration
public InputList<string> GroupsIncludeds { get; set; }
Property Value
View Source
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
View Source
OktaOtp
Declaration
public Input<MfaPolicyOktaOtpArgs> OktaOtp { get; set; }
Property Value
View Source
OktaPassword
Declaration
public Input<MfaPolicyOktaPasswordArgs> OktaPassword { get; set; }
Property Value
View Source
OktaPush
Declaration
public Input<MfaPolicyOktaPushArgs> OktaPush { get; set; }
Property Value
View Source
OktaQuestion
Declaration
public Input<MfaPolicyOktaQuestionArgs> OktaQuestion { get; set; }
Property Value
View Source
OktaSms
Declaration
public Input<MfaPolicyOktaSmsArgs> OktaSms { get; set; }
Property Value
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
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
View Source
YubikeyToken
Declaration
public Input<MfaPolicyYubikeyTokenArgs> YubikeyToken { get; set; }
Property Value