Show / Hide Table of Contents

Namespace Pulumi.Okta.Factor

Classes

Factor

Allows you to manage the activation of Okta MFA methods.

This resource allows you to manage Okta MFA methods.

Example Usage

using Pulumi;
using Okta = Pulumi.Okta;

class MyStack : Stack
{
public MyStack()
{
    var example = new Okta.Factor.Factor("example", new Okta.Factor.FactorArgs
    {
    });
}

}

FactorArgs

FactorState

Back to top Copyright 2016-2020, Pulumi Corporation.