Class MFAConfig

java.lang.Object
com.strongdm.api.MFAConfig

public class MFAConfig extends Object
  • Constructor Details

    • MFAConfig

      public MFAConfig()
  • Method Details

    • getEnabled

      public boolean getEnabled()
      Indicates if MFA is enabled for the organization.
    • setEnabled

      public void setEnabled(boolean in)
      Indicates if MFA is enabled for the organization.
    • getOkta

      public OktaMFAConfig getOkta()
      Okta MFA configuration. Future providers will be added to this wrapper.
    • setOkta

      public void setOkta(OktaMFAConfig in)
      Okta MFA configuration. Future providers will be added to this wrapper.
    • getProvider

      public String getProvider()
      The MFA provider, one of the MFAProvider constants.
    • setProvider

      public void setProvider(String in)
      The MFA provider, one of the MFAProvider constants.