Interface IdBasedMfaEnrollment.ComplyState

  • Enclosing class:
    IdBasedMfaEnrollment

    public static interface IdBasedMfaEnrollment.ComplyState
    Defines comply state for the account. Valid values: * NO - User does not comply in the given account. * ACCOUNT- User complies in the given account, but does not comply in at least one of the other account memberships. * CROSS_ACCOUNT - User complies in the given account and across all other account memberships.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ACCOUNT
      ACCOUNT.
      static java.lang.String CROSS_ACCOUNT
      CROSS_ACCOUNT.
      static java.lang.String NO
      NO.